Sponsored Content
Full Discussion: %wait nmon CPU-UTILISATION
Operating Systems AIX %wait nmon CPU-UTILISATION Post 302270882 by tagger on Tuesday 23rd of December 2008 06:09:22 AM
Old 12-23-2008
%wait nmon CPU-UTILISATION

Hi,

I collect statistics with nmon. I'm very suprised about % wait of processor.
Number Of Processors: 4
Processor Clock Speed: 4204 MHz

Do U have an idea about % wait ?


Code:
│                   0----------25-----------50----------75----------100                                                                              │
│CPU User%  Sys% Wait% Idle%|           |            |           |            |                                                                              │
│  0  15.0   5.0   1.0  79.0|UUUUUUUss>                                       |                                                                              │
│  1   7.5   3.0   0.0  89.5|UUUs>                                            |                                                                              │
│  2  45.5   3.0   2.5  49.0|UUUUUUUUUUUUUUUUUUUUUUsW>                        |                                                                              │
│  3   0.0   0.0   1.0  99.0|>                                                |                                                                              │
│  4  30.5   9.0  43.0  17.5|UUUUUUUUUUUUUUUssssWWWWWWWWWWWWWWWWWWWWW>        |                                                                              │
│  5   9.5   3.0  51.5  36.0|UUUUsWWWWWWWWWWWWWWWWWWWWWWWWW>                  |                                                                              │
│  6  21.0  15.5  50.5  13.0|UUUUUUUUUUsssssssWWWWWWWWWWWWWWWWWWWWWWWWW>      |                                                                              │
│  7  10.0   6.0  43.0  41.0|UUUUUsssWWWWWWWWWWWWWWWWWWWWW>                   |                                                                              │
│Physical Averages          +-----------|------------|-----------|------------+                                                                              │
│All  33.4   7.9  17.8  40.9|>UUUUUUUUUUUUUUUsssWWWWWWWW                      |                                                                              │
│                           +-----------|------------|-----------|------------+

I don't understand
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

need to know CPU utilisation

We have a Sun Sparc System which has multiple CPUs (4 Nos.). I need a command/program that can be used to monitor the % utilization per CPU. (2 Replies)
Discussion started by: saood
2 Replies

2. Linux

High Mem & Cpu Utilisation

Hi All, Kindly help me in optimizing the server as it displays a great amount of CPU & MEM being utilised when the mysql process executes. Below are the stats --- -------------------------------------------------------------------------- # top 15:51:57 up 23:22, 5 users, load average:... (1 Reply)
Discussion started by: gautamatul82
1 Replies

3. UNIX for Dummies Questions & Answers

Script for CPU and Memory Utilisation

Hi, I want to check the CPU and Memory Utilisation in the whole machine (not for a single process). Can someone send me a ready made script which captures all information in a log every 5min?? Thanks, Ajith (0 Replies)
Discussion started by: Ajith Praveen
0 Replies

4. Shell Programming and Scripting

Start a new process when memory/cpu utilisation falls

Hi all, I am a newbie to whole shell scripting thing. I deal with computational studies and a lot of softwares which run on linux. At times, I have to schedule my jobs after some process has started. In these case, I have to use at command to schedule my job. However, I would like to know if... (0 Replies)
Discussion started by: johnsmithgr8
0 Replies

5. AIX

CPU and memory utilisation by one process

Hi, We need to monitor one process over time to see at which exact point it starts to consume to much memory and CPU (to correlate this with some other events). I am a newbie in AIX, so please could you tell me which command will give a snapshot of the current state of a process so that I... (1 Reply)
Discussion started by: yallow
1 Replies

6. UNIX for Dummies Questions & Answers

CPU Utilisation Report on Solaris 10

Hi all, I'm using Solaris 10 and have an occasional problem where a process that runs near to midnight each day, takes anywhere between 30 seconds and over two minutes to complete. I suspect that the CPU is highly utilised during the times where it takes a long time to complete, but I need a way... (3 Replies)
Discussion started by: wthomas
3 Replies

7. UNIX for Dummies Questions & Answers

Finding cpu utilisation

Hi , I need to find the average percentage of CPU utilisised by a particular process through a shell script. Suppose if a process is running for 6 hours i need to get average CPU utilised by it. Could you please assist me. Thanks, (0 Replies)
Discussion started by: praviper
0 Replies

8. Solaris

CPU Utilisation for Past 1 day

Hi, Can anyone tell me how to get the CPU utilisation for past 1 day in Solaris. Below is the version i m using SunOS ss1qeb 5.10 Generic_138889-03 i86pc i386 i86pc thanks in advance (2 Replies)
Discussion started by: ali560045
2 Replies

9. Shell Programming and Scripting

CPU utilisation in AIX

Hi, I want to write one script that sent mail when CPU utilisation is more then 70%. i used topas but problem is it will show output only when we press ctrl +c. Please let me know if there is some other command that will give cpu utilisation which i can use in shell script. Thanks (3 Replies)
Discussion started by: ranvijaidba
3 Replies

10. AIX

Overall cpu Utilisation

Hi, I need a command to check overall cpu utilisation TIA (3 Replies)
Discussion started by: sumanthupar
3 Replies
Sys::Statistics::Linux::LoadAVG(3pm)			User Contributed Perl Documentation		      Sys::Statistics::Linux::LoadAVG(3pm)

NAME
Sys::Statistics::Linux::LoadAVG - Collect linux load average statistics. SYNOPSIS
use Sys::Statistics::Linux::LoadAVG; my $lxs = Sys::Statistics::Linux::LoadAVG->new; my $stat = $lxs->get; DESCRIPTION
Sys::Statistics::Linux::LoadAVG gathers the load average from the virtual /proc filesystem (procfs). For more information read the documentation of the front-end module Sys::Statistics::Linux. LOAD AVERAGE STATISTICS
Generated by /proc/loadavg. avg_1 - The average processor workload of the last minute. avg_5 - The average processor workload of the last five minutes. avg_15 - The average processor workload of the last fifteen minutes. METHODS
new() Call "new()" to create a new object. my $lxs = Sys::Statistics::Linux::LoadAVG->new; It's possible to set the path to the proc filesystem. Sys::Statistics::Linux::LoadAVG->new( files => { # This is the default path => '/proc', loadavg => 'loadavg', } ); get() Call "get()" to get the statistics. "get()" returns the statistics as a hash reference. my $stat = $lxs->get; EXPORTS
No exports. SEE ALSO
proc(5) REPORTING BUGS
Please report all bugs to <jschulz.cpan(at)bloonix.de>. AUTHOR
Jonny Schulz <jschulz.cpan(at)bloonix.de>. COPYRIGHT
Copyright (c) 2006, 2007 by Jonny Schulz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-03-09 Sys::Statistics::Linux::LoadAVG(3pm)
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy