1

I am new to Windows servers and I'm using Windows Server 2008.

I have to monitor CPU usage and memory usage in percentage.

I am using performance monitor for that but there are lop many options under CPU and Memory section I am confused which option I need to select to get CPU and memory usage.

the
  • 21,007
  • 11
  • 68
  • 101
Rakesh K
  • 692
  • 4
  • 13
  • 26
  • You need to give us more information: How are you going to use the data? Do you need to dump the data to a file for later analysis? Are you writing your own program to monitor it? Or do you just want a convenient too to look at the usage? – Taylor Kidd Mar 20 '15 at 16:03

2 Answers2

3

I've being using windows server along many years using the task manager and the resource monitor (under the performance tab) to check, detect or fix any matter related with network, CPU, memory or disk input/output.

For historical reports regarding usage you've to record into a third party application configuring the SNMP service.

2

I found the solution. No need for external software.

In "Start -> Administrative tools-> Performance monitor" we need to set %CPU and committed bytes and it starts displaying a graphical report.

the
  • 21,007
  • 11
  • 68
  • 101
Rakesh K
  • 692
  • 4
  • 13
  • 26