Late To The PartyI'm towards the end of revamping our analysis code to support (z9) and z/OS R.8. What took us so long? :-) I'm telling you this for two reasons:
System z9About the only change in instrumentation between z990 and z9 is the separation of specialty engines into pools. But this is a big change... We process SMF 70 records into tables - with rows and columns. When we had just 2 pools we could have separate columns for GCP and "ICF" pools. Now, with 5 pools (GCP, zAAP, IFL, ICF and zIIP) this approach no longer works. So we've reworked it to have separate rows for each pool for each LPAR and machine. This caused lots of breakage. But we're over that. The other thing that did was to cause a rethink of how we display the pool-level data. And I'm much happier with how it turned out. Incidentally, I've managed to make our (Bookmaster) reporting work nicely with B2H so I can now publish HTML versions of the textual reporting. I may well do that for the machine-level reporting in a future blog entry. I think I'd better learn some more CSS first, though, or you'll be underwhelmed. :-) Also on z9 our charts are by pool now. And I've taken the "IDLE" and "UNKNOWN" samples off the Service Class Period charts. That way the "Using" and "Delay" samples are clearer. (Also, of course the zAAP- and zIIP-related samples are displayed.) And I "smart out" zero delay buckets. Overall the foils are less cluttered and more punchy (but are still GDDM-originated CGMs - with styling that went out with the (B) Ark). :-) z/OS Release 8z/OS R.8 provides us with some challenges in the Memory area as previously noted. On a more positive note it added the machine serial number (e.g 51-11D68). This I can now display - and I do when I have it. But so what? Actually one immediate thing (and one deferred)...
So, I've been busy coding - and I like what's coming out - despite the breakage both z9 and z/OS R.8 caused in my code. And as always having "early sight" of the data gives me a chance to advise my customers on what's coming and how to use it.
|