Questions tagged [logman]
9 questions
2
votes
0 answers
Logman flush buffers to file periodically
I am troubleshooting NDIS miniport filter driver causing BSOD randomly. I enabled driver verifier for my driver. I am also trying to collect my driver trace logs by logman using the following command -
logman create trace myndis -p {MY_GUID} -ct…

Mahesh
- 34,573
- 20
- 89
- 115
1
vote
1 answer
How to trace event logs from provider "Microsoft-Windows-RPC" programmatically
I want to create a program that will trace event logs from the provider "Microsoft-Windows-RPC".
The program logman.exe by Microsoft is doing it like that:
logman start RPC_ONLY -p Microsoft-Windows-RPC -ets
When done, you can capture the logs…

E235
- 11,560
- 24
- 91
- 141
1
vote
0 answers
How to implement continuous logging with C# EventSource and ETW?
We implement structured logging with System.Diagnostics.Tracing.EventSource, and use the inline provider manifests when collecting traces to avoid the installation headaches with EventRegister and wevtutil. We have designed our EventSources to log…

abarger
- 599
- 7
- 21
0
votes
0 answers
Joomla Logman Notify modify email message
A question about the joomla plugin Logman Notify. (https://www.joomlatools.com/extensions/logman/documentation/plugins/notify-plugin)
The Notify plugin can send activity notifications to a selected group of email addresses such as a new published…

TheoS
- 1
- 1
0
votes
0 answers
What does logman query providers -pid really do?
Apparently, logman query providers -pid $pid allows us to see which providers the process $pid writes to.
But how does the process $pid open a handle to the providers? What's the API?

Kyoma
- 209
- 3
- 11
0
votes
0 answers
Can you detect a specific DLLand function load using ETW?
Is it possible to monitor calls to specific DLL functions in ETW?
I am still new to ETW, so is there any good site or procedure that might be helpful to me?
It would be great to be able to run it from powershell using the logman command.
Sorry for…

tea
- 1
0
votes
1 answer
The RPC Srver Unavailable , while executing logman commands
im trying to run logman commands from the command line. crate counter is working fine, but for other commands like:-logman start datacollector , and logman stop datacollector , im getting a error as:- rpc server unavailable.

shivaraj
- 1
- 1
0
votes
1 answer
How do I work with logman results using powershell cmdlets?
I am trying to filter the results of the logman command using powershell. I’ve tried to select a single property, filter using where-object, but it seems like the results from logman (stored in an array) are not accessible via their properties. Here…

Adam P
- 129
- 1
- 1
- 11