Skip to content

Instantly share code, notes, and snippets.

@jruels
Last active August 29, 2015 14:10
Show Gist options
  • Save jruels/e62428295053658eb6f2 to your computer and use it in GitHub Desktop.
Save jruels/e62428295053658eb6f2 to your computer and use it in GitHub Desktop.
root@phx1cind006:~# ps auxfww | grep -B3 -A3 dd
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S Nov21 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S Nov21 0:01 \_ [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< Nov21 0:00 \_ [kworker/0:0H]
root 6 0.0 0.0 0 0 ? S Nov21 0:00 \_ [kworker/u64:0]
--
root 25428 0.0 0.0 103556 4244 ? Ss 09:58 0:00 \_ sshd: root@pts/1
root 25448 0.1 0.0 22836 3772 pts/1 Ss 09:58 0:00 \_ -bash
root 25465 0.0 0.0 19104 1740 pts/1 R+ 09:59 0:00 \_ ps auxfww
root 25466 0.0 0.0 11984 920 pts/1 S+ 09:59 0:00 \_ grep --color=auto -B3 -A3 dd
root 4846 0.0 0.0 23656 1044 ? Ss Nov21 0:00 cron
root 4940 0.0 0.0 12420 1244 ? Ss Nov21 0:34 /usr/sbin/lldpad -d
root 5019 0.0 0.0 19444 1028 ? Ss Nov21 1:54 /usr/sbin/irqbalance --hintpolicy=ignore
lxc-dns+ 5084 0.0 0.0 28208 984 ? S Nov21 0:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --conf-file= --listen-address 10.0.3.1 --dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative
root 5118 0.0 0.0 16060 956 tty1 Ss+ Nov21 0:00 /sbin/getty -8 38400 tty1
root 5132 0.0 0.0 43152 1936 ? Ss Nov21 0:00 lxc-start -n phx1cind006_cinder_volumes_container-8c4e8993
root 5340 0.0 0.0 33384 2700 ? Ss Nov21 0:05 \_ /sbin/init
--
root 6554 0.0 0.0 12788 836 pts/11 Ss+ Nov21 0:00 \_ /sbin/getty -8 38400 console
root 6556 0.0 0.0 12788 848 pts/7 Ss+ Nov21 0:00 \_ /sbin/getty -8 38400 tty1
root 10806 0.0 0.0 30340 812 ? Ss Nov21 0:06 \_ /sbin/dmeventd
root 10888 0.0 0.0 5408 1588 ? D Nov21 0:07 \_ /bin/dd if=/dev/zero of=/dev/mapper/cinder--volumes-volume--21049790--1802--455e--bf31--9d9b73d99866 count=10240 bs=1M conv=fdatasync
root 13331 0.0 0.0 5408 1588 ? D Nov21 0:04 \_ dd if=/dev/zero of=/dev/mapper/cinder--volumes-volume--21049790--1802--455e--bf31--9d9b73d99866 count=10240 bs=1M conv=fdatasync
root 15425 0.0 0.0 5408 1404 ? D Nov21 0:00 \_ dd if=/dev/zero of=/dev/mapper/cinder--volumes-volume--21049790--1802--455e--bf31--9d9b73d99866 count=10240 bs=1M conv=fdatasync
root 25274 0.0 0.0 5408 1408 ? D 09:48 0:00 \_ dd if=/dev/zero of=/dev/mapper/cinder--volumes-volume--21049790--1802--455e--bf31--9d9b73d99866 count=10240 bs=1M conv=fdatasync
999 25368 0.2 0.0 225952 66248 ? Ss 09:51 0:01 \_ /usr/bin/python /usr/local/bin/cinder-scheduler --log-file=/var/log/cinder/cinder-scheduler.log
root 6657 0.0 0.0 43152 1936 ? Ss Nov21 0:00 lxc-start -n phx1cind006_rsyslog_container-ec7e7d16
root 6908 0.0 0.0 33240 2560 ? Ss Nov21 0:00 \_ /sbin/init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment