A-Z List


Logman

Updated: April 17, 2012

Applies To: Windows Server 2008, Windows Vista

Logman creates and manages Event Trace Session and Performance logs and supports many functions of Performance Monitor from the command line.

Syntax

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

 

Action 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.


    

Tags : logman


Community Content

Sothryn
Using -config
<p>Every sample of using the "Logman -config my.config" with Windows 7 has been full failure. However, I have been able to work out what really needs to be in the config file:</p> <p>sample of "my.config" content<br />----------------------------------------------------------</p> <p>[create]<br />counter<br /><br />[n]<br />windowsMonitor<br /><br />[v]<br />mmddhhmm<br /><br />[si]<br />00:00:30<br /><br />[f]<br />csv<br /><br />[c]<br />\Processor(_Total)\% Processor Time<br />----------------------------------------------------------<br /></p> <p>etc. <br /><br /></p> <p> </p> <p>Sample files show<br />[create]<br />counter windowsMonitor<br /><br /></p> <p> </p> <p>However, this does NOT work!<br />Also, leave off the '-' dash, unless you need to negate a parameter.</p> <p /> <p />
Tags : logman -config

Page view tracker