Created
October 29, 2010 18:34
-
-
Save jdee/654093 to your computer and use it in GitHub Desktop.
ps output from locust
This file contains hidden or 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
jdee@locust:~> ps -e | grep java | |
10483 ? 00:31:08 java | |
jdee@locust:~> ps -flp 10483 | |
F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD | |
0 S root 10483 1 0 80 0 - 615558 futex_ Oct22 ? 00:31:08 /usr/ | |
jdee@locust:~> ps uaxwww | grep java | |
root 10483 0.3 2.5 2462232 211884 ? Sl Oct22 31:08 /usr/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18/conf/logging.properties -Djava.endorsed.dirs=/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18/endorsed -classpath :/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18/bin/bootstrap.jar -Dcatalina.base=/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18 -Dcatalina.home=/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18 -Djava.io.tmpdir=/opt/csi/production/package/hudson/standard/apache-tomcat-6.0.18/temp org.apache.catalina.startup.Bootstrap start | |
jdee 14859 0.0 0.0 5284 800 pts/0 S+ 11:33 0:00 grep java | |
jdee@locust:~> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment