How to check the startup time of a process in Linux

 

 

ps -p PID -o lstart

 Among them, PID is the process ID number of a process .

 

 E.g:

 

bash-3.2$ ps -p 16310 -o lstart
                 STARTED
Sun Jul 12 02:00:01 2015

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327103642&siteId=291194637