Wednesday, September 6, 2023

Command to get process elapsed time in Linux

 Command: $ ps -p 17176 -o etime

Here, 17176 is the process id of required process. Which we can get with "ps -ef | grep chrome".

***

No comments:

Post a Comment