We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Can you please let me know if there is a possibility to get the user details for processes who is running those process through some metrics ?
I need to CPU and Memory per User and Process ID, is that possible as well ?
Thnak you,
The text was updated successfully, but these errors were encountered:
There is a windows_process_info metric.
windows_process_info
You can combine the metric like that:
windows_process_working_set_bytes * on(process_id) group_left(owner) windows_process_info
Sorry, something went wrong.
Thank You @jkroepke
untested:
sum by(instance, owner) (rate(windows_process_cpu_time_total{process!='Idle'}[5m])) / on(instance) group_left sum by(instance) (rate(windows_cpu_time_total[5m]) * on(process_id) group_left(owner) windows_process_info) * 100
No branches or pull requests
Problem Statement
No response
Environment
Dears,
Can you please let me know if there is a possibility to get the user details for processes who is running those process through some metrics ?
I need to CPU and Memory per User and Process ID, is that possible as well ?
Thnak you,
The text was updated successfully, but these errors were encountered: