UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Total IPv4 Traffic
Code Block | ||
---|---|---|
| ||
2018 |
Individual IP Traffic
Code Block | ||
---|---|---|
| ||
SELECT period,year,month,fromvolume_datain,tovolume_dataout FROM reports.msrexcel_graphicalyearly_datavolumes WHERE (msr_graphical_dataexcel_yearly_volumes.project='GEANT2') AND (excel_yearly_volumes.circuit_usage='Access') AND (excel_yearly_volumes.period >= '"+ConcatPeriodFrom+"') AND (msrexcel_graphicalyearly_datavolumes.period <= '"+ConcatPeriodTo+"') ORDER BY period; |
Total Interconnect Traffic (R&E Peering)
...