added router integration to README.md and docker image highlight

This commit is contained in:
Roberto Berto 2015-07-22 17:07:33 -03:00
parent 4f8b78763d
commit 9518f8f135
2 changed files with 7 additions and 1 deletions

View File

@ -60,6 +60,9 @@ Supported architectures:
- x86 64 bit (recommended)
- x86 32 bit
Router integration instructions:
- [Juniper MX Routers](docs/JUNOS_INTEGRATION.md)
What is "flow" in FastNetMon terms? It's one or multiple udp, tcp, icmp connections with unique src IP, dst IP, src port, dst port and protocol.
Main program screen image:

View File

@ -1,5 +1,8 @@
You can run docker from pre built container.
You can run docker from pre-built image:
'''
docker pull robertoberto/fastnetmon
'''.
First, get fastnetmon.conf from github, edit it after download.