Monday 23 January 2012

How to check a perticular process uptime in Linuz

We can check a uptime for any process using linux command. But you should have to know process ID for this.

We can find process ID using below commands.
#ps -ef | grep process_name

Below is the command which provides you the uptime for this process.

 #ps -p 12119 -o "%t"





No comments:

Could not start a new session. Response code 500. Message: Failed to read marionette port

There is bug in firefox binary installed using apt/snap, I faced same issue when I installed firefox from apt package respository. I solved ...