From bbae77f51a0d61819da23138a54a8e43aaec10b2 Mon Sep 17 00:00:00 2001 From: Binh-Nguyen Date: Thu, 31 May 2018 09:19:13 +0800 Subject: [PATCH] Diagnosing Networking Issues in the Linux Kernel at Mixpanel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 314cfe3..b388492 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ An updated and curated list of selected readings to illustrate best practices in * [Optimizing CAL Report Hadoop MapReduce Jobs at eBay](https://www.ebayinc.com/stories/blogs/tech/optimization-of-cal-report-hadoop-mapreduce-job/) * [Performance Tuning on Quartz Scheduler at eBay](https://www.ebayinc.com/stories/blogs/tech/performance-tuning-on-quartz-scheduler/) * [Profiling C++ (Part 1: Optimization, Part 2: Measurement and Analysis) at Riot Games](https://engineering.riotgames.com/news/profiling-optimisation) + * [Diagnosing Networking Issues in the Linux Kernel at Mixpanel](https://code.mixpanel.com/2015/03/26/diagnosing-networking-issues-in-the-linux-kernel/) * [Performance Optimization by Tuning Garbage Collection](https://confluence.atlassian.com/enterprise/garbage-collection-gc-tuning-guide-461504616.html) * [Garbage Collection Optimization for High-Throughput and Low-Latency Java Applications at LinkedIn](https://engineering.linkedin.com/garbage-collection/garbage-collection-optimization-high-throughput-and-low-latency-java-applications) * [Analyzing V8 Garbage Collection Logs at Alibaba](https://www.linux.com/blog/can-nodejs-scale-ask-team-alibaba)