AIX Memory & DISK IO


 
Thread Tools Search this Thread
Operating Systems AIX AIX Memory & DISK IO
# 1  
Old 02-22-2012
AIX Memory & DISK IO

I am constantly getting request to run reports on our AIX server for system health (cpu, io, memory, etc) when users experience performance issues. We are using SolarWinds to monitor system health and it works great for cpu and disk space; however, I cant seem to get memory and io to work correctly. In SolarWinds memory usage shows 100 % on all servers (im guessing this is comp and noncomp that = 100%)

Anybody have ideas for monitoring memory and io? I usually get requests to run a report for the past 24 hours.
# 2  
Old 02-23-2012
yes of course - run nmon in non-interactive mode as daily cronjob, than run it through nmon analyzer and you are done

if you want to run real time - in case of slow server - run vmstat -Iwt 2 - the avm value is computational memory in 4k pages and you can see the scan / free, paging and cpu values too

Regards
zxmaus
# 3  
Old 02-25-2012
Run nmon -f (runs in background for 24 hrs) to get the nmon report and then use nmon parser to get the detailed information about Disk, IO and CPU utilization for a single day.

Also, check for iostat, vmstat, topas if you see whats happening in the system right now.
# 4  
Old 03-07-2012
Sounds good. Thanks for the advice.
# 5  
Old 03-19-2012
Check the AIX Performance and guide. Also note that AIX memory will always show memory 100%.

svmon
sar
lparstat
# 6  
Old 03-21-2012
Putting it as simply as possiblr: Memory in AIX is allowed to fill up by the Memory Manager until it reaches the minfree number of pages free ( which you can see from the vmo command). It will then clear out pages until it reaches maxfree (another vmo command).

What is of interest is the scan rate that zxmaus suggests which shows the number of pages that AIX has to look at to find the free pages that it needs to reach the maxfree.

You can also look at the
Code:
svmon -G

command to work out how much non computational space you have, or else on AIX 6.1 the amepat command provides some useful memory statistics.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

The disk drive for /tmp is not ready yet or not present && the disk drive for /boot is not ready yet

Hi Team when I boot the server I get this 2 errors : the disk drive for /tmp is not ready yet or not present the disk drive for /boot is not ready yet or not present and its stay like that , I m using Ubuntu 12.04 please if someone have any idea how to fix that problem . (1 Reply)
Discussion started by: SULTAN01
1 Replies

2. AIX

AIX swap space, physical memory & cache

Hi, I am new to AIX, Can someone please help me how to know the swap space, total physical memory and system cache? We are using AIX 5.3. Thanks! (3 Replies)
Discussion started by: Phaneendra G
3 Replies

3. Shell Programming and Scripting

Shell script for %computational memory & % non computational memory

Dear, How to calculate %computational memory and %non computational memory from AIX server. What command used to find out %computational memory and % non computational memory except topas. Regards Nowshath (1 Reply)
Discussion started by: Nowshath
1 Replies

4. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

5. AIX

Regarding AIX volume manager & replacing a disk

First a little background: I'm working with an AIX 6.1 TL05 running two mirrored SAS disks (rootvg) and four SSDs (appvg) All four SSDs belong to appvg and are setup to mirror as follows: hdisk4 --> hdisk6 (containing application fs) hdisk5 --> hdisk7 (containing database fs) A few days... (1 Reply)
Discussion started by: Michael Mullig
1 Replies

6. Linux

Time & Memory of Programs

Hi, I have a program called "myProg" which calls two other programs "prog1" and "prog2" with system command in it. When I type ./myProg to the terminal, everything is cool. The only things that are missing: 1) I would like to measure the time elapsed when myProg runs (I do not want the... (1 Reply)
Discussion started by: hkullana
1 Replies

7. SCO

Add memory and EDI hard disk space

Dear all I would like to know if you have face to the problems as add 1. 256 MB DDR Ram memory 2. IDE 40 GB slaved hard-disk my current machine is GA-SIML Rev 1.0, 1.6 GHz CPU, 1GB HDD, 256 MB DDR-Ram memory, as I add another 256 DDR-Ram, and 40 GB Slaved EDI Hard disk it, the systems... (1 Reply)
Discussion started by: TinhNhi
1 Replies

8. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

9. Filesystems, Disks and Memory

disk and memory monitoring problem

Hi all, I am looking for api to get me system monitoring statictics every 5 minutes. I am looking at the following statistics: 1. System CPU Usage 2. Process CPU Usage 3. Process Memory Usage 4. I/O Usage for a certain disk. 5. Process I/O bytes/sec utilization. I have seen very... (2 Replies)
Discussion started by: uiqbal
2 Replies

10. Solaris

CPU, memory and disk stats

I've been asked to gather CPU, memory and disk stats in the following format: Cpu_Max Cpu_Min Cpu_Avg Mem_Max Mem_Min Mem_Avg Disk_Max Disk_Min Disk_Avg Can anyone please tell me a command to gather all this info? Thanks! Todd (6 Replies)
Discussion started by: ungnown.admin
6 Replies
Login or Register to Ask a Question