Hi!
I am very pleased to see the plugins for IIS, MSSQL, Oracle
However, I am getting error message...
"Error opening file..."
while running the IIS plugin.
From command like I ran IIS_Plugin.exe iis_config.txt
It ran perfectly providing output for following counters ...
---
Process:% Processor Time:inetinfo:75:90:incr:IIS_CPU:%
Process:Working...
The mssql plugin is doing a query on the internal
sysperfinfo table. This table is doing cumulative
totals of stats whereas windows perfmon tool shows
current stats. So for example Number of deadlocks per
second is a cumulation of all dead locks since the
database was brought up. Instead of the alert showing
1000 at a single moment I am showing tens of thousands
since the database...
Could you post the line required to build the oracle
plugin?, got this:
ope2:~/plugins/oracle/Source Code> gcc -o test
-L/opt/oracle/product/10.2/client_1/lib/ -lclntsh `cat
/opt/oracle/product/10.2/client_1/lib/ldflags` `cat
/opt/oracle/product/10.2/client_1/lib/sysliblist` -ldl
-lm -lpthread -lrt
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../lib64/crt1.o(.text+0x21)...