Sponsored Content
Operating Systems AIX Help Me!! - AIX box utilised 100% memory for whole day Post 302203225 by bakunin on Saturday 7th of June 2008 04:05:11 AM
Old 06-07-2008
What zaxxon said is absolutely correct. Here is another very very quick check if everything is ok with your memory (and, no, it is neither an in-depth analysis nor does it replace one): Issue the command "svmon -G" and observe the first line of output. Here is a sample:

Code:
# svmon -G

         size  inuse free   pin virtual
memory 262133 261991  142 11851  128713

I have marked bold the two relevant values. As long as "inuse" is higher or roughly equal to "virtual" everything is ok with the memory size. If "virtual" is (much) higher than "inuse" then your machine needs a memory upgrade - and the size of the upgrade will be at about the difference betweeen these two values, times 4k, as the numbers represent 4k-sized memory-pages.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Memory usage in the box

Hello: Environment is: Oracle 817 on IBM RS/6000 AIX 433 I have 4GB RAM on the box and Page/Swap is about the same. Presently I am using close to 1GB of RAM towards 5 instances of ORACLE production environments. How can I know, how much of memory/RAM is used for : Oracle Processes , I... (2 Replies)
Discussion started by: ST2000
2 Replies

2. AIX

moving AIX ver 4.2.1 to another AIX box

i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies

3. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

4. HP-UX

help me decipher how much memory on my box

hi, if I do top, I get Memory: 19277012K (5868296K) real, 33860312K (11294208K) virtual, 795392K free If I do swapinfo -tm I get: % swapinfo -tm Mb Mb Mb PCT TYPE AVAIL USED FREE USED dev 16384 0 16383 0% dev ... (3 Replies)
Discussion started by: JamesByars
3 Replies

5. Linux

my box can't see full memory

Hi I'be recently installed Virtouzzo on Centos 5 on 16GB box , but the system could only see 4 GB of RAM, I installed the package kernel-PAE, but the virtuozzo kernel still can't see the full memory. even the kernel system can see 16GB of RAM is there any idea bout that ? Thanks (2 Replies)
Discussion started by: Raied
2 Replies

6. Solaris

Memory of box

I have certain questions. 1) How can i see the memory of the unix box. 2) How can i see the size of the database on the box 3)can anyone suggest an article or tutorial that explains the concept of file systems and mount point in UNIX. 4)How can i see the dblink on the server I... (5 Replies)
Discussion started by: asalman.qazi
5 Replies

7. Solaris

Memory issue on solaris10 box

my system has 128G of installed memory. top, vmstat shows the system has just over 10G of free memory on the system. but as per prstat o/p the usage is just 50-55G is there anyway i can find which process/zone is using more memory ? System has 3 zones and all running application servers. ... (1 Reply)
Discussion started by: fugitive
1 Replies

8. Solaris

Oracle memory usage on Solaris box

I am working on Oracle 2 node RAC 10.2.0.4 on Solaris 10 T2000 kit. The box has around 32G of memory of which 24G is used by oracle user. There is 3G of free memory on the box. Sga max is set to 5G and while checking v$pgastat i see that maximum pga memory memory allocated was 6.5G. So oracle... (29 Replies)
Discussion started by: prabumohan
29 Replies

9. AIX

Memory consumption issue in AIX box

Hi, monitor memory usage on AIX machine on any day of the week from 3:00 PM ET to 5:00 PM ET - Povide min and max memory consumption. Determine if all of the available memory is visible to the operating system. If it is not, determine the amount of memory which may be allocated to the... (3 Replies)
Discussion started by: Rookie_newbie
3 Replies

10. Red Hat

centOS memory leak - MEGABYTES per day

hi i've notice a huge problem on my newly installed centOS server and i have no idea how to solve it and where to start.. memory on server 3 GB and it goes down, down, down.. after reboot it shows 71mb used after a hour its 76mb and after 24h it's around 200 later = more i have NO idea... (7 Replies)
Discussion started by: tip78
7 Replies
QwtCPointerData(3)						 Qwt User's Guide						QwtCPointerData(3)

NAME
QwtCPointerData - Data class containing two pointers to memory blocks of doubles. SYNOPSIS
#include <qwt_data.h> Inherits QwtData. Public Member Functions virtual QwtDoubleRect boundingRect () const virtual QwtData * copy () const QwtCPointerData & operator= (const QwtCPointerData &) QwtCPointerData (const double *x, const double *y, size_t size) virtual size_t size () const virtual double x (size_t i) const const double * xData () const virtual double y (size_t i) const const double * yData () const Detailed Description Data class containing two pointers to memory blocks of doubles. Constructor &; Destructor Documentation QwtCPointerData::QwtCPointerData (const double *x, const double *y, size_tsize) Constructor Parameters: x Array of x values y Array of y values size Size of the x and y arrays Warning: The programmer must assure that the memory blocks referenced by the pointers remain valid during the lifetime of the QwtPlotCPointer object. See also: QwtPlotCurve::setData(), QwtPlotCurve::setRawData() Member Function Documentation QwtDoubleRect QwtCPointerData::boundingRect () const [virtual] Returns the bounding rectangle of the data. If there is no bounding rect, like for empty data the rectangle is invalid: QwtDoubleRect::isValid() == false Reimplemented from QwtData. QwtData * QwtCPointerData::copy () const [virtual] Returns: Pointer to a copy (virtual copy constructor) Implements QwtData. QwtCPointerData & QwtCPointerData::operator= (const QwtCPointerData &data) Assignment. size_t QwtCPointerData::size () const [virtual] Returns: Size of the data set Implements QwtData. double QwtCPointerData::x (size_ti) const [virtual] Return the x value of data point i Parameters: i Index Returns: x X value of data point i Implements QwtData. const double * QwtCPointerData::xData () const Returns: Array of the x-values double QwtCPointerData::y (size_ti) const [virtual] Return the y value of data point i Parameters: i Index Returns: y Y value of data point i Implements QwtData. const double * QwtCPointerData::yData () const Returns: Array of the y-values Author Generated automatically by Doxygen for Qwt User's Guide from the source code. Version 5.2.2 Mon Aug 1 2011 QwtCPointerData(3)
All times are GMT -4. The time now is 05:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy