table of contents
BINKDLOGSTAT(8) | System Manager's Manual | BINKDLOGSTAT(8) |
NAME¶
Binkdlogstat - binkd log analyser and statistic generator
SYNOPSYS¶
binkdlogstat < <binkd-log-file>
DESCRIPTION¶
binkdlogstat is a program which generates reports of the activity of the binkd daemon. It analyzes binkd log files and prints to stdout a formatted report with the following information for each node:
- number of successful incoming sessions
- number of failed incoming sessions
- number of successful outgoing sessions
- number of failed outgoing sessions
- outgoing traffic in bytes
- incoming traffic in bytes
- number of sent files
- number of received files
- average CPS with node
It also provides total information for these categories for the log file.
binkdlogstat uses stdin as a source and stdout as a result file, so it can be used as a filter.
SEE ALSO¶
AUTHOR¶
Binkdlogstat was written by Pavel Gulchouck <gul@lucky.net> 2:463/68
This manual page was written by Kaliuta Yauheni <y.kaliuta@gmail.com>
This is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
July 2005 |