| Network interfaces | Statistics | |||
|---|---|---|---|---|
| '.$VNStat['Interfaces'][$i]['Name'].'';
if ($i < count($VNStat['Interfaces'])) {
echo ' '; } } ?> |
||||
| Day | RX | TX | Avg Rx | Avg TX |
| '.date("d.m.Y", $Data[0][$i]['time']).' | '.kbytes_to_string($Data[0][$i]['rx']).' | '.kbytes_to_string($Data[0][$i]['tx']).' | '.kbytes_to_string($Data[0][$i]['rx2']).' | '.kbytes_to_string($Data[0][$i]['tx2']).' |
| Month | RX | TX | Avg Rx | Avg TX |
| '.date("F", $Data[1][$i]['time']).' | '.kbytes_to_string($Data[1][$i]['rx']).' | '.kbytes_to_string($Data[1][$i]['tx']).' | '.kbytes_to_string($Data[1][$i]['rx2']).' | '.kbytes_to_string($Data[1][$i]['tx2']).' |