mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements per-AS nw latency stats rrds
This commit is contained in:
parent
f37b071d72
commit
3ef543fecd
12 changed files with 63 additions and 22 deletions
|
|
@ -122,6 +122,9 @@ function rrd_dump.asn_update_rrds(when, ifstats, verbose)
|
|||
tolongint(proto_stats["bytes.sent"]), tolongint(proto_stats["bytes.rcvd"]))
|
||||
end
|
||||
end
|
||||
|
||||
-- Save ASN latency stats
|
||||
rrd_utils.makeRRD(asnpath, when, ifstats.id, "asn:"..asn, "num_ms_srv_nw_ltn", 300, asn_stats["server_network_latency"])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue