CPU & Memory Usage Log & Performance
Posted
by
wittythotha
on Server Fault
See other posts from Server Fault
or by wittythotha
Published on 2011-06-20T22:11:56Z
Indexed on
2011/06/21
0:23 UTC
Read the original article
Hit count: 521
I want to have an idea of the amount of CPU and memory that is being used. I have a website hosted using IIS, and have clients connecting to it. I want to find out the amount of load that the CPU, RAM and the network has when multiple clients connect. I tried out using tools like Fiddler, the inbuilt Resource Manager, and also some other applications I found on the internet. I just want to keep track of all these data in a file, so I can plot out a graph and find out how the CPU, etc. is performing. I read a few other posts, but didn't find anything that solves the problem. Is there good CPU / Memory Logging tool available, just to plot a graph of the usage, etc.?
EDIT : I want to know of some tool that can save the performance details in a log file, so that I can use it to plot a graph, etc.
© Server Fault or respective owner