Project

General

Profile

Actions

Feature #6410

open
LS OM

Log packets/bytes per second in Suricata stats

Feature #6410: Log packets/bytes per second in Suricata stats

Added by Lukas Sismis almost 3 years ago. Updated 27 days ago.

Status:
Assigned
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

BF Updated by Bruno Franca almost 3 years ago Actions #1

  • Assignee changed from OISF Dev to Bruno Franca

JF Updated by Juliana Fajardini Reichow almost 3 years ago Actions #2

  • Target version changed from TBD to 8.0.0-beta1

JF Updated by Juliana Fajardini Reichow almost 3 years ago Actions #3

  • Status changed from New to In Progress

JF Updated by Juliana Fajardini Reichow over 2 years ago Actions #4

  • 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

VJ Updated by Victor Julien over 2 years ago Actions #5

  • Target version changed from 8.0.0-beta1 to TBD

PA Updated by Philippe Antoine about 2 years ago Actions #6

  • Status changed from In Progress to New

PA Updated by Philippe Antoine about 2 months ago Actions #7

  • Status changed from New to Triaged

OM Updated by Omar Merroun about 1 month ago Actions #8

Hello there, I would like to pick this one up from where Bruno has stopped

VJ Updated by Victor Julien about 1 month ago Actions #9

  • Status changed from Triaged to Assigned
  • Assignee changed from Community Ticket to Omar Merroun

OM Updated by Omar Merroun 27 days ago ยท Edited Actions #10

Actions

Also available in: PDF Atom