Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

binkdlogstat(8) [debian man page]

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 recieved files - average CPS with node It also provides total informations 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
binkd(8) 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 BINKDLOGSTAT(8)

Check Out this Related Man Page

BINKD(8)						      System Manager's Manual							  BINKD(8)

NAME
binkd - transfer files between two Fidonet systems over TCP/IP SYNOPSIS
binkd [-CcDipqrsvmh] [ -P node ] config-file DESCRIPTION
Binkd is a Fidonet mailer designed to operate via TCP/IP networks. As a FTN-compatible internet daemon, it makes possible efficient uti- lization of TCP/IP protocol suite as a transport layer in FTN-based (Fido Technology Network) networks. Binkd expects your spool for Fido-like networks to be in BSO ("Bink style outbound") or optionaly ASO ("Amiga style outbound") format. BSO is also used by ifmail and BinkleyTerm mailers. OPTIONS
-C Binkd running with this option will reread the configuration file if it is changed. The modification time of the configuration file is checked every 60 seconds and on every incoming and outgoing connection. -c Start client only. Normally Binkd starts both server and client. -D Run Binkd as a daemon (cannot be used for client-only mode). -i Run Binkd from inetd. -P Poll a node. An empty *.ilo file in the outbound will be created, which will force Binkd to connect to and to receive mail from the node ( Binkd will also add "Node node * -" record to the table-of-nodes in Binkd 's memory if there is no entry for the node in the configuration file). -p Start client manager, process polls, quit if the queue seems to be empty after the next rescan. Implies -c. -q Quiet mode. Turns off printq, conlog and percents statements of configuration. -r Disable crypt traffic. -s Start server only. Normally Binkd starts both server and client. -v Be verbose. This flag can be specified multiple times for even higher verbosity. Binkd -v will dump binkd's version and quit. Binkd -vvv binkd.cfg will dump binkd's configuration and still work. -m Disable CRAM-MD5 authorization. Implies -r. -n doing not call or listen (only check cfg and make polls) -h Print help message. SIGNALS
SIGHUP Causes Binkd to reload it's config. SEE ALSO
inetd(8) Binkd homepage, http://homepage.corbina.net/~maloff/binkd/ ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ "Binkd User Guide" by Nick Soveiko, http://www.doe.carleton.ca/~nsoveiko/fido/binkd/man/ AUTHORS
Dima Maloff <maloff@tts.magadan.su> and others. This manual page is based on "Binkd User Guide" by nsoveiko@doe.carleton.ca (Nick Soveiko) REPORTING BUGS
Report bugs to <binkd-bugs@happy.kiev.ua> 2 Oct 2008 BINKD(8)
Man Page