Re: Cheat Sheet for Unix based OS, Performance troubleshooting

2019-07-30 Thread Julien Laurenceau
Hi, My personnal favorites when Prometheus is not there and/or insufficient are: - iostat -> log all disk metrics volume by volume - nmon -> logs all metrics, but cannot see volume by volume IOPS - nmonvisualizer Regards JL # Monitor ## install dstat nmon iostat ioperf sar ## install nmonvisua

Re: Cheat Sheet for Unix based OS, Performance troubleshooting

2019-07-28 Thread Jon Haddad
http://www.brendangregg.com/linuxperf.html On Sat, Jul 27, 2019 at 2:45 AM Paul Chandler wrote: > I have always found Amy's Cassandra 2.1 tuning guide great for the Linux > performance tuning: > https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html > > Sent from my iPhone > > On 26 J

Re: Cheat Sheet for Unix based OS, Performance troubleshooting

2019-07-27 Thread Paul Chandler
I have always found Amy's Cassandra 2.1 tuning guide great for the Linux performance tuning: https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html Sent from my iPhone > On 26 Jul 2019, at 23:49, Krish Donald wrote: > > Any one has Cheat Sheet for Unix based OS, Performance troubl