text
stringlengths
0
4.23k
logman query
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Queries data collector or data collector set properties.
Syntax
logman query [providers|Data Collector Set name] [options]
Parameters
Parameter
Description
-s <computer name>
Perform the command on the specified remote computer.
-config <value>
Specifies the settings file containing command options.
[-n] <name>
Name of the target object.
-ets
Sends commands to Event Trace Sessions directly without saving or scheduling.
/?
Displays context-sensitive help.
<computer name>
<value>
<name>
Examples
To list all Data Collector Sets configured on the target system, type:
logman query
To list the data collectors contained in the Data Collector Set named perf_log, type:
logman query perf_log
To list all available providers of data collectors on the target system, type:
logman query providers
404 - Page not found
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
logman update alert
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Updates the properties of an existing alert data collector.
Syntax
logman update alert <[-n] <name>> [options]
Parameters
Parameter
Description
-s <computer name>
Perform the command on the specified remote computer.
-config <value>
Specifies the settings file containing command options.
[-n] <name>
Name of the target object.
-[-]u <user [password]>
Specifies the user to Run As. Entering an * for the password produces a prompt for the password. The password is not displayed when you type it at the password prompt.
-m <[start] [stop] [[start] [stop] [...]]>
Changes to manual start or stop instead of a scheduled begin or end time.
-rf <[[hh:]mm:]ss>
Runs the data collector for the specified period of time.
-b <M/d/yyyy h:mm:ss[AM|PM]>
Begins collecting data at the specified time.
-e <M/d/yyyy h:mm:ss[AM|PM]>
Ends data collection at the specified time.
-si <[[hh:]mm:]ss>
Specifies the sample interval for performance counter data collectors.