AIX Memory used by an Application


 
Thread Tools Search this Thread
Operating Systems AIX AIX Memory used by an Application
# 1  
Old 10-20-2008
AIX Memory used by an Application

Hi,
Is there any way to find the Memory allocated to an Application in AIX server
# 2  
Old 10-20-2008
Yes fortunately there is: according to the man page of ps, which i suggest you should read for further information, especially the part about the "-o" option and its many arguments:

Code:
ps -Alo pid,args,vsz

will display the process ID, the complete command including arguments and the amount of allocated virtual memory for every process in kilobytes.

I hope this helps.

bakunin
# 3  
Old 10-20-2008
There is another way and that is to use the command ps aux. Notice the - is missing before the aux, this is deliberate. I believe it is the 2nd or 3rd column shows the memory used by the application.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Linux Application Memory usage

Hello We are in the process of migrating few of our applications in our linux boxes to new linux box to streamline our applications . In this context , i would like to know how we can calculate a particular application is used .? This data will then be used to select which applications need... (7 Replies)
Discussion started by: ron5174
7 Replies

2. UNIX for Advanced & Expert Users

how to find memory consumption by application

Hello, we are using AIX 6.1 On our AIX 6.1 server there are two instance of Oracle, a Websphear, a Java application and informatica are running. Can I find out how much memory each of these are consuming? Thanks, (1 Reply)
Discussion started by: AIX_DBA
1 Replies

3. AIX

Developing application software on the AIX

I am a programmer who works on an IBM i (including AS/400, iSeries, System i and Power). In developing application software on the IBMi we use languages such as RPG/ILE and CLLE. There is a need also to use PF, LF, DSPF & PRTF to represent the physical/logical database and screen/print objects.... (0 Replies)
Discussion started by: Elias
0 Replies

4. UNIX for Dummies Questions & Answers

Any way to force memory usage with an application under Mono?

I'm running CentOS 5.5 and Mono 2.10 on a VPS in which I have root access too. I have a large java app that is set to use no more than 3GB of ram where I have 4GB of ram in total. I have another app that has to use Mono but it ends up using up all the physical ram and running into the swap... (3 Replies)
Discussion started by: seriosbrad
3 Replies

5. Infrastructure Monitoring

AIX & Nagios like application.

Hello to all. I am working as a Linux System Administrator since 5 Years & Now,my company is going to purchase 3 numbers of IBM-P Series Server with AIX support. We will install Oracle Database Application on AIX version 5 OS Platform. Now,my questions is: Is it possible to install NAGIOS... (2 Replies)
Discussion started by: nishithvyas
2 Replies

6. AIX

Application Performance on AIX Box

Hello. I have couple of applications installed on my AIX server. Since yesterday the admins have installed one more software installed on it. I am asked to monitor the performance and to conclude if the new application is really affecting the performance for all the applications users. Could... (3 Replies)
Discussion started by: panchpan
3 Replies

7. AIX

Installation an application on AIX

Hi all I'm newbie In this forum, i have posted some topics about zip and unzip a file on AIX system. And i have some answers so that AIX can not work with zip file, and they tell me some files to zip and unzip my files on AIX such as: zip-2.3-3.aix4.3.ppc.rpm unzip-5.51-1.aix5.1.ppc.rpm... (2 Replies)
Discussion started by: leenguyen0101
2 Replies

8. AIX

Issue while installing a Application on AIX

All, I am trying to install a application called Microstrategy on AIX 5.1 box.This is the first time I am working on AIX.The installation fails after some 10% complete.Given below is the text from the installation log file.Do any one of you have any idea what might be the problem? (Jan 19,... (8 Replies)
Discussion started by: apu78
8 Replies
Login or Register to Ask a Question