Skip to content

Commit

Permalink
Merge pull request #1 from chrismcgurk/chrismcgurk-patch-1
Browse files Browse the repository at this point in the history
Update ui.html
  • Loading branch information
chrismcgurk committed Oct 20, 2023
2 parents 0943bb2 + 37c6f01 commit 8afe201
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Diagnostics/ExTRA/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ <h5>Tags</h5>

</div>
<div class="row hidden" id="syntaxDiv">
<p>The trace can be created, started, and stopped from the command line or PowerShell.</p>
<p>The trace can be created, deleted, started, and stopped from the command line or PowerShell.</p>
<p>To delete a previously existing data collector set:</p>
<p class="black green-text code">
<code>logman delete ExchangeDebugTraces</code>
</p>
<p>To create a data collector which is non-circular and stops at 1 GB:</p>
<p class="black green-text code">
<code>logman create trace ExchangeDebugTraces -p "{79bb49e6-2a2c-46e4-9167-fa122525d540}" -o c:\tracing\trace.etl -ow -f bin -max 1024 -mode globalsequence</code>
Expand Down Expand Up @@ -371,4 +375,4 @@ <h5>Tags</h5>
</div>
</body>

</html>
</html>

0 comments on commit 8afe201

Please sign in to comment.