SensesAgentΒΆ

SensesAgent is a systems metric collection framework and runtime. It can be used as provided to gather system metrics and send gathered metrics to an online service. It is also a framework that can be used to simulate or mock metrics to send to remote systems.

SensesAgent is developed for SensesCloud. However it can be easily configured via the sensesagent.conf file to upload metrics to a different service. The format of the data sent can also be easily modified through the data template files.

Creating new collectors that gathers metrics is currently supported in python. A basic collector for example that collects loadaverage is as shown below:

This is a test