Skip to content

sikorapatryk/iperf-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iperf-visualizer

This is a small web application, that will let you visualize json-files created by calling

iperf3 -c <server-ip> -J --logfile <filename.json>

Chart.js is used to show all the measurements from your network test as a graph, for easier analysis.

Current status:

  • Basic json file upload and display working (multiple files for multiple datasets within one graph possible)
  • Adding of more than one graph working
  • basic styling (preliminary)
  • no error handling yet

About

Small Web-App that visualizes iPerf3 network performance data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • CSS 20.8%
  • HTML 7.0%