On 04 May 2012 07:44, Ben Hoover wrote:
> How can I get information regarding the CPU in an iSeries (i.e.
> processor type, model, speed, etc.)?
Visiting the i5/OS v5r4 InfoCenter, for example, and typing in the
"Search: retrieve CPU model processor type" yielded the "Materialize
Resource Management Data (MATRMD)" MI instruction, which conveniently
was what I was looking for to help me find the API that returns much of
that information; using the instruction is sensitive to release changes.
Also in the list was "Retrieve System Values (QWCRSVAL) API" which
gives some of the information; e.g. QMODEL and QPRCFEAT.
Having less luck than I expected with a new search on MATRMD [surely
better luck on the web; APIs and that instruction I recall have been
discussed in messages], I typed in the Search: "retrieve processor API"
to reveal more of what I was expecting; some included in the list were:
Retrieve Partition Information (dlpar_get_info) API
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/dlpar_get_info.htm
Retrieve Hardware Resource List (QGYRHRL, QgyRtvHdwRscList) API
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/qgyrhrl.htm
Retrieve Hardware Resource Information (QGYRHRI, QgyRtvHdwRscInfo) API
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/qgyrhri.htm
The above may be useful. However I do not recall anything that gives
a speed, e.g. "clock speed", perhaps due to implementation whereby the
CPU may be contained by an effective governor to achieve model
differentiation. Within the progression of Power Systems as the
underlying hardware, that may be less prevalent or gone away.? The
newer release InfoCenter docs may reveal more and different... I merely
chose v5r4 because that was already open in my browser.
Regards, Chuck