mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 09:19:04 +00:00
This provides a ~10x speedup by performing the JSON serialization work in C (and thus avoiding Lua->C overhead). This also implements two in-memory alerts queues (one for sqlite and one for the notifications) in order to reduce Redis load. Alerts queue are now global instead of per-interface as there is only 1 dequeing thread. |
||
|---|---|---|
| .. | ||
| flow | ||
| host/alerts | ||
| interface/alerts | ||
| network/alerts | ||
| 5min.lua | ||
| daily.lua | ||
| flow.lua | ||
| host.lua | ||
| hourly.lua | ||
| ht_state_update.lua | ||
| interface.lua | ||
| minute.lua | ||
| network.lua | ||
| stats_update.lua | ||