Update capture utility in the manual.

This commit is contained in:
Bartosz Taudul 2019-10-26 16:22:12 +02:00
parent f1fe2df780
commit dfe99c2604

View File

@ -1241,12 +1241,12 @@ If there is no client running at the given address, the server will wait until a
\begin{verbatim} \begin{verbatim}
% ./capture -a 127.0.0.1 -o trace % ./capture -a 127.0.0.1 -o trace
Connecting to 127.0.0.1:8086... Connecting to 127.0.0.1:8086...
Queue delay: 9 ns Queue delay: 5 ns
Timer resolution: 6 ns Timer resolution: 3 ns
1.90 Mbps | Ratio: 40.8% | Real: 4.67 Mbps | Mem: 77.57 MB 1.33 Mbps / 40.4% = 3.29 Mbps | Net: 64.42 MB | Mem: 283.03 MB | Time: 10.6 s
\end{verbatim} \end{verbatim}
The \emph{queue delay} and \emph{timer resolution} parameters are calibration results of timers used by the client. The next line is a status bar, which presents: network connection speed, connection compression ratio, the resulting uncompressed data rate and total memory usage of the utility. The \emph{queue delay} and \emph{timer resolution} parameters are calibration results of timers used by the client. The next line is a status bar, which displays: network connection speed, connection compression ratio, and the resulting uncompressed data rate; total amount of data transferred over the network; memory usage of the capture utility; time extent of the captured data.
You can disconnect from the client and save the captured trace by pressing \keys{\ctrl + C}. You can disconnect from the client and save the captured trace by pressing \keys{\ctrl + C}.