March 13, 2009
Top acts
I’ve been very impressed several times in the past few months when I’ve discovered awesome new top-like utilities. I’m probably being slow on the uptake and everyone else but me knows about these, but in case its not just me thats been stuck in the ’70s:
- htop
- A much-needed refresh of oldschool top, this still works on your beloved console but gives you visual bar-graphs of CPU, RAM and swap, lets you scroll through the processes and deliver signals/renicing without having to copy the PID off the moving target. Its like the future!
- iftop
- One of those things I use so often now I have no idea how I even survived without it. Why is this server lagging, who’s hogging the wireless/DSL, which VM is chewing all of the upstream bandwidth? iftop shows you at a glance how much traffic is being used by which host pairs on a given interface, and you can toggle port numbers on and off with simple key-presses. Absolutely indispensable.
- iotop
- Does this box feel slow to anyone else? Is it swapping, or is it the database server chewing all the IO? Why does my drive keep seeking? It’s amazing… top for IO bandwidth usage!
A passing mention is deserved for apachetop too, which is pretty neat, but when a server is being hammered it’s not something I found too hard to get a feel for just by tailing the log for a while, so it’s not been as life-changing as the others. Maybe that just means my servers don’t see enough traffic.
21 responses to “Top acts”
Leave a Reply
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Links
Archives
- April 2024
- February 2024
- March 2023
- November 2022
- May 2022
- February 2022
- June 2021
- January 2021
- August 2019
- October 2018
- July 2017
- May 2010
- October 2009
- August 2009
- July 2009
- March 2009
- January 2009
- July 2008
- June 2008
- April 2008
- May 2007
- January 2007
- December 2006
- June 2006
- April 2006
- March 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- May 2005
- April 2005
- March 2005
Don’t forget mytop =)
Or
lsof
nmon
iostat -k 1
Perhaps you might want to try ‘mytop’ or ‘ptop’, for MySQL and PostgreSQL respectively
Thanks for the iotop link, but here’s a few more you might like: powertop, latencytop, atop (combines almost everything) and xrestop.
Wow, thanks so much, especially for pointing out iotop.
I really like iotop, though it needs io accounting enabled in the kernel and I noticed several distro’s leaving this off by default. (I don’t think it causes that much overhead though).
Mytop (http://jeremy.zawodny.com/mysql/mytop/) is also very useful if you’re a mysql DBA.
Check out gnome-system-monitor, it’s quite nice these days.
The graphing does eat too much cpu though, which is a bit silly when measing CPU usage….
If you’re using Xen / KVM virtualization via libvirt, then there is another ‘top’ you might be interested in, namely virt-top (http://et.redhat.com/~rjones/virt-top/). Shows a summary of your virtual machines, allowing ordering by CPU usage, disk or network I/O rates
Don’t forget powertop!
Thanks! I had never heard of htop/iotop before but they are great. You might also want to mention powertop which is great for finding out what processes are causing interrupts.
Ooooh, iftop. Pretty much exactly what I wanted, although it would be great if it did process name lookups and let me see cumulative totals per connection.
I also used “nethogs” a lot.
Thanks… I had never heard of iotop. Looks useful. I like the ideas of htop but its just never really replaced top for me. Not sure why. I do like atop when I need longer-term stats, though it requires setuid/root.
Don’t forget nload (which I prefer for just checking how much bandwidth I currently use) and xrestop (x11 server side ressource usage).
You also have ptop : a top-like for PostgreSQL
http://ptop.projects.postgresql.org/
iftop is very cool indeed!
Btw, did you know nmon?
http://www.ibm.com/developerworks/aix/library/au-analyze_aix/
http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon
Don’t forget powertop.
http://www.lesswatts.org/projects/powertop/
You’re not slow – I’ve been using htop for years, but everywhere I go, people are still torturing themselves with plain top. Evangelize! Friends don’t let friends use top.
We should form some kind of secret society.
I’d also highly recommend atop, which combines disk and network I/O into the usual “top” report, and also tracks processes which exited during the snapshot interval, which regular top doesn’t do.
The future I tell you! The future!
Also mtop, for mysql
On the ‘top’ theme, there is also mytop (and innotop).
http://www.xaprb.com/innotop/
http://jeremy.zawodny.com/mysql/mytop/