missing keyword is missing

This commit is contained in:
Daniel Jakots 2017-04-02 09:39:02 -04:00
parent 734f8b854c
commit c3e93c68e1

View file

@ -87,7 +87,7 @@ Quelques exemples utiles :
# nfdump -M /var/cache/nfdump -R . -A proto,srcip,dstip,dstport
## top 10 des ports utilisés entre deux machines
# nfdump -M /var/cache/nfdump -R . 'host 192.0.2.1 and 192.0.2.1' -s port -n 10
# nfdump -M /var/cache/nfdump -R . 'host 192.0.2.1 and host 192.0.2.1' -s port -n 10
## top 10 des IPs source avec le plus de trafic
# nfdump -M /var/cache/nfdump -R . -s srcip/bytes -n 10