Skip to content

Instantly share code, notes, and snippets.

@rmax
Created October 4, 2009 17:11
Show Gist options
  • Save rmax/201498 to your computer and use it in GitHub Desktop.
Save rmax/201498 to your computer and use it in GitHub Desktop.
root@creat1va:/var/log# ps axut
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 10368 672 ? Ss Sep14 0:04 init [2]
syslog 9811 0.0 0.1 12288 636 ? Ss Sep14 0:19 /sbin/syslogd -
mysql 9999 0.0 4.3 249960 18620 ? Sl Sep14 2:17 /usr/sbin/mysql
root 11493 0.0 0.1 18612 856 ? Ss Sep14 0:12 /usr/sbin/cron
root 12148 0.0 0.1 19324 684 ? Ss Oct02 0:00 /usr/sbin/xinet
root 12150 0.0 0.8 68784 3612 ? Ss 12:50 0:00 sshd: root@pts/
root 12171 0.0 0.4 19040 2116 pts/0 Ss 12:50 0:00 -bash
root 18170 0.0 0.2 50908 1108 ? Ss Sep15 0:00 /usr/sbin/sshd
root 22180 0.0 0.7 68096 3244 ? Ss 13:02 0:00 sshd: root@pts/
root 22187 0.0 0.4 19052 2156 pts/1 Ss+ 13:02 0:00 -bash
root 28143 0.0 0.2 15052 1080 pts/0 R+ 13:10 0:00 ps axut
root@creat1va:/var/log# free -m
total used free shared buffers cached
Mem: 422 391 30 0 0 0
-/+ buffers/cache: 391 30
Swap: 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment