From de40441f38203881a48029c6f887a1ab4812d968 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 6 Jun 2019 05:19:03 +0800 Subject: [PATCH] Predictive CPU isolation of containers at Netflix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 049e604..cc62354 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Pagelets Parallelize Server-side Processing at Yelp](https://engineeringblog.yelp.com/2017/07/generating-web-pages-in-parallel-with-pagelets.html) * [Improving key expiration in Redis at Twitter](https://blog.twitter.com/engineering/en_us/topics/infrastructure/2019/improving-key-expiration-in-redis.html) * [Ad Delivery Network Performance Optimization with Flame Graphs at MindGeek](https://medium.com/mindgeek-engineering-blog/ad-delivery-network-performance-optimization-with-flame-graphs-bc550cf59cf7) + * [Predictive CPU isolation of containers at Netflix](https://medium.com/netflix-techblog/predictive-cpu-isolation-of-containers-at-netflix-91f014d856c7) * [Performance Optimization by Tuning Garbage Collection](https://confluence.atlassian.com/enterprise/garbage-collection-gc-tuning-guide-461504616.html) * [Garbage Collection in Java Applications at LinkedIn](https://engineering.linkedin.com/garbage-collection/garbage-collection-optimization-high-throughput-and-low-latency-java-applications) * [Garbage Collection in High-Throughput, Low-Latency Machine Learning Services at Adobe](https://medium.com/adobetech/engineering-high-throughput-low-latency-machine-learning-services-7d45edac0271)