Error: Macro TracNav(MainNav) failed
not all arguments converted during string formatting

eDonkey2000 module debugger

Actually named srcstat.pl, located in the utils/ subdir, this script parses the trace output coming from the eDonkey2000 module and generates statistics data for debugging the module. The output includes a large amount of technical details, e.g. SecIdent success ratios, average data transfers per session and so on.

In order to produce any useful output, eDonkey2000 trace masks must be enabled (either via the HNSh trace command, or as command-line argument -t). The required trace masks are: ed2k.client, ed2k.clientlist, ed2k.serverlist, ed2k.sourceexchange, ed2k.secident, ed2k.deadsource, ed2k.globsrc.

source:/hydranode/utils/srcstat.pl

Developer: Madcat