[SOLVED] timestamp of main process later than its threads
by vincix from LinuxQuestions.org on (#540RZ)
I don't understand how this works in linux. The timestamps of the main process point to an hour which is later than that of the threads:
Code:root@example.com:~# ps aux | grep uwsgi
[...]
root 40792 0.0 1.4 1096192 172280 ? Sl May27 1:05 uwsgi --ini /usr/src/bith/uwsgi.ini
root@example.com:~# ps Hu p 40792
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:00 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.iniCan someone explain this to me? Maybe the time column refers to something else?


Code:root@example.com:~# ps aux | grep uwsgi
[...]
root 40792 0.0 1.4 1096192 172280 ? Sl May27 1:05 uwsgi --ini /usr/src/bith/uwsgi.ini
root@example.com:~# ps Hu p 40792
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:00 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.ini
root 40792 0.0 1.4 1096192 172280 ? Sl May27 0:21 uwsgi --ini /usr/src/bith/uwsgi.iniCan someone explain this to me? Maybe the time column refers to something else?