COM+ Monitoring using COMSVCSLib
I am attempting to develop a monitoring application that can detect and notify us of runaway COM+ components on our Win2K Servers. Specifically, I am looking for a programmatic interface to get at the data contained on the "status view" of the Component Services MMC Snap-In. This view contains the columns "Objects", "Activated", "Pooled", "In Call", and "Call Time" that I would like to monitor. I've looked at COMSVCSLib.mtsGRP where I would expect these properties, but to no avail. Does anyone know of way to programmatically access these items?
Thanks so much in advance,
B r u c e
|