[snip]

>> 2) IP Subnet Traffic Matrix shows the heading of the table only, nothing below it.

> 2) How much memory do you have available...  in report.c, after creating the
> header, it does a malloc.  If that fails...  you might try a patch like this
> in report.c and let me know...
>   activeHosts =
> (short*)malloc(sizeof(short)*device[actualReportDeviceId].numHosts);
>   if (activeHosts == NULL) {
>       sendString("<P>Unable to create report due to memory limits -
> sorry!</P>\n");
>       return;
>   }
> 


I have noticed the same problem with the IP subnet traffic matrix.  This 
occurs on a Solaris 7 system with 2GB on memory (61MB free, and swap at 
about 30% used).  It also happens on a Solaris 8 system with 4GB of 
memory (2.5GB free, and swap at about 10% full).  It does not appear to 
be a memory issue, at least on these systems.  This happens on the 2.0 
base release of ntop, as well as the cvs version I compiled dated Jan 
7th.  Any ideas on how to correct this?


[snip]


-- 
Mike Stevens
[EMAIL PROTECTED]
Cell phone:  (408) 857-9733    Office number:  (408) 790-5420
GLOBEtrotter Software Inc.  -  http://www.globetrotter.com

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

Reply via email to