× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The problem is the faulting rates only have "guidelines" which can
sometimes be hard to communicate to management. A hard number can be
easier to communicate.

Try using SETOBJACC to see exactly what amount of memory is free in any
pool at the current time:

SETOBJACC OBJ(FILE) OBJTYPE(*FILE) POOL(*BASE)
or
SETOBJACC OBJ(FILE) OBJTYPE(*FILE) POOL(*SHRPOOL1)

Will return a message CPC1140: 189K of FILE brought to pool with
5509556K unused. The second number is the amount of free RAM in the
pool at the time. If that number is routinely zero or very small your
memory is overcommitted.

I've found that "real" numbers are much more persuasive than guidelines.

It would be fairly easy to put this into a batch program that ran at
regular time frames and create a memory usage chart similar to your CPU
usage charts. Remember that the performace adjuster will most likely be
changing the pool sizes continuously as well. Don't forget to purge the
object after you check the memory usage.


Regards,

Scott Ingvaldson
Senior IBM Support Specialist
Midwest Region Data Center
Fiserv.


-----Original Message-----
From: Graap, Kenneth [mailto:Kenneth.Graap@xxxxxxxxxxxxx]
Sent: Monday, July 20, 2009 10:44 AM
To: Midrange Systems Technical Discussion
Subject: Memory Performance - When is RAM over committed ?

Which performance measurement value(s) do you think would provide the
best evidence that memory (RAM) is beginning to be over committed on the
iSeries?

Do you think an analysis of faulting as a percentage of total disk
operations would provide a good objective measure of this, or would some
other measurement combination be better?

I would like to be able to provide objective evidence to upper
management that it is time to purchase additional memory... Even though
I know from experience that adding memory to the iSeries is ALWAYS a
good idea if throughput and/or response times start to increase...

Oh yes ... and please consider printing multiple copies of this e-mail
on green-bar paper.... <smile>

P
Please consider the environment before printing this email

Kenneth
Kenneth E. Graap
Systems Administrator
NW Natural
keg@xxxxxxxxxxxxx
503-226-4211 x5537



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.