Project

General

Profile

Actions

Feature #6410

open

Log packets/bytes per second in Suricata stats

Added by Lukas Sismis 6 months ago. Updated 6 months ago.

Status:
In Progress
Priority:
Normal
Assignee:
Target version:
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

Actions #1

Updated by Bruno Franca 6 months ago

  • Assignee changed from OISF Dev to Bruno Franca
Actions #2

Updated by Juliana Fajardini Reichow 6 months ago

  • Target version changed from TBD to 8.0.0-beta1
Actions #3

Updated by Juliana Fajardini Reichow 6 months ago

  • Status changed from New to In Progress
Actions

Also available in: Atom PDF