From: Luiz Augusto von Dentz Date: Fri, 28 Jul 2023 00:16:58 +0000 (-0700) Subject: monitor: Update documentation X-Git-Tag: accepted/tizen/unified/20240117.163238~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85720bae88a640a6d6bb0f7a76dd013c594793b2;p=platform%2Fupstream%2Fbluez.git monitor: Update documentation This updates the documentation to mention gnuplot usage. --- diff --git a/monitor/btmon.rst b/monitor/btmon.rst index 0ab13eb..82f9381 100644 --- a/monitor/btmon.rst +++ b/monitor/btmon.rst @@ -33,7 +33,9 @@ OPTIONS -w FILE, --write FILE Save traces in btsnoop format to *FILE*. -a FILE, --analyze FILE Analyze traces in btsnoop format from *FILE*. It displays the devices found in the *FILE* with - its packets by type. + its packets by type. If gnuplot is installed on + the system it also attempts to plot packet latency + graph. -s SOCKET, --server SOCKET Start monitor server socket. -p PRIORITY, --priority PRIORITY Show only priority or lower for user log. diff --git a/monitor/main.c b/monitor/main.c index 9338d74..ff6fa3c 100755 --- a/monitor/main.c +++ b/monitor/main.c @@ -50,6 +50,9 @@ static void usage(void) "\t-r, --read Read traces in btsnoop format\n" "\t-w, --write Save traces in btsnoop format\n" "\t-a, --analyze Analyze traces in btsnoop format\n" + "\t If gnuplot is installed on the\n" + "\t system it will also attempt to plot\n" + "\t packet latency graph.\n" "\t-s, --server Start monitor server socket\n" "\t-p, --priority Show only priority or lower\n" "\t-i, --index Show only specified controller\n"