Reporting

Bandwidth Report

The Bandwidth Report visualises data consumption across your WiFi network — total upload and download volumes by user, zone, device, or time period. Data is sourced from RADIUS accounting records so it accurately reflects real NAS-measured traffic.

'alt' => 'Dashboard overview', 'caption' => 'The default Kiwire dashboard layout', 'screenshot' => true, 'class' => '', ]) Drop images into: public/assets/img/docs/{page}/{filename} --}}
Image not uploaded yet public/assets/img/docs/report-bandwidth/overview.png
The Bandwidth Report — total usage KPIs, upload/download area chart, and top-user ranking.

Data Source

All bandwidth figures are derived from RADIUS accounting records collected in real time from your NAS (Network Access Server / access controller). The data reflects what the NAS actually measured at Layer 2/3 — not estimated or sampled figures.

Bandwidth totals may differ slightly from your NAS's own reports if some Accounting-Stop packets were lost in transit. Kiwire processes all packets that arrive — any gaps are a network-level issue between the NAS and the RADIUS server, not a Kiwire calculation error.

Filters

FilterDescription
Date RangeThe accounting period to include — can be a single day, week, month, or custom range
ZoneLimit bandwidth data to sessions originating from a specific zone
Device / NASFilter to accounting records from a specific access controller
UserShow bandwidth for a single user account (supports partial username match)
ProfileLimit to users subscribed to a selected access profile

Charts

  • Bandwidth Over Time — Stacked area chart with separate series for upload and download. Daily granularity for ranges up to 90 days; hourly for ranges of 7 days or less.
  • Top Users by Bandwidth — Horizontal bar chart ranking the top 10 heaviest users by combined (upload + download) data consumption in the period.
  • Zone Comparison — Bar chart comparing total bandwidth consumed per zone — useful for identifying which physical areas drive the most network load.
'alt' => 'Dashboard overview', 'caption' => 'The default Kiwire dashboard layout', 'screenshot' => true, 'class' => '', ]) Drop images into: public/assets/img/docs/{page}/{filename} --}}
Image not uploaded yet public/assets/img/docs/report-bandwidth/area-chart.png
Upload vs download area chart — hover for daily totals; toggle series in the legend.

Key Metrics

MetricDescription
Total DownloadSum of all bytes downloaded (Acct-Output-Octets) in the period
Total UploadSum of all bytes uploaded (Acct-Input-Octets) in the period
Combined TotalDownload + Upload combined
Average per UserCombined total divided by the number of distinct users with sessions in the period
Top 10 UsersRanked list of heaviest consumers with individual download, upload, and combined totals
By ZonePer-zone breakdown — download, upload, and total for each zone
By Time of DayHourly average consumption — identifies peak network load hours for capacity planning

If a single user consistently appears at the top of the Top 10 list with unusually high consumption, consider applying a bandwidth quota to their access profile or investigating their usage pattern.

'alt' => 'Dashboard overview', 'caption' => 'The default Kiwire dashboard layout', 'screenshot' => true, 'class' => '', ]) Drop images into: public/assets/img/docs/{page}/{filename} --}}
Image not uploaded yet public/assets/img/docs/report-bandwidth/top-users.png
Top 10 users by combined bandwidth — click any bar to filter the report to that user.

Export

Click Export CSV to download the bandwidth data matching the current filters. The CSV includes per-session rows with user, zone, NAS, session duration, upload bytes, and download bytes. Use Excel or a BI tool to pivot by user or zone for deeper analysis.

Required Permissions

view-report-bandwidth