Linux Performance Analysis in 60,000 Milliseconds
techblog.netflix.com
Linux Performance Analysis in 60,000 Milliseconds
1–10 of 13 posts
Re: Linux Performance Analysis in 60,000 Milliseconds
#2Don't know why but this post reminded me of GKrellM.
Re: Linux Performance Analysis in 60,000 Milliseconds
#3Re: Linux Performance Analysis in 60,000 Milliseconds
#4[deleted]
Re: Linux Performance Analysis in 60,000 Milliseconds
#5This reminds me of something I learned today with dmesg, that
I'll never forget to use. The Time–stamp flag.
dmesg -T |tailRe: Linux Performance Analysis in 60,000 Milliseconds
#6This reminds me of something I learned today with dmesg, that I'll never forget to use. The Time–stamp flag. dmesg -T |tail
dmesg -H is nice too
Re: Linux Performance Analysis in 60,000 Milliseconds
#7I wonder if you could package these all together into some sort of expert system that would run all of them and highlight the interesting bits / places for further study.
Re: Linux Performance Analysis in 60,000 Milliseconds
#8Re: Linux Performance Analysis in 60,000 Milliseconds
#9This reminds me of something I learned today with dmesg, that I'll never forget to use. The Time–stamp flag. dmesg -T |tail
Thanks, I need to start using that...