|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
LinuxServerLoadMain.LinuxServerLoad HistoryHide minor edits - Show changes to output Changed line 52 from:
to:
*Network Monitoring Tools Changed line 56 from:
to:
*Cacti is a complete network graphing solution. Changed lines 43-58 from:
http://people.redhat.com/alikins/system_tuning. to:
http://people.redhat.com/alikins/system_tuning.html *Debian Administration Utilities http://www.debianhelp.co.uk/adminutilities.htm *monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system. http://www.tildeslash.com/monit/ *Network Monitoring Tools http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html *Cacti is a complete network graphing solution. http://www.cacti.net/ Added lines 33-43:
*References.. http://people.redhat.com/alikins/system_tuning.html Changed lines 11-12 from:
to:
* ps - report a snapshot of the current processes. Changed lines 29-31 from:
to:
x processes w/o controlling ttys t by tty Added lines 12-31:
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 ********* simple selection ********* ********* selection by list ********* -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 Added lines 1-11:
%blue%Server Load Issuses.. %blue%Using Top: *Use the -n flag to limit the number of iterations: top -n 1 *Check out the system and the process monitor form atconsultancy.nl Download ATOP from http://www.atconsultancy.nl/atop/download.html |