historical ps


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers historical ps
# 1  
Old 04-05-2004
historical ps

Hi there

I am trying to find out what processes were running on my sun solaris 5.8 server yesterday.

There are no jobs running on the server which are monitoring/logging processes on the server.

Is there a way to find this out - is there an operating system log for processes?

Thanks in advance

N
# 2  
Old 04-05-2004
If you are not running accounting, then you will have a hard time figuring out what processes were running - even if you do have accounting it may be difficult.

You can check out some of the following which may show some information.

last - you can tell who physcially signed into the system (by account) but not what they ran.
syslog - check if syslogd is running on server - then check /etc/syslog.conf to see where it's placing it's information - one file it may put it in is the /var/adm/messages file - this will contain errors/warnings/info

/var/adm/sa/* - you may or may not have files in this directory if sar is running - will give performance of server but not processes running.

If you give more information on what you are looking for, it may be easier for us to point you in the right direction.
# 3  
Old 04-05-2004
Thanks for your help.

As accounting is not enabled on the server I don't think I will find what I was looking for!
# 4  
Old 04-06-2004
Doesn't the command "ps" work for Solaris, too? It lists processes on Solaris 9. What about command "top"? What about CDE graphical "process finder".
# 5  
Old 04-06-2004
I can run ps to see what is running currently, I can't do a historical ps which was what I wanted to do in 1st place ....

Thanks anyway
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

A terrific historical video about UNIX circa 1982 with well known names.

Enjoy folks... AT&T Archives: The UNIX Operating System - YouTube (2 Replies)
Discussion started by: wisecracker
2 Replies

2. Shell Programming and Scripting

Help File Copy Historical Files

Hello, I have a directory /files/storage in which I have files having file name in format as follows sabclin.yyyymmdd.0 e.g. sabclin.20110621.0 etc. I want to copy all files that have a date in their file name i.e. yyyymmdd from today till 300 days in the past to another directory, I need... (3 Replies)
Discussion started by: srattani
3 Replies

3. Red Hat

historical port usage information

are there linux commands or applications that i can use to find out what application was using a certain port at a certain time? there's teamquest,but it doesnt have this kind of information. TIA. (2 Replies)
Discussion started by: bumblebee
2 Replies

4. IP Networking

historical question - endianess

why Network Byte Order is Big-Endian, (not a Little-Endian, like most modern PCs use) ? (3 Replies)
Discussion started by: variety
3 Replies

5. AIX

Historical Disk bandwidth utilization

Early this morning our sar reports show that WIO on the system was over 50% for about an hour. We also had some users complain about response time problems during this time. Is there a way I can go back and check what disks were busy during this time (something like topas but for historical data)? (1 Reply)
Discussion started by: 2dumb
1 Replies
Login or Register to Ask a Question