Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. root@test01:/tmp# ps -ef | grep java
  2. root 12866 1 0 22:28 ? 00:00:00 su -m - cme -c exec java -Xms392m -Xmx392m -Dconfig.file=conf/cme-override.groovy -cp "lib/*" com.slice.cme.webapp.Application > /opt/slice/cme/cme-current/logs/console.log 2>&1
  3. cme 12868 12866 99 22:28 ? 00:00:03 java -Xms392m -Xmx392m -Dconfig.file=conf/cme-override.groovy -cp lib/* com.slice.cme.webapp.Application
  4. root 12881 11364 0 22:28 pts/0 00:00:00 grep --color=auto java
  5. root@test01:/tmp#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement