Skip to content

It is a Heatmap with Top chart by D3.js tentatively used for showing the bandwidth usage of network ports with figures available from a TSV files.

License

Notifications You must be signed in to change notification settings

BNGdev/Heatmap-Top-D3.js-TSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a Heatmap with Top chart by D3.js tentatively used for showing the bandwidth usage of network ports with figures available from a TSV files.

Notes for customising for use in your site:

  • a script may be required to generate the tsv file required. (The bandwidth data here was collected from the MRTG log files, and the description was collected from the equipment configuration files.)
  • heatmapdata.tsv in tsv format with following columns:
  • device: the index for y-axis
  • port: the index for x-axis
  • incoming: incoming bandwidth usage of the port
  • outgoing: outgoing bandwidth usage of the port
  • timestamp: the timestamp for this bandwidth record
  • mrtg: the filename of the original MRTG log file
  • desc: a description of the port

Benjamin Ng @ 2017

About

It is a Heatmap with Top chart by D3.js tentatively used for showing the bandwidth usage of network ports with figures available from a TSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published