Well, since you don't give us any useful data, it's a bit like the blind man
trying to figure out what the Elephant was.

As a gues, there's just legitimately not enough data...

The code is in reportUtil.c, printThptStats()

The graphs are presented when there's

  if(myGlobals.device[myGlobals.actualReportDeviceId].numThptSamples > 60) {
and
    if(myGlobals.device[myGlobals.actualReportDeviceId].numThptSamples >
1440 /* 60

Those counters come from traffic.c's updateThptStats() - look it over and
the calls to it:

  if((updateMinThpt || updateHourThpt)
     && ((!emptySerial(&topSentSerial))
         || (!emptySerial(&topHourSentSerial))
         || (!emptySerial(&topRcvdSerial))
         || (!emptySerial(&topHourRcvdSerial))))
    updateThptStats(deviceToUpdate,
                    topSentSerial, secondSentSerial, thirdSentSerial,
                    topHourSentSerial, secondHourSentSerial,
thirdHourSentSerial,
                    topRcvdSerial, secondRcvdSerial, thirdRcvdSerial,
                    topHourRcvdSerial, secondHourRcvdSerial,
thirdHourRcvdSerial);

and you will see that there are a lot of reasons why a very small or lightly
loaded network might not have 1440 samples, esp. if you are using some of
the more restrictive switches such as --track-local-hosts.


-----Burton

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Florian Erfurth
> Sent: Monday, April 26, 2004 10:03 AM
> To: [EMAIL PROTECTED]
> Subject: [Ntop] Network Load-Page
>
>
> Hi guys,
>
> I got a small problem with graphics on ntop 3.00.50. I can see the
> hourly graph fine. Daily took about 30 hours and now it starts
> displaying something. But the 30-day graph just appears empty. ntop is
> running for almost 3 days now. Whats wrong?
>
> cu Floh;)
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to