Novaordis-linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
Linux monitoring and management functionality:
Linux monitoring and management functionality:
* /proc/stat parsing.
* /proc/stat parsing.
* a collector that can read arbitrary files at high rate and cache them in memory - useful for sampling individual processes.


=GitHub=
=GitHub=

Revision as of 19:22, 1 March 2018

Internal

Overview

Linux monitoring and management functionality:

  • /proc/stat parsing.
  • a collector that can read arbitrary files at high rate and cache them in memory - useful for sampling individual processes.

GitHub

https://github.com/NovaOrdis/novaordis-linux

Maven

<dependency>
    <groupId>io.novaordis.linux</groupId>
    <artifactId>novaordis-linux</artifactId>
    <version>${novaordis.linux.version}</version>
</dependency>