Redis backend
FastNetMon has native support of Redis since 1.1.3.
Please call redid-cli
and input following commands
1 2 3 4 |
keys * 1) "10.10.10.200_flow_dump" 2) "10.10.10.200_information" 3) "10.10.10.200_packets_dump" |
Basic information about attack (stored immediately) get 10.10.10.200_information
Complete flow dump for attack if flow tracking enabled (stored immediately) get 10.10.10.200_flow_dump
Complete per packet attack dump (stored with some delay; can be absent in some cases of slow attacks) get 10.10.10.200_packets_dump