Memory Usage....


 
Thread Tools Search this Thread
Operating Systems AIX Memory Usage....
# 1  
Old 05-13-2005
Memory Usage....

I am running nmon64 on an AIX box and getting 99% of physical memory usage. When i brought it up to our 'Unix Admin' he said this was ok. We only really needed to worry if the machine began to swap. Is this true? I am an application developer and have always been taught the 99% memory utilization was a 'bad' thing. Does AIX give the memory back when my app needs it?
# 2  
Old 05-13-2005
Also we have 4GB of memory on this machine and we were told that 1 GB off the top goes to the operating system. Does that sound right?
# 3  
Old 05-14-2005
Same thing

Actually, I don't know if it is bad if percent used of memory is 99%, but I want tell you about my system. I have AIX 4.3.3, and by using the nmon I note always the physical used memory is 99%. I thought, may be the reboot is the solution. When I reboot the system, the physical used memory go down to about 35%, but the this percentage grows until reach to 99% & 100% some times. Really, I want to know is this percentage normal or not?

Note: I have 1GB RAM.
# 4  
Old 05-16-2005
apparently, there is an OS theory out there that if memory is not being used is is a bad thing. AIX is configured to consume the un-used memory for OS-level tasks (not sure what?) but 'earmarked' until an application needs it, and then it is released to the application if available. There are some schools of thought that this could actually improve performance. I am not sure how though, unless there is some initialization overhead that this model gets out of the way before your app needs the memory??? That is only a guess though, I would love for some OS experts to weigh in on this???
# 5  
Old 05-16-2005
I also think the amount of memory that AIX is 'ear-marking' is configurable.
# 6  
Old 05-16-2005
99-100% should be fine - see article
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Memory usage per user,percent usage,sytem time in ksh

Let's say i have 20 users logged on Server. How can I know how much memory percent used each of them is using with system time in each user? (2 Replies)
Discussion started by: roy1912
2 Replies

2. UNIX for Dummies Questions & Answers

Command to display the space usage (memory usage) of a specific directory.

Hi all, Can you please tell me the command, with which one can know the amount of space a specific directory has used. df -k . ---> Displays, the amount of space allocated, and used for a directory. du -k <dir name> - gives me the memory used of all the files inside <dir> But i... (2 Replies)
Discussion started by: abhisheksunkari
2 Replies

3. 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

4. Solaris

Memory usage in Solaris - memory not freed?

Hi, I'm running a multi-process software system on a Solaris 8 machine. When I monitor the memory usage, I see that the free memory is dropping rapidly, but I can't detect a process that uses this memory. I'm using "top" to get the free memory and the memory usage of processes. Thanks. (3 Replies)
Discussion started by: gewurtz
3 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. 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

7. UNIX for Dummies Questions & Answers

cpu, memory and virtual memory usage

Hi All, Does anyone know what the best commands in the UNIX command line are for obtaining this info: current CPU usage memory usage virtual memory usage preferably with date and time parameters too? thanks ocelot (4 Replies)
Discussion started by: ocelot
4 Replies

8. HP-UX

How can I get memory usage or anything that show memory used from sar file?

Refer from title: How can i get memory used or anything that can show memory from sar file example on solaris:- we can use sar with option to show memory used at time that sar crontab run. on HP-UX, it not has option to see memory used. But i think it may be have some parameter or some... (1 Reply)
Discussion started by: panithat
1 Replies

9. Programming

CPU usage and memory usage

Please tell me solaris functions/api for getting following information 1- Function that tells how much memory used by current process 2- Function that tells how much memory used by all running processes 3- Function that tells how much CPU is used by current process 4- Function that tells how... (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

10. 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