I'd like to get stats about TCP connections via the HTTP dumps.

The www/README file (in v.2.1.2) only talks about two URLs, dumpData.html
and DumpTrafficData.html . However, the file globals-report.h defines
constants for three more URLs:

dumpDataIndexes.html
dumpFlows.html
dumpHostsMatrix.html

They are implemented in emitter.c , and the last one looks like it would be
the place of choice to list connections between hosts. Alas, it only reports
the number of packets and bytes exchanged in both directions for each pair
of hosts.

Is there any way to extract the connection stats from the data structures in
memory and place them into the dump? Or is there any other place to look at?


-- 
Nicola Larosa
Direttore Tecnico - Araknos srl
[EMAIL PROTECTED]


_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://lists.ntop.org/mailman/listinfo/ntop

Reply via email to