At my current client site, I use AIX on IBM PowerPC kit. There is a neat little systems monitoring tool called “nmon” on AIX, which I quite like. I noticed recently that it’s available on Linux now, so I installed it on my machine, which runs Fedora 12. There are a number of binaries prebuilt, [...]
Archive of posts tagged instrumentation
DBMS_APPLICATION_INFO and V$SESSION
Tom noted on his blog recently that DBMS_APPLICATION_INFO is something we should be using in our code to provide instrumentation and monitoring information – something I fully agree with and have been doing for some time now. The post showed how, if we’ve called DBMS_APPLICATION_INFO in our code, we can retrieve the values of the [...]