Sponsored Content
Operating Systems AIX How much memory for each process running on AIX? Post 302526706 by frank_rizzo on Wednesday 1st of June 2011 07:56:16 AM
Old 06-01-2011
Quote:
Originally Posted by amitbisht9
Hi

you can use "top" command..the display is updated every 5 seconds..It displays uptimes, processes, CPU states,memory, swap, pid,ppid,uid etc..
topas is the correct command "top" style command for AIX. nmon is also available for download.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

2. AIX

Process crashing on AIX due to memory Leak

Hi All, I have a process running on my AIX 5.3 server box. The process runs fine for 5-6days but then crashes. The log file shows malloc failure and the svmon (Virtual memory size), ps -lef (SZ value) are also gradually increasing. But unfortunately MALLOCDEBUG and any other memory debugging... (3 Replies)
Discussion started by: SBatra
3 Replies

3. Emergency UNIX and Linux Support

CPU and memory utilization of a process, by process name

Can someone please help me with a script that will help in identifying the CPU & memory usage by a process name, rather than a process id.This is to primarily analyze the consumption of resources, for performance tweaking. G (4 Replies)
Discussion started by: ggayathri
4 Replies

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

5. Shell Programming and Scripting

Check for long running process on AIX

I want to write a shellscript which determines if a particular process is long running than my specified threshold time. Eg: My process name is "prsd" and is expected to run for 15 mins and completes. If I set a threshold limit of 1 hour, and how we can the get output of the long running... (4 Replies)
Discussion started by: chandu123
4 Replies

6. AIX

AIX 7.1 on Power 750 is very slow with no high memory or process consumption

Hi, This thread has been posted before on linuxquestions.org, but no answer, maybe because this is unix question and not linux. I'm posting the same thread here, hope I can get an answer from someone in the meantime, I wish I could post of emergency thread but it needs bits which I don't have :... (6 Replies)
Discussion started by: aLuViAn
6 Replies

7. AIX

Process, PID and total memory consumed on AIX.

Hi, Below is the code snippet I use on Linux (Centos) to retrieve the Process Name, PID and memory consumed on Linux (Centos) host:- top -b -n 1 | awk -v date="$tdydate" -v ip="$ip" 'NR>7 {print date","ip","$12,","$1,","$10}' Any idea how the same can be retrieved on an AIX host? This... (1 Reply)
Discussion started by: Vipin Batra
1 Replies

8. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

9. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (1 Reply)
Discussion started by: naveeng
1 Replies

10. Shell Programming and Scripting

Command to get exact tomcat process I am running ignoring other java process

Team, I have multiple batchjobs running in VM, if I do ps -ef |grep java or tomcat I am getting multiple process list. How do I get my exact tomcat process running and that is unique? via shell script? (4 Replies)
Discussion started by: Ghanshyam Ratho
4 Replies
ASMON(1)						      General Commands Manual							  ASMON(1)

NAME
asmon - A system resource monitor dockapp for Afterstep and WindowMaker SYNOPSIS
asmon [options] DESCRIPTION
Asmon is a dockable applet for X11 that monitors system resources. It is designed for the WindowMaker Dock or Afterstep Wharf but should work with others as well. It displays CPU usage, load average, memory utilization, pages and swaps. The upper most section of the applet displays CPU usage on the left, while numerically representing load average on the right. The middle bar shows memory utilization divided by ticks into shared, buffers, and cached respectively, with the number of megabytes used represented numerically to the right. The lower bar displays information about swap, graphically on the left, numerically on the right. At bottom left are four LEDs, top to bottom, left to right they are: pages in, pages out, swap in and swap out. The remainder of the bottom row is dedicated to a graphical bar representing the amount of memory that the X server is using with the numerical representation to the right, (optionally this section can be used to display uptime). OPTIONS
-display <display> Specify an alternate X display; see X(1). -e <command> Execute <command> on mouseclick. -u Display uptime rather then X memory usage. -v Show version information and exit. -h Show summary of options. SEE ALSO
The WindowMaker or Afterstep documentation and user guides for information about applets and docking. AUTHOR
This manual page was written by Paul van Tilburg <paulvt@debian.org>, and later updated by Eric Evans <eevans@sym-link.com>, for the Debian GNU/Linux system. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. Debian GNU/Linux April 6, 2000 ASMON(1)
All times are GMT -4. The time now is 02:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy