Article 540RZ [SOLVED] timestamp of main process later than its threads

[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?latest?d=yIl2AUoC8zA latest?i=NfMLRxVACAk:TXAL-JQhNfU:F7zBnMy latest?i=NfMLRxVACAk:TXAL-JQhNfU:V_sGLiP latest?d=qj6IDK7rITs latest?i=NfMLRxVACAk:TXAL-JQhNfU:gIN9vFwNfMLRxVACAk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments