Memory Utilization


 
Thread Tools Search this Thread
Operating Systems AIX Memory Utilization
# 1  
Old 07-25-2010
Memory Utilization

Hi friends

i have a query.

we have two p-series machine(p550 & p570) with HACMP 5.3 and AIX 5.3 hosting SAP.

Now i need to now is there a way or a command to check the memory utilization on these machines on daily basis. I have tried vmstat and iostat but still it's not clear.

We have 16 GB RAM.

please advice.

Regards,

Imran
# 2  
Old 07-26-2010
vmstat is a very good choice. What is not clear on it's output?
Code:
svmon -G

might be a good choice too.

If you want more things being monitored you might want use nmon:
nmon performance: A free tool to analyze AIX and Linux performance

There is also a nice tool to convert the collected data to a website. The tool is called nmon2rrd.
# 3  
Old 07-27-2010
Quote:
Originally Posted by nathandrake13
is there a way or a command to check the memory utilization
It is not entirely clear what you mean by this. Unix variants, including AIX, try to use memory as efficiently as possible. This implies the usage of as much memory as possible - for loaded programs as necessary and as cache (for disk and network I/O) if no program claims it. (Basically - the reality is a bit more complicated, but that's the bottom line).

This is the reason why "free memory" is a problematic question: the correct answer is "near to nothing" almost any time, but that doesn't mean that no more memory is available for programs if one should be started. You might want to read this post, which gives also some links to further reads, you might also want to read this thread for some pointers.

I hope this helps.

bakunin
# 4  
Old 07-28-2010
many thanks bakunin and zaxxon

many thanks bakunin and zaxxon for your help and advice.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Need help on memory utilization.

I have run the utility nmon in aix 6.1, and found memory utilization is 99.9% in physical. and pressed h key and then t , in that it is not showing single process which is consuming memory resources. please help me how to find out actual memory utilization. wheather 99% is real memory... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. Red Hat

CPU Utilization and Memory Utilization of Services and Applications

Hi, i am new to linux/RHEL 6.0 and i have two questions. 1) How to get the CPU utilization and Memory Utilization of all Services running currently? 2) How to get the CPU utilization and Memory Utilization of all Applications running currently? Please help me to find the script. ... (2 Replies)
Discussion started by: nossam
2 Replies

3. Solaris

[DOUBT] Memory high in idle process on Solaris 10 (Memory Utilization > 90%)

Hi Experts, Our servers running Solaris 10 with SAP Application. The memory utilization always >90%, but the process on SAP is too less even nothing. Why memory utilization on solaris always looks high? I have statement about memory on solaris, is this true: Memory in solaris is used for... (4 Replies)
Discussion started by: edydsuranta
4 Replies

4. Solaris

i have conflict with memory utilization

dear all, kindly i want to check my server memory utilization i used alot of commands but i want to make sure that it is acurate let me explain i have a server which has 32GB RAM Total Memory = 33423360 kb Free Memory = 4172568 kb Utilized Memory = 29250792 kb Memory Utilization... (2 Replies)
Discussion started by: maxim42
2 Replies

5. HP-UX

memory utilization

command for checking memory utilization in HP -UX (2 Replies)
Discussion started by: tushar_spatil
2 Replies

6. Shell Programming and Scripting

Memory Utilization

Hi, Is it possible to obtain physical memory and swap memory available in HP-UX server. I tried using "top" command but i'm not able to grep the memory part exclusively... Thanks.... (4 Replies)
Discussion started by: EmbedUX
4 Replies

7. UNIX for Dummies Questions & Answers

CPU/Memory utilization

hi guys I just want to know how to get the cpu/memory utilization of a running script? Well i know that I can use the sar command but it shows the whole system's statistics. Is it possible to get the stats of a single scirpt or a single running service? (6 Replies)
Discussion started by: khestoi
6 Replies

8. HP-UX

more memory utilization in ux Servers

Hi, Please let me know what are all the reasons in increase in the Memory utilisation of ux servers, and the solutions to face those issues caused by the memory utilisation (memeory Likage)? Thanks in Advance! regards, kishan (2 Replies)
Discussion started by: kishan
2 Replies

9. AIX

Utilization for memory and cpu

Hi all I need command to give me the utilization for memory and cpu,and how can I know if the utilization ok or no? for example in hp unix #top it is give me utilize for cpu and memory and also I can know if utilize ok or no. thanks (2 Replies)
Discussion started by: magasem
2 Replies

10. AIX

Memory Utilization

All, The (fre) coloumn of the (vmstat) command, does it report the size of the free list including the swap space or it only report on the RAM (physical memory). BR, (1 Reply)
Discussion started by: Negm
1 Replies
Login or Register to Ask a Question