Saturday, June 7, 2008

linux system administration

Some basic commands:

pstree -- shows the processes running in the form of a tree
/usr/bin/time -v yourprocess -- Show system page size, page faults, etc of a process during execution. Note you must fully qualify the command as "/usr/bin/time" to avoid using the bash shell command "time".
df -k shows disk usage statistics in kilobytes

No comments: