DataBot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 32: Line 32:
==os-stats TODO==
==os-stats TODO==


* <span id="n3jHG32">__Support for external password__. Then update [[Os-stats_Metric_Reference#JBoss_CLI_Metrics]] with details.</span>
* Warn if the collection time takes so long that it interferes with sampling interval length. Tests.
* Warn if the collection time takes so long that it interferes with sampling interval length. Tests.
* Implement <tt>os-stats --help metrics</tt> that introspects and displays the list of built-in metrics.
* Implement <tt>os-stats --help metrics</tt> that introspects and displays the list of built-in metrics.

Revision as of 16:44, 3 September 2016

Internal

Overview

A low-overhead O/S level event collector that generates events-compatible events. It is designed to run in background, collect times events and channel them (to files, over the network, etc.) It is capable of collecting memory, CPU, etc. usage statistics, as well as WildFly management domain model metrics.

os-stats User Manual

In-line help is available with:

os-stats --help

os-stats Metric Reference

os-stats Metric Reference

os-stats Development

GitHub

git clone git@github.com:NovaOrdis/os-stats.git

os-stats TODO