whitestat
Daily Network (Internet) Bandwidth Usage Monitoring by Devices (IP/MAC)
1.4K
In your Linux Device (should be Default Gateway), run "WhiteStat", as a privileged container, with directly monitoring Host network.
Below sample shows running "WhiteStat" on RaspberryPi 2B (armv7l), which is the default gateway for the network, and host interface named as "eth0"
The Bind Directory should be writable. Open ports 777, 888 in firewall
docker run --name whitestatpi --restart always \
--network host --privileged \
--env TZ="Asia/Calcutta" \
--env ROLE="MONITOR|ANALYZER" \
--env HOST_INTERFACE="eth0" \
--env MONITOR_URL=":888" \
--env ANALYZER_PORT=777 \
--env DATA_STORE="/mnt/whitestat/" \
--mount type=bind,source="/home/pi/whitestat/",target="/mnt/whitestat/" \
-d avarghesein/whitestat:v10_armhf
Access Through URL
http://IP:777
To Know more on configurations, follow : https://github.com/avarghesein/WhiteStat
Content type
Image
Digest
Size
2.5 GB
Last updated
over 4 years ago
docker pull avarghesein/whitestat:v11_win64