Sponsored Content
Operating Systems AIX Real memory usage is reaching 99.99% Post 302302800 by amitranjansahu on Wednesday 1st of April 2009 05:05:02 AM
Old 04-01-2009
this is very high usage of memory.

can you give the output of top command
 

10 More Discussions You Might Find Interesting

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

2. AIX

Strange Real Memory usage behavior

We have 2 Rs6000 S-85 Each initially had/have 6 processors and 8 GIG of RAM each Node 1 we added 14 processors and 32 GIG of RAM On May 19. (11 days ago) My memory utilization reporting for node 1 showed a spike in available memory 25-30GB for May 19 to 25 . I kind of expected this because I... (5 Replies)
Discussion started by: Skyybugg
5 Replies

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

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

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

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

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

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

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

10. 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
PHFIG(3)						MBK PHYSICAL STRUCTURE DEFINITIONS						  PHFIG(3)

NAME
phfig - mbk physical figure DESCRIPTION
The phfig is used to describe a hierarchical level of a symbolic layout and may contain any of the legal physical objects needed for a lay- out but a phfig. All coordinates are symbolic and therefor put on a virtual grid in booth x and y directions. The declarations needed to work on phfig are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version. The following C structure supports the description of the layout view : typedef struct phfig { struct phfig *NEXT; struct chain *MODELCHAIN; struct phseg *PHSEG; struct phvia *PHVIA; struct phref *PHREF; struct phins *PHINS; struct phcon *PHCON; char *NAME; char MODE; long XAB1, YAB1, XAB2, YAB2; struct ptype *USER; } phfig_list; NEXT Pointer to the next phfig present in ram. NAME Name of the figure. It identifies a figure (or model), so it should be unique in order to warranty consistency of cells libraries. In order to ensure this consistency, the NAME field must be filled with the disk file name while parsing, and must be used as file name for driving. PHINS Pointer to the head of the list of instances being used for the model description. See phins(3) for details. PHCON Pointer to the head of the list of connectors (terminals) of the model. See phcon(3) for details. PHSEG Pointer to the head of the list of segments (wires) of the model. See phseg(3) for details. PHVIA Pointer to the head of the list of contacs and vias of the model. See phvia(3) for details. PHREF Pointer to the head of the list of references of the model. See phref(3) for details. XAB1, YAB1, XAB2, YAB2 Coordinates of the bottom left corner of the abutment box of the figure. The abutment box of a model represents the external visibility of a figure and is what reference is made to when instanciating the model. One should well distin- guish the abutment box from the bounding box, which is the smallest rectangle that includes all cell descriptors. The size and position of the abutment box is a designer concern, and cannot be computed. MODE Caracter indicating the status of the figure in memory. This field can take two values : 'A' all the cell is loaded in ram. 'P' only information concerning the model interface is present, that means connectors and the abutment box. All other lists are empty. MODELCHAIN Pointer to a chain list, see chain(3) for details, of names. These are the names of the models that are at least instanciated once in the figure. USER Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share informations on the model. Remark : mbk's physical view of a cell is releted to it's logical view by means of connector names, that must be identical. SEE ALSO
mbk(1), addphfig(3), getphfig(3), delphfig(3), loadphfig(3), savephfig(3), phins(3), phvia(3), phcon(3), phseg(3), phref(3), ptype(3), lofig(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 PHFIG(3)
All times are GMT -4. The time now is 11:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy