Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

drichardson/net-multimeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Multimeter

Summarize network traffic through a port.

  • sampler.sh uses tcpdump to capture packets and atomically move completed captures to a processing directory.
  • accumulator watches a processing directory for pcap files, processes them, and then publishes running results to a JSON file.
  • html presents the data from the published JSON file
  • package contains an ArchLinux PKGBUILD