On 3 January 2012 14:33, Dave Day <[email protected]> wrote: > I have a software offering that Dave Cole markets. You can go to his > website, and take a look at z/XPF. It competes in a niche market on z/OS, > application profiling. What makes mine different from the other guys in this > arena is the approach I use to get the profiling data. Instead of > establishing tasks or running srb's into an address space, my code scrapes > the system trace table for entries that are related to the target address > space.
It's an interesting approach, and I must say I'd be just as happy not to see that extra baggage from other products that clutters dumps and makes one wonder if it really, truly, doesn't change anything in the environment my code runs in. Are there Programming Interfaces to reading/scraping this trace table data? In my experience, access to the trace data is something that has broken more often than anything else when there is an IPCS to system level mismatch. I assume for your sort of product you would need access on the live system with reasonable performance, rather than post processing through IPCS. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

