Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-26-2006, 11:00 AM
|
#1
|
|
LQ Newbie
Registered: Jan 2006
Distribution: suse
Posts: 23
Rep:
|
wall clock time of a running process
I know with top I see cpu time but I want to know how long(wall clock)a process has been running. What is or is there a command for this??
thanks
Mace
|
|
|
|
06-26-2006, 11:29 AM
|
#2
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
In Linux "time <command>" will give you usr, sys and real time for a command. real time being the one you're interested in.
Note: In most UNIX variants it is timex rather than time. (timex <command>)
|
|
|
|
06-26-2006, 11:31 AM
|
#3
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
Oops - on reread - you want to know how to get time of an existing process. You can get the time a process was started (see ps man page and look at "T" format option). You would then have to do the math by typing date to get current time and subtract the start time from the current to see how long it has been running.
|
|
|
|
06-26-2006, 01:14 PM
|
#4
|
|
LQ Newbie
Registered: Jan 2006
Distribution: suse
Posts: 23
Original Poster
Rep:
|
found it through some googling..but I'm goinf to look up the T parm also
ps -eo pid,user,start --sort pid
thx
Mace
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:50 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|