Iryna Mykytyn
Ira Mykytyn's Tech Blog

Ira Mykytyn's Tech Blog

Follow

How to set up monitoring of CPU and memory usage for C++ multithreaded application with Prometheus, Grafana, and Process Exporter

Apr 8, 20224 min read

Have you ever wondered how to know how much CPU and memory resources is your app taking during a week? Or how to collect and visualize this data to...

How to set up monitoring of CPU and memory usage for C++ multithreaded application with Prometheus, Grafana, and Process Exporter
How To Integrate Valgrind into GitHub Actions?