hi there,
here's my suggestion:
seeing the current bandwidth used by each interface in the gui makes sense
to me.
would the tool ifstat ( net/ifstat ) be a choice?
it could take place in the index.php:
<tr>
<td width="25%" class="vncellt">current Bandwidth</td>
<td width="75%" class="listr">
<?php system("/usr/bin/ifstat 1 1");?>
</td>
</tr>
what do you people think?
--
lola |