Skip to content

Instantly share code, notes, and snippets.

@tikismoke
Created October 20, 2015 16:49
Show Gist options
  • Select an option

  • Save tikismoke/01a88ffc3f1fe4353658 to your computer and use it in GitHub Desktop.

Select an option

Save tikismoke/01a88ffc3f1fe4353658 to your computer and use it in GitHub Desktop.
root@domogik0:/home# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 10648 824 ? Ss 18:23 0:00 init [3]
root 1376 0.0 0.0 9960 2568 ? Ss 18:23 0:00 dhclient -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
root 1532 0.0 0.0 30808 448 ? S 18:23 0:00 supervising syslog-ng
root 1533 0.0 0.0 88392 3684 ? Ss 18:23 0:00 /usr/sbin/syslog-ng -p /var/run/syslog-ng.pid
root 1608 0.0 0.0 49932 1204 ? Ss 18:23 0:00 /usr/sbin/sshd
root 1645 0.0 0.0 20380 852 ? Ss 18:23 0:00 /usr/sbin/cron
103 1831 0.0 0.0 29804 724 ? Ss 18:23 0:00 /usr/bin/dbus-daemon --system
102 1943 0.0 0.0 44736 996 ? Ss 18:23 0:00 /usr/sbin/exim4 -bd -q30m
root 2087 0.0 0.0 16256 996 ? Ss 18:23 0:00 /sbin/getty 38400 console
root 2088 0.0 0.0 16076 916 tty1 Ss+ 18:23 0:00 /sbin/getty 38400 tty1 linux
root 2089 0.0 0.0 71292 3712 ? Rs 18:23 0:00 sshd: root@pts/0
root 2091 0.0 0.0 20872 3580 pts/0 Ss 18:23 0:00 -bash
domogik 4107 0.4 0.0 111844 11576 ? Sl 18:47 0:00 /usr/bin/python /usr/local/bin/dmg_broker
root 4108 0.0 0.0 37152 1360 pts/0 S 18:47 0:00 /bin/su - domogik -c /usr/local/bin/dmg_forwarder >/dev/null
domogik 4113 0.0 0.0 19188 1632 ? Ss 18:47 0:00 -su -c /usr/local/bin/dmg_forwarder >/dev/null
domogik 4119 0.2 0.0 163024 12180 ? Sl 18:47 0:00 /usr/bin/python /usr/local/bin/dmg_forwarder
domogik 4126 0.9 0.1 179016 31068 ? Sl 18:47 0:01 /usr/bin/python /usr/local/bin/dmg_hub
domogik 4149 0.0 0.0 103060 12576 ? S 18:47 0:00 /usr/bin/python /usr/local/bin/dmg_manager -a -d -r -x -s -b
domogik 4151 0.4 0.2 278832 34148 ? Sl 18:47 0:00 /usr/bin/python /usr/local/bin/dmg_manager -a -d -r -x -s -b
domogik 4195 0.0 0.2 157880 33656 ? S 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/dbmgr.pyc
domogik 4208 0.2 0.2 265772 37992 ? Sl 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/dbmgr.pyc
domogik 4232 0.0 0.2 167084 38836 ? S 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/rest.pyc
domogik 4245 0.1 0.2 265000 41028 ? Sl 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/rest.pyc
domogik 4268 0.0 0.2 157876 33664 ? S 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/xplgw.pyc
domogik 4281 0.2 0.2 305500 36000 ? Sl 18:47 0:00 /usr/bin/python /home/domogik/src/domogik/bin/xplgw.pyc
root 4342 0.0 0.0 16836 1260 pts/0 R+ 18:49 0:00 ps aux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment