Skip to content

Commit

Permalink
Update quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wangvsa committed Jun 11, 2024
1 parent 5f37d0f commit 360fd1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,14 @@ It's folder name follows the format of ``HHmmSS.ff-hostname-username-appname-pid
**3. Examine the traces**

Recorder provides several useful tools under ``$RECORDER_ROOT$/bin`` for analysis purposes.
Among them, *recorder2text* is used to convert the Recorder-format traces to plain text files.

*recorder-summary* can be used to reports high-level statistics:

.. code:: bash
$RECORDER_ROOT/bin/recorder-summary /path/to/your_trace_folder/
*recorder2text* is used to convert the Recorder-format traces to plain text files.

.. code:: bash
Expand Down

0 comments on commit 360fd1a

Please sign in to comment.