Short: UUCP transfer statistics Uploader: jow@hcast.franken.de This is the latest version of my UUCP xfer statistics utility. Extract from the documentation: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - XStat V1.13 Documentation ========================= Program and documentation are (C) Copyright 1992,1993 by Jürgen Weinelt. IMPORT StdDisclaimer; (* in short: use it at your own risk *) XStat was carefully tested, but there's certainly plenty of room for bugs. XStat V1.13 is Freeware, non-commercial distribution is o.k. as long as the following conditions are met: * Source, executable and documentation must be distributed together (XStat.mod, XStat, XStat.data, XStat.doc, XStat.dok and Make), and these files must be intact (you're not allowed to make changes). You're NOT allowed to add files to the archive. * This program may be included on PD/freeware CDs if I am allowed to order one of those CDs at 50% off the retail price (or cheaper :). Of course a free copy of the CD would be even nicer... Exception: Fred Fish has UNCONDITIONAL permission to add this to his library, no matter if he's distributing it on floppy disk or on CD. XStat requires AmigaOS V37 or later (that's 2.04 or later). Purpose ======= XStat extracts statistic information from the Xferstat file created by some UUCICOs (tested with the SWB variant). The most important information XStat offers to you is the phone cost for a certain number of connects. - snip - XStat's output ============== Example: > (on 08-AUG-93) XStat LAST 30 HOSTNAME #? > > XStat 1.13 > © Copyright 1992,1993 by Jürgen Weinelt > XStat is Freeware - read the docs for details. > > Connection statistics for outgoing calls to host "cbmger": > > xfer statistics from 09-Jul-93 00:32:27 to 08-Aug-93 00:32:27 > > connects 4 (0 of them were local) > online time 924 sec ( 231 sec/connect) > units 25 units ( 6.250 units/connect) > cost 5.75 DM ( 1.437 DM/connect) > > gross read 1309936 bytes ( 327484 bytes/connect) > gross send 37044 bytes ( 9261 bytes/connect) > net read 1266359 bytes ( 316590 bytes/connect) > net send 3329 bytes ( 833 bytes/connect) > > av. gross speed 1457 cps ( 1489 cps peak) > av. net speed 1374 cps ( 1414 cps peak) > av. gross cost 4.476 DM/MB > av. net cost 4.749 DM/MB > > > Connection statistics for outgoing calls to host "imart": > > xfer statistics from 09-Jul-93 00:32:27 to 08-Aug-93 00:32:27 > > connects 60 (0 of them were local) > online time 11936 sec ( 199 sec/connect) > units 133 units ( 2.217 units/connect) > cost 30.59 DM ( 0.510 DM/connect) > > gross read 6034293 bytes ( 100572 bytes/connect) > gross send 1064930 bytes ( 17749 bytes/connect) > net read 4735238 bytes ( 78921 bytes/connect) > net send 55204 bytes ( 921 bytes/connect) > > av. gross speed 594 cps ( 1768 cps peak) > av. net speed 401 cps ( 1321 cps peak) > av. gross cost 4.518 DM/MB > av. net cost 6.696 DM/MB > > > Connection statistics for incoming calls: > ----------------------------------------- > > xfer statistics from 09-Jul-93 00:32:27 to 08-Aug-93 00:32:27 > > no connects recorded. > > > Connection statistics for outgoing calls: > ----------------------------------------- > > xfer statistics from 09-Jul-93 00:32:27 to 08-Aug-93 00:32:27 > > connects 64 (0 of them were local) > ignored connects 0 > online time 12860 sec ( 201 sec/connect) > units 158 units ( 2.469 units/connect) > cost 36.34 DM ( 0.568 DM/connect) > > gross read 7344229 bytes ( 114754 bytes/connect) > gross send 1101974 bytes ( 17219 bytes/connect) > net read 6001597 bytes ( 93775 bytes/connect) > net send 58533 bytes ( 915 bytes/connect) > > av. gross speed 656 cps ( 1768 cps peak) > av. net speed 471 cps ( 1414 cps peak) > av. gross cost 4.512 DM/MB > av. net cost 6.288 DM/MB - snip - History ======= V1.13 added "PREVIOUS" and "LAST", added date line to output V1.12 added ".illegal." feature fixed a potential bug in the XferStat parsing code V1.11 added multiple N-line feature and ".default." host name to XStat.data N-Line Syntax. fixed a minor bug in the EOF handling of the Xferstat parser. - snip -