the EventSourceData.etl file size is zero unless explicitly stop the session, but EventSourceData.etl can constantly get bigger #2036
Unanswered
Kieran Yu (KieranYu)
asked this question in
Q&A
Replies: 1 comment 2 replies
|
This is by design per ETW documentation. Calling From https://learn.microsoft.com/en-us/windows/win32/api/evntrace/nf-evntrace-controltracea: |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm running the samples: 11_SimpleEventSourceFile, and made a little change, set session.CircularBufferMB and session.BufferSizeMB.
in the circular file mode with max file size, how can i flush the event data to the file ? or what's the occasion does the event data flush to the file except stop the session ?
The perfView's PerfViewData.etl file can constant get bigger and bigger, i see it also in circular file mode with max size 800 M, What's the main diffence lead to this compare with EventSourceData.etl ?
All reactions