Search Results

Search: Posts Made By: Vinod
8,172
Posted By Vinod
Thank you, however, I'm not able to send get the...
Thank you, however, I'm not able to send get the output of the mentioned command.


bash-3.2# ps -efo pid,comm,etimes | awk '$NF > 7200'
ps: unknown output format: -o etimes
usage: ps [...
8,172
Posted By Vinod
Rudic, can you please explain this code... What...
Rudic, can you please explain this code... What is 7200means?
8,172
Posted By Vinod
ps -efo pid,comm,etime | grep 'processname' | awk...
ps -efo pid,comm,etime | grep 'processname' | awk '{print $1 $3}'
8,172
Posted By Vinod
How to check the processes running longer than 2 hours.?
HI

can someone help me to check the process running more than 2 hours.

I have the below command which shows the time and process id, however, I only need the processes running more than 2 hours.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy