Process
Common tools
ps aux | grep java
How to check one process uptime?
ls -al /proc | grep pid
stat /proc/pid
ps -p pid -o comm,lstart,etime,time,args
Last updated
Was this helpful?
ps aux | grep java
ls -al /proc | grep pid
stat /proc/pid
ps -p pid -o comm,lstart,etime,time,args
Last updated
Was this helpful?