mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Modified ARP time series (#2520)
This commit is contained in:
parent
166aab9483
commit
1768d0b121
5 changed files with 12 additions and 8 deletions
|
|
@ -29,9 +29,9 @@ function ts_dump.l2_device_update_stats_rrds(when, devicename, device, ifstats,
|
|||
ts_utils.append("mac:traffic", {ifid=ifstats.id, mac=devicename,
|
||||
bytes_sent=device["bytes.sent"], bytes_rcvd=device["bytes.rcvd"]}, when, verbose)
|
||||
|
||||
ts_utils.append("mac:arp_requests", {ifid=ifstats.id, mac=devicename,
|
||||
ts_utils.append("mac:arp_rqst_sent_rcvd_rpls", {ifid=ifstats.id, mac=devicename,
|
||||
request_packets_sent = device["arp_requests.sent"],
|
||||
request_packets_rcvd = device["arp_requests.rcvd"]},
|
||||
reply_packets_rcvd = device["arp_replies.rcvd"]},
|
||||
when,verbose)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue