Operating System - Linux
1753326 Members
4972 Online
108792 Solutions
New Discussion юеВ

get date of 1158050441-07:00:15 when run ps command

 
Matt Shaffer_1
Regular Advisor

get date of 1158050441-07:00:15 when run ps command

I'm running rhel3u4 and intermittently get 1158050441-07:00:15 when I run ps -eo ppid,pid,tt,user,etime,args| grep proc. This server has an uptime of 4 days. Sometimes I get 4-06:12:00 and sometimes I get the other number. Does anyone know what this means? thanks
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: get date of 1158050441-07:00:15 when run ps command

├В┬┐Is that the only output you get? ├В┬┐can you post a few samples?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Matt Shaffer_1
Regular Advisor

Re: get date of 1158050441-07:00:15 when run ps command

Thanks for the response.
this is the command:
ps -eo ppid,pid,tt,user,etime,args| grep genserver

this is the weird output:
Process ID: 27380 on TTY: Unknown User: super Has been executing for: 1158050441-07:00:15CMD ppid 5224

This is the correct output:
B1938-> ps -eo ppid,pid,tt,user,etime,args| grep genserver
1 5224 ? super 4-05:26:22 /IMOSDATA/5/genserver
5224 28501 ? super 00:01 /IMOSDATA/5/genserver
Matt Shaffer_1
Regular Advisor

Re: get date of 1158050441-07:00:15 when run ps command

.