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



System value QPRCFEAT....That's where I got the 22A2 from.
But if I do this I get a different value.


                         Work with Processor Resources

                                                             System:
XXXXXXXXXX
 Type options, press Enter.

   7=Display resource detail



 Opt  Resource        Type-model        Status                  Text

      CEC01             9406-270        Operational           Main Card
Enclosure
      PN01              247D            Operational           System Control
Panel
      MP01              2249-000        Operational           System
Processor Card
      PV02              2248-001        Operational           Processor
Capacity Card
      PV01              1517-001        Operational           Interactive
Card
      SP01              2249            Operational           Service
Processor Card
      BCC01                                     Operational           Bus
Adapter
      MS01              3024-000        Operational           256MB Main
Storage Card
      MS02              3024-000        Operational           256MB Main
Storage Card



So now I am thinking I have a 2248....correct ?



 -----Original Message-----
From:   Joe Pluta [mailto:joepluta@PlutaBrothers.com]
Sent:   Thursday, December 27, 2001 10:20 AM
To:     midrange-l@midrange.com
Subject:        RE: Trivia:  Processor MHz

I use a little Java program in VAJ:

        long t1 = 0x000171C770E5F16FL;
        long t2 = 0x000171CBA50E84A6L;
        int sec = 45;

        long ts = t2 - t1;
        int MHz = (int) ((ts)/(sec * 1000000));

        System.out.println("Ticks = " + ts + ", seconds = " + sec + ", MHz =
" +
MHz);

For your numbers, I get:

        Ticks = 18054943543, seconds = 45, MHz = 401

Joe

P.S. I have a model 270, but I'm pretty sure my processor feature is 2250.
Where did you get the "22A2" value from?  I can't find it on any of IBM's
spec sheets.  I use the following URL tom compare the various features and
prices, but there's no model 270 feature 22A2:

http://www.iseries.ibm.com/servlet/factFind


> From: Norbut, Jim
>
> 270 with a Processor Feature of 22A2
>
> 000171C7      70E5F16F
> 000171CB      A50E84A6
>
> 45 seconds between values
>
> I have no idea how to do the hex/decimal conversions using the M$
> calculator
> So if anyone cares to take a whack at it.....have a blast.
>
> I would love to hear how slow my "development" system is.

_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.