Sponsored Content
Full Discussion: Performance Monitor
Operating Systems AIX Performance Monitor Post 64608 by TioTony on Tuesday 1st of March 2005 11:59:17 PM
Old 03-02-2005
'sar' would be my binary of choice if you just wanted to view CPU perf data. There are a few approaches you could take:

1. Have the person that has root access do a SetUID on sar so you can run it. This may produce some security concerns in your environment.

2. Have the person with root create a cronjob to run sar at some interval and pump the data to an output file that you have access to.

3. Buy a third party product to monitor the system. Someone would have to install some software on the AIX system but after that you wouldn't even need to login to get perf data.
 

7 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies

2. HP-UX

API about system performance monitor

Hello, there. We want to write application on HP-UX to monitor system resource,such as CPU,Network Traffic Load,Disk Usage,etc. Anyone know these API functions except the system command ? thanks. (6 Replies)
Discussion started by: Frank2004
6 Replies

3. Shell Programming and Scripting

Monitor: Read from the monitor

Hello, I would like to write a script that use the display as an input. In the display there is a list of file. I want to use it as an array and this would be the input in my script. Does somebody know how do I make it? (2 Replies)
Discussion started by: mig8
2 Replies

4. AIX

Tool to monitor the performance of the system ..

Dear experts , Pls advice for any good Tool to monitor the CPU and performance of AIX the system .. to keep monitoring to show me the utilization of that system .. (12 Replies)
Discussion started by: Mr.AIX
12 Replies

5. Programming

Tools to monitor system performance in Android or linux

Hi, May i know the tools which will give the below details in a consolidated fashion for some 'X' duration in single and multicore processors, 1) How many times and how long scheduler code and kernel threads are executing ? 2) Details about each process, time spent in each state (run, wait... (0 Replies)
Discussion started by: tkarthi85
0 Replies

6. Hardware

Fedora 16 dual monitor - dual head - automatic monitor shutdown

Hi, I am experiencing troubles with dual monitors in fedora 16. During boot time both monitors are working, but when system starts one monitor automatically shut down. It happend out of the blue. Some time before when I updated system this happend but then I booted older kernel release and... (0 Replies)
Discussion started by: wakatana
0 Replies

7. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies
COROSYNC-OBJCTL(8)					      System Manager's Manual						COROSYNC-OBJCTL(8)

NAME
corosync-objctl - Configure objects in the Object Database SYNOPSIS
corosync-objctl [-b] [-c|-w|-d|-a|-t-h] <OBJECT-SPEC>... DESCRIPTION
corosync-objctl is used to configure objects within the object database at runtime. OBJECT-SPEC There are two types of entities Objects and Key=Value pairs Objects Objects are container like entities that can hold other entities. They are specified as "objectA"."objectB". An example is log- ging.logger. Key=Value pairs These are the entities that actually hold values (read database "fields"). They are specified as object.key=value or just object.key if you are reading. OPTIONS
-c Create a new object. -d Delete an existing object. -w Use this option when you want to write a new value to a key. -a Display all values currently available. -t Track changes to an object and it's children. As changes are made to the object they are printed out. this is kind of like a "tail -f" for the object database. -h Print basic usage. -b Display binary values in BASH backslash escape sequences format. EXAMPLES
Print the objOne object (shouldn't exist yet). $ corosync-objctl objOne Create the objOne object. $ corosync-objctl -c objOne Print the objOne object (empty). $ corosync-objctl objOne objOne Write two new keys to the objOne object. $ corosync-objctl -w objOne.max=3000 objOne.min=100 Print the objOne object (with the two new keys). $ corosync-objctl objOne objOne.min=100 objOne.max=3000 Delete the objOne.min key $ corosync-objctl -d objOne.min=100 Prove that is gone. $ corosync-objctl objOne objOne.max=3000 Delete the whole objOne object. $ corosync-objctl -d objOne Prove that is gone. $ corosync-objctl objOne SEE ALSO
confdb_initialize(3), AUTHOR
Angus Salkeld 2008-07-29 COROSYNC-OBJCTL(8)
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy