Unix Technical Forum

get CPU activity on AIX 5.3

This is a discussion on get CPU activity on AIX 5.3 within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hello, I search a solution to monitor CPU activity of AIX 5.3 box, to generate beautiful graph. But if ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 06:48 AM
Thomas Clavier
 
Posts: n/a
Default get CPU activity on AIX 5.3

Hello,

I search a solution to monitor CPU activity of AIX 5.3 box, to generate
beautiful graph.

But if i use this snmp OID : 1.3.6.1.2.1.25.3.3.1.2.1 (hrProcessorLoad)
All cpu are only at 100% :-(

If i use this sar line un crontab :
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1

The sar comande dont work fine :
[root@aix][/var/adm/sa]>sar

AIX aixfr88830001p01 3 5 00C9D96D4C00 02/10/05

System configuration: lcpu=8 ent=0.60

00:00:01 %usr %sys %wio %idle physc %entc

System configuration changed. The current iteration values may be
inaccurate.

sar: Error 0

have you somes ideas ?

--
Thomas Clavier http://www.tcweb.org
Lille Sans Fil http://www.lillesansfil.org
+33 (0)6 20 81 81 30 JabberID : tom@jabber.tcweb.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 06:49 AM
Greg Beeker
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3


Thomas Clavier wrote:
> Hello,
>
> I search a solution to monitor CPU activity of AIX 5.3 box, to

generate
> beautiful graph.
>
> But if i use this snmp OID : 1.3.6.1.2.1.25.3.3.1.2.1

(hrProcessorLoad)
> All cpu are only at 100% :-(
>
> If i use this sar line un crontab :
> 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1
>
> The sar comande dont work fine :
> [root@aix][/var/adm/sa]>sar
>
> AIX aixfr88830001p01 3 5 00C9D96D4C00 02/10/05
>
> System configuration: lcpu=8 ent=0.60
>
> 00:00:01 %usr %sys %wio %idle physc %entc
>
> System configuration changed. The current iteration values may be
> inaccurate.
>
> sar: Error 0

I use sar to generate CPU use graphs well for many AIX51 and AIX52. No
AIX53 yet.
Also it looks like you use LPARs. Perhaps this issue can be resolved
with AIX support, and to apply a current ML or APAR.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 06:50 AM
Thomas Clavier
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3

Greg Beeker wrote:
> I use sar to generate CPU use graphs well for many AIX51 and AIX52. No
> AIX53 yet.
> Also it looks like you use LPARs. Perhaps this issue can be resolved
> with AIX support, and to apply a current ML or APAR.


Thanks. I will look this :-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 06:52 AM
ken.baldwin@cocc.com
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3

Thomas Clavier wrote:
> Hello,
>
> I search a solution to monitor CPU activity of AIX 5.3 box, to

generate
> beautiful graph.
>
> But if i use this snmp OID : 1.3.6.1.2.1.25.3.3.1.2.1

(hrProcessorLoad)
> All cpu are only at 100% :-(
>
> If i use this sar line un crontab :
> 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1
>
> The sar comande dont work fine :
> [root@aix][/var/adm/sa]>sar
>
> AIX aixfr88830001p01 3 5 00C9D96D4C00 02/10/05
>
> System configuration: lcpu=8 ent=0.60
>
> 00:00:01 %usr %sys %wio %idle physc %entc
>
> System configuration changed. The current iteration values may be
> inaccurate.
>
> sar: Error 0
>
> have you somes ideas ?
>
> --
> Thomas Clavier http://www.tcweb.org
> Lille Sans Fil http://www.lillesansfil.org
> +33 (0)6 20 81 81 30 JabberID : tom@jabber.tcweb.org



Have you tried NMON Analyzer?
http://www-106.ibm.com/developerwork...nmon_analyser/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 06:52 AM
ken.baldwin@cocc.com
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3

Have you tried NMON Analyzer?
http://www-106.ibm.com/developerwork...nmon_analyser/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 07:02 AM
Jean-Claude DOUCEY
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3

Hello Thomas,
You can use nmon from IBM :
http://www-106.ibm.com/developerwork...s/analyze_aix/

and nmon analyser to generate graphs :
http://www-106.ibm.com/developerwork...nmon_analyser/

Hoping to help you

Thomas Clavier a écrit:
> Hello,
>
> I search a solution to monitor CPU activity of AIX 5.3 box, to generate
> beautiful graph.
>
> But if i use this snmp OID : 1.3.6.1.2.1.25.3.3.1.2.1 (hrProcessorLoad)
> All cpu are only at 100% :-(
>
> If i use this sar line un crontab :
> 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1
>
> The sar comande dont work fine :
> [root@aix][/var/adm/sa]>sar
>
> AIX aixfr88830001p01 3 5 00C9D96D4C00 02/10/05
>
> System configuration: lcpu=8 ent=0.60
>
> 00:00:01 %usr %sys %wio %idle physc %entc
>
> System configuration changed. The current iteration values may be
> inaccurate.
>
> sar: Error 0
>
> have you somes ideas ?
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-05-2008, 07:03 AM
shpot4@yahoo.com
 
Posts: n/a
Default Re: get CPU activity on AIX 5.3

Thomas,
Are you using Advanced Power Virtualization on a p5 w/AIX 5.3 ? If so,
sar is broken. You'll need to get an efix from IBM software support.
That's what happened to us. If NOT using virtualization on LPARs, then
sar works fine.

Cheers!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:52 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com