Troubleshooting node_exporter for displaying "Top Users by CPU" and "Top Users by Memory"

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 ?

https://prometheus.io/docs/instrumenting/exporters/

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

https://catalog.redhat.com/software/containers/openshift3/prometheus-node-exporter/5ab8a646ecb52471b2fcfb6c

or the official one from RH itself ^

thank google search :laughing: