process exporter dashboard with treemap 12,18412,184 5.0 (1 reviews)
This dashboard is another version of Named processes dashboard
https://grafana.com/grafana/dashboards/249
with a memory map panel which shows latest resident memory map , it's helpful to check top processes that consume a lot of memory immediately
see also: https://dasalog.hatenablog.jp/entry/2021/01/17/185152 (Japanese)
github repository: https://github.com/egmc/egmc-grafana-dashboards
2024/4/6 update(including breaking changes) - migrate graph panels to timeseries panels
2022/2/13 update(including breaking changes)
- this dashboard expects process-exporter => v0.7.2, and run with root privilege from now on
- add page faults, average resident memory, uptime graphs
- use proportional resident metrics instead of resident metrics for tree panel(https://github.com/ncabatoff/process-exporter#memory_bytes-gauge), since it shows closer value to actual memory usage ratio
2021/4/4 minor update
- sort tooltip
- add more panels: ctx switch, open fd
Used Metrics 1010
namedprocess_namegroup_memory_bytes
namedprocess_namegroup_cpu_seconds_total
namedprocess_namegroup_num_procs
namedprocess_namegroup_context_switches_total
namedprocess_namegroup_open_filedesc
namedprocess_namegroup_read_bytes_total
namedprocess_namegroup_write_bytes_total
namedprocess_namegroup_major_page_faults_total
namedprocess_namegroup_minor_page_faults_total
namedprocess_namegroup_oldest_start_time_seconds