From 360fd1a9ae059364648811359585a039f6698f94 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Tue, 11 Jun 2024 10:43:33 -0400 Subject: [PATCH] Update quickstart Signed-off-by: Chen Wang --- docs/source/index.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 16e9a84..25b1b1f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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