Novaordis-linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[Projects#Projects|Projects]]
* [[Projects#Projects|Projects]]
* [[Linux_Per-Process_CPU_Runtime_Statistics#Overview|Per-Process CPU Runtime Statistics]]


=Overview=
=Overview=

Revision as of 02:08, 2 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>