Find why CPU utlization WAS high yesterday


 
Thread Tools Search this Thread
Operating Systems Solaris Find why CPU utlization WAS high yesterday
# 1  
Old 09-20-2011
Find why CPU utlization WAS high yesterday

I want to investigate why CPU utilization was high yesterday on my solaris 10 machine.
I have been reported this problem but how can I investigate why CPU utilization went high at that time? Smilie
# 2  
Old 09-20-2011
if you collect performance data with SAR or an other product you can check this data... if you don't collect any data, it won't be possible (as far as i know) to check why something happened a while ago...

Inside Solaris / Configuring sar for your system
# 3  
Old 09-20-2011
sar can only tell you that it was high or not, not why.

Unfortunately the only way i know is to be on the system at the time of high utilisation and run commands such as top to see what processes are using CPU.

I would suggest you ask users what they were doing to see if they were doing anything CPU intensive on the box at the time, whether they know it or not. Check cron jobs to see if any kick off around the time of high CPU usage could have caused it, but still you cant get a positive answer just might give you a rough guide on what may have affected your server.

maybe check your last command to see who was logged in at the time as well?
# 4  
Old 09-21-2011
How about process accounting? Was it enabled?
# 5  
Old 09-26-2011
process accounting

How do I check if it is enabled?
ps -ef|grep -i acc shows nothing

svcs -v|grep -i acc shows

legacy_run - Apr_29 70 lrc:/etc/rc2_d/S22acct
legacy_run - Apr_29 89 lrc:/etc/rc2_d/S99AccountingDaemon

acctcom |less shows
COMMAND START END REAL CPU MEAN
NAME USER TTYNAME TIME TIME (SECS) (SECS) SIZE(K)
#accton root ? 10:07:00 10:07:00 0.01 0.01 1240.00
sh root ? 10:07:00 10:07:00 0.01 0.01 1328.00
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

High cpu usage

I have created one script and i have added it into cron to run after 10 mins. However I have noted that whenever that script runs, It causes CPU utilization of server to increase about 10-20 % I have rechecked script and there is no way i can make changes, Script contain only 2-3 commands. So... (4 Replies)
Discussion started by: Nakul_sh
4 Replies

2. Red Hat

CPU is high

Hi , We found CPU is high due to python process .Is this something that Oracle team should look on or Unix team has to work on it ?Could you please advise use of python process ? top - 12:03:03 up 43 days, 15:11, 5 users, load average: 1.53, 1.33, 1.23 Tasks: 126 total, 3 running, 123... (12 Replies)
Discussion started by: Maddy123
12 Replies

3. Red Hat

High CPU Utilization

Hi Experts, I need to understand few basic things regarding top command result from one of the node i have collected: Cpu0 : 4.6%us, 2.0%sy, 0.0%ni, 91.4%id, 1.3%wa, 0.3%hi, 0.3%si, 0.0%st Cpu1 : 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : ... (5 Replies)
Discussion started by: mackjack87
5 Replies

4. Shell Programming and Scripting

what would a script include to find CPU's %system time high and user time high?

Hi , I am trying to :wall: my head while scripting ..I am really new to this stuff , never did it before :( . how to find cpu's system high time and user time high in a script?? thanks , help would be appreciated ! :) (9 Replies)
Discussion started by: sushwey
9 Replies

5. Web Development

High CPU with Moodle

Hello list, I am managing a Moodle site on Apache2 server with Ubuntu. There are 20-30 simultaneous users and the server get 100% CPU and it stop working. The server is a dual core 3GHz and 4GB o memory. I think thta it is enough powerful machine for a Moodle site. How could I configure... (0 Replies)
Discussion started by: jlazkano
0 Replies

6. Red Hat

apache high cpu load on high traffic

i have a Intel Quad Core Xeon X3440 (4 x 2.53GHz, 8MB Cache, Hyper Threaded) with 16gig and 1tb harddrive with a 1gb port and my apache is causing my cpu to go up to 100% on all four cores heres my http.config <IfModule prefork.c> StartServers 10 MinSpareServers 10 MaxSpareServers 15... (4 Replies)
Discussion started by: awww
4 Replies

7. AIX

DB2 high CPU

Hello dear friends, I have Lpar AIX 6.1 and there is DB2 installed. I have 8 Virtual CPU's configured on my Lpar and when I run nmon the CPU waiting time is always big.. I will provide screenshot for better realizing.. my question is what may produce so big waiting time?? Thanks in advance! (19 Replies)
Discussion started by: Vit0_Corleone
19 Replies

8. UNIX for Advanced & Expert Users

CPU utlization

Hi I have server with 48 cpus running SUN os. I have loaded with enough tasks. But I could see my CPU utilization is very less compared to kernal's cpu utlization. below is the output of top command load averages: 23.2, 10.1, 16.6; up 423+16:45:16 ... (25 Replies)
Discussion started by: kumaran_5555
25 Replies

9. AIX

High CPU utilization

Hi am facing high cpu utilization on my sybase server. I have P550 Number Of Processors: 4 Processor Clock Speed: 1656 MHz CPU Type: 64-bit Kernel Type: 32-bit LPAR Info: 1 65-D837E Memory Size: 7840 MB in topas it shows Name PID CPU% PgSp Owner dataserv 565264 ... (1 Reply)
Discussion started by: vjm
1 Replies

10. Solaris

High CPU Utilization

Good morning, I need some help figuring out what's eating up my cpu. My application can't get enough cpu to do its job. this is a sunfire V440 2CPU's at 1/593 GHZ with 8GB of memory. In the morning hours the box is at less than 3%. I can't figure out what else is using the CPU. We use foglight and... (2 Replies)
Discussion started by: bbouhaik
2 Replies
Login or Register to Ask a Question