vostok / metrics.system

Cross-platform system metrics collection for .NET Core applications.
MIT License
3 stars 2 forks source link

Host metrics: consider calculation of some metrics grouped by PID #28

Open HolyPrapor opened 2 years ago

HolyPrapor commented 2 years ago

For example, being able to know Top 10 PIDs that consume CPU might be useful when you want to diagnose problems with a particular machine. This could be applied to memory metrics as well.