Skip to content

Instantly share code, notes, and snippets.

@rmax
Created October 4, 2009 17:27
Show Gist options
  • Save rmax/201505 to your computer and use it in GitHub Desktop.
Save rmax/201505 to your computer and use it in GitHub Desktop.
root@creat1va:~# ps axl && free -m && date
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
4 0 1 0 18 0 10368 656 - Ss ? 0:04 init [2]
4 0 1367 18170 15 0 68092 3224 - Ss ? 0:00 sshd: root@pts/2
4 0 1381 1367 15 0 18880 2040 wait Ss pts/2 0:00 -bash
0 0 8014 1381 17 0 6636 864 - R+ pts/2 0:00 ps axl
5 106 9811 1 15 0 12288 632 - Ss ? 0:19 /sbin/syslogd -u syslog
4 110 9999 1 15 0 249960 14872 stext Sl ? 2:17 /usr/sbin/mysqld --basedir=/usr --datadir=/var/l
5 0 11493 1 18 0 18612 856 - Ss ? 0:12 /usr/sbin/cron
1 0 12148 1 18 0 19324 676 - Ss ? 0:00 /usr/sbin/xinetd -pidfile /var/run/xinetd.pid -s
4 0 12150 18170 15 0 68784 3572 - Ss ? 0:00 sshd: root@pts/0
4 0 12171 12150 15 0 19040 2116 - Ss+ pts/0 0:01 -bash
1 0 18170 1 15 0 50908 908 - Ss ? 0:00 /usr/sbin/sshd
4 0 22180 18170 15 0 68096 3244 - Ss ? 0:00 sshd: root@pts/1
4 0 22187 22180 15 0 19052 2156 - Ss+ pts/1 0:00 -bash
total used free shared buffers cached
Mem: 422 400 21 0 0 0
-/+ buffers/cache: 400 21
Swap: 0 0 0
dom oct 4 13:27:13 EDT 2009
root@creat1va:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment