Performance is an advanced tool for monitoring system variables, each of which is known as a performance counter. To open Performance (previously known as Performance Monitor), choose Start > Settings > Control Panel, open Administrative Tools, and then open Performance.

You can configure the information to be viewed as a chart, histogram or report. To add a performance counter, click on Add from the menu bar: this brings up the menu for selecting the various counters available, which are available by performance object i.e. to see all the available counters for memory, select memory from the Performance Object drop down menu, and all the available counters will be listed below. Explanations of each counter can be accesses using the Explain button. These performance counters can then be added individually using the Add button.
In Windows 2000 physical disk counters are turned on by default, to disable them, use the diskperf command from a command prompt
e.g. "diskperf -n" will disable all disk performance counters.