Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.22 KB

graphite-client-config-gen

App to list and select performance counters from local or remote windows machine and create a config file for graphite-client

Build status

Description

This application will list the available performance counters on a local or remote windows machine and display them in a tree for selection. Once performance counters have been selected it can export an xml file, for use with PerfCounterMonitor.exe. Currently only supports graphite output, but wouldn't be difficult to add support for StatsD as well.

Features

  • Easy selection of system performance metrics
  • Custom Key Template - gives the ability to control the key (name used by graphite for the metric)
  • TODO - Metric templates to allow easy configuration of same metrics accross groups of servers.
  • TODO - Connect to Group - enter list of machines, connect and list metrics only available on all servers

This application is functional, but may be unstable