Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
LinuxServerLoadServer Load Issuses.. Using Top:
top -n 1
Download ATOP from http://www.atconsultancy.nl/atop/download.html
ps will show your the current users running process. ps -f will show full list of users currently running process ps -ef will show full list of all process expect kernel process ps -A all process including the kernel process ps -Kf will show full listing of kernel process ps auxw Wide listing sorted by percentage of CPU usage and %CPU
-A all processes -C by command name -N negate selection -G by real group ID (supports names) -a all w/ tty except session leaders -U by real user ID (supports names) -d all except session leaders -g by session OR by effective group name -e all processes -p by process ID T all processes on this terminal -s processes in the sessions given a all w/ tty, including other users -t by tty g OBSOLETE -- DO NOT USE -u by effective user ID (supports names) r only running processes U processes for specified users x processes w/o controlling ttys t by tty
http://people.redhat.com/alikins/system_tuning.html
http://www.debianhelp.co.uk/adminutilities.htm
http://www.tildeslash.com/monit/
http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html
http://www.cacti.net/ |