Actions
Feature #6410
openLog packets/bytes per second in Suricata stats
Effort:
Difficulty:
Label:
Beginner, C, Good First Issue
Description
In Suricata stats it could be nice to have an average of packet/bits per second (pps/bps) in the given delta between stats windows.
Say that stats are refreshed every 8 seconds (1 stats window). Then the average can be calculated as delta of packets/bytes between two stats windows divided by stats refresh interval.
e.g.
stat_window_new.pps = (stat_window_new.kernel_packets - stat_window_old.kernel_packets) / stat_refresh_interval
Updated by Bruno Franca about 1 year ago
- Assignee changed from OISF Dev to Bruno Franca
Updated by Juliana Fajardini Reichow about 1 year ago
- Target version changed from TBD to 8.0.0-beta1
Updated by Juliana Fajardini Reichow almost 1 year ago
- Status changed from New to In Progress
PR for review: https://github.com/OISF/suricata/pull/9711
Updated by Juliana Fajardini Reichow 5 months ago
- Assignee changed from Bruno Franca to Community Ticket
Hello, I'm un-assigning this ticket, based on our stale ticket policies. Thanks for volunteering to contribute to our project, and we'll be happy to see more contributions if you have more time in the future!
Last PR with ongoing progress: https://github.com/OISF/suricata/pull/9742
Updated by Victor Julien 5 months ago
- Target version changed from 8.0.0-beta1 to TBD
Updated by Philippe Antoine about 2 months ago
- Status changed from In Progress to New
Actions