/top_exporter

Prometheus exporter to capture top

Primary LanguagePythonApache License 2.0Apache-2.0

top_exporter

Prometheus exporter to capture top

Usage and Examples

To bring up the help menu

python3 top_exporter.py -h

To print top 5 processes by memory usage

python3 top_exporter.py -n 5 -m

To print top 5 proccess by CPU usage

python3 top_exporter.py -n 5