File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ The files generated when using this mode:
319
319
320
320
# ### Collect performance info
321
321
322
- Collect extensive machine performance tracing for analysis of a performance scenario that can be reproduced on demand.
322
+ Collect extensive machine performance tracing of MDE processes for analysis of a performance scenario that can be reproduced on demand.
323
323
324
324
` ` ` console
325
325
-h, --help show this help message and exit
@@ -328,7 +328,20 @@ Collect extensive machine performance tracing for analysis of a performance scen
328
328
--length LENGTH length of time to collect (in seconds)
329
329
` ` `
330
330
331
- Usage example: ` sudo ./MDESupportTool performance --frequency 2`
331
+ Usage example: ` sudo ./MDESupportTool performance --frequency 500`
332
+
333
+ The files generated when using this mode:
334
+ | File | Remarks |
335
+ | ------------- | ------------- |
336
+ | perf_benchmark.tar.gz | MDE processes performance data |
337
+ > [! NOTE]
338
+ > The files corresponding to diagnostic mode will also be generated.
339
+
340
+ The tar files contains files on the format ` <pid of a MDE process>.data` .
341
+ The data file can be read using the command:
342
+
343
+ ` perf report -i <pid>.data`
344
+
332
345
333
346
# ### Use OS trace (for macOS only)
334
347
You can’t perform that action at this time.
0 commit comments