You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm playing around with eBPF and I was wondering if there is any way to implement a timer (note: I'm forced to use C to code my eBPF program). I'm collecting traffic stats and after a given interval timeouts I need to process the stats collected so far. I know I can use packet timestamps for this purpose, but in my scenario the traffic is not stable and even zero at regular intervals.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm playing around with eBPF and I was wondering if there is any way to implement a timer (note: I'm forced to use C to code my eBPF program). I'm collecting traffic stats and after a given interval timeouts I need to process the stats collected so far. I know I can use packet timestamps for this purpose, but in my scenario the traffic is not stable and even zero at regular intervals.
Thanks in advance!
The text was updated successfully, but these errors were encountered: