Monitor Physical CPU usage on multiple servers


 
Thread Tools Search this Thread
Operating Systems AIX Monitor Physical CPU usage on multiple servers
# 1  
Old 12-01-2011
Monitor Physical CPU usage on multiple servers

Hello,
Looking for some help. I am trying to gather data at each server showing when the physical CPU is being used the most based on a weekly timeframe.

I know this data can be seen through NMON but with multiple servers in our environment it could take a real long time. is there a easier way to get reporting on this?

Thank You!
# 2  
Old 12-02-2011
you should check lpar2rdd project
developerWorks: Wikis - PowerVM wiki - lpar2rrd tool

--
GiTo
# 3  
Old 12-03-2011
You can consider ssh cluster
# 4  
Old 12-03-2011
Quote:
Originally Posted by h@foorsa.biz
You can consider ssh cluster
Hmm according documentation ssh cluser is used to
ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection.

It does not look for me like a tool that can be used for monitoring of multiple lpars and gathering proper statistics

Yesterday I have found GANGLIA
http://public.dhe.ibm.com/systems/po...Remastered.wmv

Looks quite similar like lpar2rdd but it is gathering more information and can be used for multiple systems, with different server types
# 5  
Old 12-03-2011
Quote:
Originally Posted by gito
Hmm according documentation ssh cluser is used to


It does not look for me like a tool that can be used for monitoring of multiple lpars and gathering proper statistics

Yes it does as documentation says . On the otherhand SSH cluster in some aspects is not a monitoring tool but you can admin multiple severs and issuing one command that applies to multiple severs interactively or non interactively which may assist in monitoring multiple servers especially when it comes to gathering statistics or reading logs .
I hope my point is clear
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Required cpu , memory, df output in mail for multiple servers

I have prepared script which will collect cpu, memory and df out out for multiple server and send in one mail, but my script only run in one server, and when I send to mail, it shows in text format. it should be show actual format. if any one can help , that would be very grateful. script... (1 Reply)
Discussion started by: yash_message
1 Replies

2. Shell Programming and Scripting

Please help me to monitor cpu usage vmstat in Redhat Linux .

Hi , Please some one help me How to write a shell script to monitor cpu usage vmstat in Redhat linux . Thanks, (4 Replies)
Discussion started by: saanvi
4 Replies

3. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

4. Shell Programming and Scripting

Memory Usage Monitor on Linux/SunOS Servers

ok, so i'm trying to write a shell script (not perl) that monitors memory usage on a server. but i'm confused as to what fields exactly determines that yes, memory is low on a particular server. it sounds simple enough, but it really isn't. what do I look for in the field below? ... (1 Reply)
Discussion started by: SkySmart
1 Replies

5. UNIX for Advanced & Expert Users

How often should I monitor the CPU and memory usage ?

Hi all, When you monitor the CPU and memory usage, how often do you do it ? Do it too often or too rarely will both cause the problem. So does anyone have hand-on experience ? And for my case, the requirement says that when CPU usage is above X% or memory usage is above Y%, I should reject... (5 Replies)
Discussion started by: qiulang
5 Replies

6. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

7. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

8. UNIX for Dummies Questions & Answers

Checking CPU Usage and available free physical and virtual memories

Hi , can anyone please guide me on how do i go about getting the CPU Usage and available free physical and virtual memories? i know i can get it by using prstat, but i want to get an overall CPU Usage and not a breakdown of all same for the free physical and virtual memories ? (2 Replies)
Discussion started by: filthymonk
2 Replies

9. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies
Login or Register to Ask a Question