From 21874146a15959d78e963c44ff7f255d9cd532d1 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sat, 15 Jun 2019 16:25:57 -0700 Subject: [PATCH] Add some linux performance resources --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b37d46..2949d8f 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,16 @@ At the moment this is not useful for anyone but myself, if at some point I find * Profiling * Linux Performance * [Linux Network Performance Parameters - Leandro Moreira](https://github.com/leandromoreira/linux-network-performance-parameters) 📰 🆓 💻 - * [Linux Performance Hub - Brendan Greg](http://www.brendangregg.com/linuxperf.html) 📰 🆓 💻 + * [Linux Performance Hub - Brendan Gregg](http://www.brendangregg.com/linuxperf.html) 📰 🆓 💻 + * [Linux Perf](http://www.brendangregg.com/perf.html) 📰 🆓 💻 + * [Linux Extended BPF (eBPF) Tracing Tools](http://www.brendangregg.com/ebpf.html) 📰 🆓 💻 + * Charts + * [Linux Performance Observability Tools](http://www.brendangregg.com/Perf/linux_observability_tools.png) 🏙 🆓 + * [Linux Performance Benchmark Tools](http://www.brendangregg.com/Perf/linux_benchmarking_tools.png) 🏙 🆓 + * [Linux Performance Tuning Tools](http://www.brendangregg.com/Perf/linux_tuning_tools.png) 🏙 🆓 + * [Netflix - Linux Systems Performance - Brendan Gregg](https://www.youtube.com/watch?v=CbmEDXq7es0) 📼 🆓 + * [Netflix - Linux Performance - Brendan Gregg](https://www.youtube.com/watch?v=FJW8nGV4jxY) 📼 🆓 + * [How Netflix Tunes Amazon EC2 Instances for Performance - Brendan Gregg](https://www.youtube.com/watch?v=89fYOo1V2pA) 📼 🆓 * Applications * dtrace * [DTrace Book Scripts](https://github.com/brendangregg/DTrace-book-scripts) 💻 🆓