Problem
Need to find out how long process is running
Solution
In order to get time how long process is running, execute following command;
Need to find out how long process is running
Solution
In order to get time how long process is running, execute following command;
ps -o etime= -p <your pid>