List out Process ids restarted today


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting List out Process ids restarted today
# 1  
Old 06-07-2017
List out Process ids restarted today

Hi,

I need to list out the processes which are started/restarted today in my Solaris box. If not possible need to convert the process uptime in minutes or seconds and compare it with a configurable value to list out those process ids for further processing in my scripting.

Can any one guide for that?

I have tried ps -p "123" -o etime= in the link How to check how long a process has been running? - Unix & Linux Stack Exchange where etimes is not supported in my system.

Last edited by rbatte1; 06-07-2017 at 07:13 AM.. Reason: Tidied up a little
# 2  
Old 06-07-2017
I have Solaris 10 on a Sun Blade 100 and it works for me. So what version of Solaris are you using, and which version of ps are you using? It won't work if you have /usr/ucb ahead of /usr/bin or /bin in your PATH environment variable.

Andrew
# 3  
Old 06-07-2017
In path variable /usr/bin:/usr/ucb:/etc is available and I am using sun OS 5.10
# 4  
Old 06-07-2017
Could you try again and post the output here if it still doesn't work? explicitly use /usr/bin/ps and ensure you are typing etime correctly.

Andrew
# 5  
Old 06-08-2017
Quote:
Originally Posted by apmcd47
Could you try again and post the output here if it still doesn't work? explicitly use /usr/bin/ps and ensure you are typing etime correctly.

Andrew
Same results... etime is working and not etimes

---------- Post updated at 11:22 AM ---------- Previous update was at 09:17 AM ----------

Code:
bash-3.00$ ps -p "25936" -o etime=
 8-12:14:11
bash-3.00$ 
bash-3.00$ 
bash-3.00$ 
bash-3.00$ ps -p "25936" -o etimes=
ps: unknown output format: -o etimes
usage: ps [ -aAdeflcjLPyZ ] [ -o format ] [ -t termlist ]
        [ -u userlist ] [ -U userlist ] [ -G grouplist ]
        [ -p proclist ] [ -g pgrplist ] [ -s sidlist ] [ -z zonelist ]
  'format' is one or more of:
        user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid
        pri opri pcpu pmem vsz rss osz nice class time etime stime zone zoneid
        f s c lwp nlwp psr tty addr wchan fname comm args projid project pset
bash-3.00$ 
bash-3.00$ 
bash-3.00$ /usr/bin/ps -p "25936" -o etimes=
ps: unknown output format: -o etimes
usage: ps [ -aAdeflcjLPyZ ] [ -o format ] [ -t termlist ]
        [ -u userlist ] [ -U userlist ] [ -G grouplist ]
        [ -p proclist ] [ -g pgrplist ] [ -s sidlist ] [ -z zonelist ]
  'format' is one or more of:
        user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid
        pri opri pcpu pmem vsz rss osz nice class time etime stime zone zoneid
        f s c lwp nlwp psr tty addr wchan fname comm args projid project pset
bash-3.00$

Moderator's Comments:
Mod Comment Please use CODE tags (not ICODE tags) for full-line and multi-line sample output, input, and code segments.

Last edited by Don Cragun; 06-08-2017 at 03:26 AM.. Reason: Change ICODE tags to CODE tags.
# 6  
Old 06-08-2017
How about
Code:
ps -p "25936" -o etime= | awk -F"[-:]" '{print (NF==4?$1*86400:0)+(NF>2?$2*3600:0)+$(NF-1)*60+$NF}'
735251

These 2 Users Gave Thanks to RudiC For This Post:
# 7  
Old 06-08-2017
Okay, I misunderstood. So etimes is different to etime. I thought you were making a typo there.

I would say at this point your best bet would be to pipe it into an awk (or perl) one-liner which is able to identify the format being output and convert into seconds.

Andrew
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

List of all ids,groups, privilege ids

I wish to pull out a list of all user ids on the system, including the privileged ids, the groups to which they belong to. Sometimes after deleting an id also, its home dir does not get deleted or an entry is left behind in /etc/passwd. Can someone help me with a script to achieve both. (2 Replies)
Discussion started by: ggayathri
2 Replies

2. Emergency UNIX and Linux Support

Privilege ids list

I would like to capture the list of all users that belong to the "system" group. Or in other words all those who have privilege access on the system. Can someone please help me with a shell script/sed/awk code to obtain this please. (3 Replies)
Discussion started by: ggayathri
3 Replies

3. Shell Programming and Scripting

Search process ids

Hi, I have four tomcat instances named PNK, PNK1, PNK2, PNK3. All are running on the same server. To kill tomcat instance I usually do below for PNK1,PNK2,PNK3 kill -9 `ps -ef|grep tomcat|grep PNK1|grep -v grep|awk '{print $2}'` But the above command does not work for PNK. Can some... (7 Replies)
Discussion started by: lpprasad321
7 Replies

4. Shell Programming and Scripting

ps returning more process ids

Please help me with this question I have a tantan.sh under /home/mydir which is a caller to another script "tantan.sh" under /home/anotherdir ----------------------------------------------------------- /home/mydir/tantan.sh ------------------------------------------------------------... (6 Replies)
Discussion started by: guruincredible
6 Replies

5. Shell Programming and Scripting

Script for to kill the process Ids when restarting the unix server

Hi, I need a script to kill the process Ids for the user ABC. I prepared the following script after that while logging with user therough script i am not sure how to pass the user name and password.Can ou modify the script and help me out. #!/bin/bash for filesize in $(ls -ltr | grep... (4 Replies)
Discussion started by: victory
4 Replies

6. AIX

Process ids consuming huge resources ?

Hi All what is the command to check process ids , which are running from long time and which are consuming more cpu? Also how to check, what a particular PID is running what For Ex: i have a pid :3223722 which is running since from long time, if i want to check what is this... (1 Reply)
Discussion started by: sidharthmellam
1 Replies

7. UNIX for Dummies Questions & Answers

Scripting - process and user ids...Help please

Hello all: Working on a job I was asked get a simple script to perform the following task and would like to ask for some help. I'm looking forward to learning more and diving deeper into the World of Open Source servers. I need a script for a Unix server, using as few lines as possible, that... (4 Replies)
Discussion started by: moahten
4 Replies

8. Shell Programming and Scripting

script to loop all process ids and take pmap

Hi all, I need a script that will loop around all the current processes and take a pmap -x <process id> and output each pmap to a separate file. Would anyone have a quick command to do this? (2 Replies)
Discussion started by: borderblaster
2 Replies

9. UNIX for Advanced & Expert Users

Problem to track process IDs in HP-UX machine

Hello All, I need to track the exact process ID related to a particular application running on HP-UX machine. i.e. the exact functionality of fuser unix command. fuser application.log // It gives the exact process ID for application.log Since there is no provision for 'fuser' in HP-UX... (13 Replies)
Discussion started by: abhishek0071
13 Replies

10. Programming

List of Thread IDs of a process

Hello, Can some one tell how to read the thread IDs of the current process in Sun Solaris. Any help will be appreciated. regards, Murali (0 Replies)
Discussion started by: hmurali
0 Replies
Login or Register to Ask a Question