To add counters to System Monitor

  1. Open Performance

  2. Right-click the System Monitor details pane and click Add Counters.

    Or, click the s10ag_mpconcepts button on the toolbar.

  3. To monitor any computer on which the monitoring console is run, click Use local computer counters.

    Or, to monitor a specific computer, regardless of where the monitoring console is run, click Select counters from computer and specify a computer name (the name of the local computer is selected by default).

  4. In Performance object, click an object to monitor. The Processor object is selected by default.

  5. To monitor all counters, click All counters.

    Or, to monitor only selected counters, click Select counters from list and select the counters you want to monitor. The % Processor Time counter is selected by default.

  6. To monitor all instances of the selected counters, click All instances.

    Or, to monitor only selected instances, click Select instances from list and select the instances you want to monitor. The _Total instance is selected by default.

  7. Click Add.

Note

  • To open Performance, click Start, click Control Panel, click Performance and Maintenance, click Administrative Tools, and then double-click Performance

  • By default, the following three counters are displayed in System Monitor -- Memory\Pages/sec, PhysicalDisk(_Total)\Avg. Disk Queue Length, and Processor(_Total)\%Processor Time.

  • If you select an object on a remote computer, you may notice a short delay as System Monitor refreshes the list to reflect objects present on that computer.

  • When creating a monitoring console for export, make sure to select Use local computer counters. Otherwise, System Monitor will obtain data from the computer named in the text box, regardless of where the console file is installed.

  • For a description of a particular counter, click the name of the counter in Add counters, and then click Explain.

  • To monitor the sum of the values all of a particular counter's instances, select the _Total instance.

  • Unless you are configuring data from a log, you can select only active instances in the list box.

  • By default, counters are shown with both the instance name and an instance index. To turn off this feature, right-click the details pane, click Properties, select the General tab, and clear the Allow duplicate counter instances check box.

  • Some object types have several instances. For example, if a system has multiple processors, the Processor object type will have multiple instances. The Physical Disk object type has two instances if a system has two disks. Some object types such as Memory and Server have only a single instance. If an object type has multiple instances, you can add counters to track statistics for each instance, or in many cases, for all instances at once.

  • When you select two instance indices of the same counter, for example, if you are monitoring multiple threads of a process, note that the instance index number assigned to that instance may change over time as the instance, such as a thread, starts and stops. You cannot assume that the index number corresponds to the same thread over the life of the process.

  • By default, process and thread instances have a #n appended (where n is an integer). To append the process ID instead, create a DWORD value called ProcessNameFormat under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance subkey and set its value to 2. Likewise, to append the thread ID instead, create a DWORD value called ThreadNameFormat under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance subkey and set its value to 2. To turn off any of these options and return to the default, set the value of the appropriate DWORD to 1.

  • You can change the default display characteristics assigned to a counter such as the color, line style and width, and graph scale by using the Data tab in the System Monitor Properties dialog box. To access the Data tab, right-click the details pane, and click Properties.