Skip to content

DerekV/bandwidth_audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandwidth Audit

This is a project early in development.

Reads a pcap file and prints total in bytes by source-ip, destination-ip pairs.

The eventual intent is to also be able to run as a lightweight daemon that will produce much smaller logs than a full tcpdump, when you are mostly just interested in finding out how your bandwidth is being used.

Building

Install rust and libpcap (already present on many systems).

Run

cargo build

or build without installing rust/cargo by running

./build-with-docker.sh

This will produce a linux binary in ./target/release/

About

A simple program to assist in identifying bandwidth usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published