Created
May 20, 2013 05:47
-
-
Save michaelneale/5610601 to your computer and use it in GitHub Desktop.
processes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@jenkins-cloudbees ~]# ps aux | |
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
root 1 0.0 0.0 32740 3296 ? Ss May08 0:00 /sbin/init systemd.unit=container.target | |
root 8 0.0 0.1 290952 13244 ? Ss May08 0:09 /usr/lib/systemd/systemd-journald | |
root 20 0.0 0.0 4096 352 ? Ss May08 0:00 /sbin/runsv /var/service/jenkins | |
cloudbe+ 22 0.0 0.0 4240 540 ? S May08 0:05 svlogd -tt ./main | |
cloudbe+ 23 0.9 3.2 1836540 247764 ? Sl May08 93:03 /usr/bin/java -Djava.util.logging.config.file=/opt/jenkins/logging.properties -Djava.util.loggi | |
nobody 66 0.0 0.0 44852 2152 ? Ss May08 0:25 /sbin/mount.davfs https://repository-cloudbees.forge.beescloud.com/private/ /private/cloudbees | |
dbus 18167 0.0 0.0 17312 1468 ? Ss 10:42 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation | |
root 18168 0.0 0.0 26104 1448 ? Ss 10:42 0:00 /usr/lib/systemd/systemd-logind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment