I’m looking for an exporter that could help me display something like “Top Users by CPU” and “Top Users by Memory”. I am using node_exporter but I can’t get user data from it.
exporter just exports those kind of metrics. those types of aggregations are done against the datasource afaik
sorry, that’s absolutely right. i guess what i’m asking about is the availability of open source exporters for prometheus that provide metrics similar to ps
or top
so that i can create those kinds of aggregations in grafana.
what is the source system you want to export metrics from ?
thank you for the list. the source system is a red hat linux web server that runs a few applications.
i think maybe process_exporter might have what i’m looking for: https://github.com/ncabatoff/process-exporter
or the official one from RH itself ^
thank google search