This Docker containts a compiled and ready to use version of Tstat (http://tstat.polito.it/)
187
This Docker contains a compiled and ready to use version of Tstat (http://tstat.polito.it/).
Tstat must sniff the traffic from the physical interface. Therefore, to use it, you must provide the container the full rights on the network. Moreover you must specify where to save log files in your host machine.
A simple way to run this docker is:
docker run --net=host -v ~/logs/:/logs martino90/tstat_docker tstat -l -i eth0 -s /logs
It sniffs the traffic from the interface eth0 and save log files in the /logs directory of the host.
Content type
Image
Digest
Size
199.5 MB
Last updated
about 10 years ago
docker pull martino90/tstat_docker