I always have a screen session open with htop in one terminal. I take it for granted so much the lack of htop bothers me if I need to do any form of process management.
atop uses color to show when a subsystem goes over warn/critical threshold. it can be run in present time, or can be used to go back in time and "play back the tape"
Pkgsrc is a cross-platform package management system, originating w/ NetBSD project... I've used it on NetBSD and MacOS successfully. Should work with pretty much any *nix-like system.
[edit: though it doesn't appear "fully-integrated". Example: pressing 's' to run strace(1) doesn't work in NetBSD, which uses ktrace(1). Maybe configurable; I haven't got that far...
Am I the only person here who hates htop? I just can't get used to it. The lack of labels and relying on color coding to convey information just obfuscates things for me. I still use top for that reason.
28 comments
[ 4.3 ms ] story [ 70.2 ms ] threadhttp://www.atoptool.nl/downloadatop.php
atop uses color to show when a subsystem goes over warn/critical threshold. it can be run in present time, or can be used to go back in time and "play back the tape"
If you got a SMP system every core got his one graph, which wasnt available in top.
At least, its the best alternative to top, in my opinion!
Dstat
- screen for accessing servers
- lshw for seeing Linux server hardware config
- cfengine for automating my system administration
It's a great tool nonetheless.
Pkgsrc is a cross-platform package management system, originating w/ NetBSD project... I've used it on NetBSD and MacOS successfully. Should work with pretty much any *nix-like system.
[edit: though it doesn't appear "fully-integrated". Example: pressing 's' to run strace(1) doesn't work in NetBSD, which uses ktrace(1). Maybe configurable; I haven't got that far...
TTY & ncurses, what a sad state of affairs.
TTY is keeping you down : http://kerneltrap.org/Linux/Removing_The_Big_Kernel_Lock2
Rob Pike was right in 1991 : "Not only is UNIX dead, it's starting to smell really bad."
Plan9 is now older than Unix was when Plan9 was started. Operating System research is dead.