Logman Command In Windows Server 2008

This article explains the command Logman in Windows Server 2008 operating system and also explain its syntax.
  • 1649

Introduction

Logman command is used to create and manages event trace session and performance logs and supports many functions of performance monitor from the command line. Syntax used for Logman command is given below.

Syntax

logman [create | query | start | stop | delete | update | import | export | /?] [options]

Parameters For Logman

Parameter Description
logman create Create a counter, trace, configuration data collector, or API.
logman query Query data collector properties.
logman start | stop Start or stop data collection.
logman delete Delete an existing data collector.
logman update Update the properties of an existing data collector.
logman import | export Import a data collector set from an XML file or export a data collector set to an XML file.

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.