Iristyle / PerfTap

A Windows PerfMon monitoring service that pushes data to a graphite server
MIT License
123 stars 32 forks source link

Errors reported in statsite #3

Open DanielLuning opened 12 years ago

DanielLuning commented 12 years ago

Not sure if this is a PerfTap issue, a Statsite (im using v. 0.4.0) issue or something with my setup but I get errors reported in statsite when PerfTap is sending data to it. I haven't defined the format to be statsite (see issue https://github.com/EastPoint/PerfTap/issues/1 ) but it looks like it is defaulting to Statsite format.

Some of the errors I guess has to do with invalid combinations of characters like this:

ERROR:statsite.udpcollector:67 Invalid line syntax: WinMetric.wps-bv-sql-prf.pagingfile..??.c.pagefile_sys.pct_usage:1,731|kv|@1337062962 ERROR:statsite.udpcollector:67 Invalid line syntax: WinMetric.wps-web2-bv-prf.network_interface.intel[r]_pro_1000_mt_network_connection.bytes_total_sec:3699,834|kv|@1337062962

But then there are some where I can't spot what is different: ERROR:statsite.udpcollector:67 Invalid line syntax: WinMetric.wps-bv-sql-prf.sqlserver_sql_statistics.batch_requests_sec:0,992|kv|@1337062961 ERROR:statsite.udpcollector:67 Invalid line syntax: WinMetric.wps-web1-bv-prf.system.context_switches_sec:334,002|kv|@1337062962

In general most errors are on processor and network metrics.