Typeperf Command in Windows server 2008

In this article I am going to explain about typeperf command in windows server 2008 operating system.
  • 1587

Introduction

The operating system Typeperf command is used to write performance data to the command window or to a log file.

Syntax of Typeperf
command

typeperf <counter [counter ...]> [options]
typeperf -cf <filename> [options]
typeperf -q [object] [options]
typeperf -qx [object] [options]

 

Parameters in Typeperf command

The parameter of
Typeperf command is:
 

Parameter Description
 <counter [counter ...]> It specifies performance counters to monitor.

Example of Typeperf command

typeperf -qx PhysicalDisk -o MCN.txt

Output:

Typeperf-in-Windows-Server-2008.jpg

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.