PacketSender icon indicating copy to clipboard operation
PacketSender copied to clipboard

Force to log more than 10k entries ?

Open RikPiki opened this issue 5 years ago • 1 comments

Hi,

OS: Windows 10 64 bit

  • Is it possible to force Packet Sender to log more than 10k entries before the log rolls ? I would need to capture on a long time period (>4 hours) UDP packets but the log is filled in less than a minute.

  • Can you set a time period between each entries, like one entry in the log each second ?

Thanks :)

P

RikPiki avatar Jul 28 '20 20:07 RikPiki

The 10k rolling entries is to keep the app alive. There is more performance tuning that can be done, but the techniques I am thinking may not be enough to have it run 4 hours if just 1 minute currently fills it up.

Periodic logging is an interesting idea and could solve your problem. That would be straightforward to add.

You may also be interested in following #163 asking for automatic log saving. That would also keep Packet Sender alive the entire 4 hours.

dannagle avatar Jul 28 '20 21:07 dannagle