Click to See Complete Forum and Search --> : help me in aix os commands


msanoop
04-09-2003, 11:41 PM
Hi,
Anyone please give me the appropriate os commands for aix for getting the following output


1. To get the total memory
2.To get available memory
3.Get the total page
4.Available page
5.total virtual memory
6.Available virtual memory

7. To get the top ten processes with repect to cpu time and memory used in the form PID,Process name

8.Grepping Processes running under a given Directory
Proper Formatting required
The required fileds here are Processname,PID,PATH,MEMUSED,CPUTIME,%CPU
Anoop

Alex Cavnar, aka alc6379
04-21-2003, 12:10 AM
tried top?

iDxMan
04-22-2003, 09:38 PM
I can't even remember if top is installed by default on aix 4.3.3 (..what version are you running?), but you should be able to find the programs `monitor` or topaz. Although if you need to get these values via a script, check out some of the other system commands. eg: vmstat

Although your question almost seems like an assignment...

http://www.bullfreeware.com/


-r