-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
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
Hot to get IIS application pools CPU utilization? #1719
Comments
Enable the process collector with --collector.process.iis may helps. |
Unfortunately, it didn't help. I don't see CPU and memory metrics |
Guys, any ideas about the question? |
Did you enable the process collector? |
Here is a list of my collectors: Please correct me if I have made a mistake. |
I've just read the manual again. |
Yeah, try it out |
Here is my current service running command:
It works fine and I see processes |
Could you try to run that command from command line? (cmd.exe) |
But this is the recommended option here: https://github.com/prometheus-community/windows_exporter/blob/master/docs/collector.process.md |
Could you just try |
Yes, it has started without the issues. |
Look for |
I'm not sure what I should observe |
Example for Memory: There should be a metric windows_process_working_set_private_bytes as well. |
I have no idea about IIS. I have an environment with an empty IIS, but no lack of info how I configure the environment, I'm unable to provide any details. |
Anyway, thank you so much for the help. |
Problem Statement
I have IIS installed on my Windows server. There are a couple of application pools with hosted applications.
How can I get CPU and memory usage of these pools?
I've read the following question but didn't understand the answer :(
Environment
The text was updated successfully, but these errors were encountered: