Novaordis-linux: Difference between revisions
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
Maven
<dependency> <groupId>io.novaordis.linux</groupId> <artifactId>novaordis-linux</artifactId> <version>${novaordis.linux.version}</version> </dependency>