Process exporter: Difference between revisions

From wikinotes
(Created page with "A prometheus exporter that dumps information about running processes, and their use of system resources. Requires <code>procfs</code> to be mounted. = Documentation = <bl...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A [[prometheus]] exporter that dumps information about running processes, and their use of system resources. Requires <code>procfs</code> to be mounted.
A [[prometheus]] exporter that dumps information about running processes, and their use of system resources.  
 
{{ NOTE |
Requires <code>procfs</code> to be mounted.<br>
It looks like this was written for linux, on FreeBSD I might need to use <code>linprocfs</code>.
}}


= Documentation =
= Documentation =

Latest revision as of 16:19, 14 May 2022

A prometheus exporter that dumps information about running processes, and their use of system resources.

NOTE:

Requires procfs to be mounted.
It looks like this was written for linux, on FreeBSD I might need to use linprocfs.

Documentation

repo https://github.com/ncabatoff/process-exporter