Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/petemill/PerformanceCounter2CloudWatch
- Owner: petemill
- Created: 2011-10-04T20:17:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-13T13:52:38.000Z (over 12 years ago)
- Last Synced: 2024-07-16T12:02:35.768Z (4 months ago)
- Language: C#
- Homepage:
- Size: 779 KB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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