Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petemill/PerformanceCounter2CloudWatch

Pushes counts (windows performance counter data, metrics from IIS and SQL Server, and any custom metrics you can retreive in code) to AWS CloudWatch as custom metrics. Comes with a Windows Service and a Console App wrapper.
https://github.com/petemill/PerformanceCounter2CloudWatch

Last synced: about 2 months ago
JSON representation

Pushes counts (windows performance counter data, metrics from IIS and SQL Server, and any custom metrics you can retreive in code) to AWS CloudWatch as custom metrics. Comes with a Windows Service and a Console App wrapper.

Awesome Lists containing this project

README

        

This is a windows service (and identical console app) which sends data from Windows Performance Counters to CloudWatch, an Amazon Web Services Product.

Performance Counters are found by plugins which are loaded through an IoC container. These configurable components can make decisions about which Performance Counters to expose, such as:
- CPU and memory usage for a specific application
- CPU and memory usage for each worker process within IIS
- Amount of web requests for each IIS site
- Free disk space on each drive