You would have to code it. It's not a hard change, it's a great way to get started learning the internals of ntop.
I've posted these directions before, but briefly, to find ANY report, find the page name in the CONST_ value in globals-defines.h, look for that CONST_ in http.c - that gives you the routine which creates the specific page, usually in report.c. Once you see how the data is reported, you can trace back through the code to see how the particular counters are set. If you are interested, coding stuff belongs in ntop-dev. Let's move this there... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Truong Sent: Wednesday, June 29, 2005 7:46 PM To: [email protected] Subject: [Ntop] Is it possible to increase the number of hosts in theNetwork Load Stats Matrix? I am curious to find out if its possible to increase the number of hosts seen under the Network Load Statistics Matrix from 3 to say 5. I totally love this screen as it gives me the top users in my network utilizing my bandwidth at the current moment. It would be awesome if this number was configurable. Has anyone every done this before? If so, can you please share your experience on how you increased this number? Thank you, Jason Truong Plumtree Software 500 Sansome Street Suite 100 San Francisco, CA 94111 email: [EMAIL PROTECTED] phone: (415) 399-7006 _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
