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
In Linux systems "logrotate" is commonly used to perform this action, however, the program (daq_dump) would have to interpret something along with that (a signal perhaps?) to indicate that the file should be opened by name (thus getting a descriptor to the new empty log file.
Alternatively, this could be supported internally by the module as well by enabling it with a daq var by specifying a roll size / count of packets / time or whatever. IMO rolling by packet count or size would be ideal.
The text was updated successfully, but these errors were encountered:
In Linux systems "logrotate" is commonly used to perform this action, however, the program (daq_dump) would have to interpret something along with that (a signal perhaps?) to indicate that the file should be opened by name (thus getting a descriptor to the new empty log file.
Alternatively, this could be supported internally by the module as well by enabling it with a daq var by specifying a roll size / count of packets / time or whatever. IMO rolling by packet count or size would be ideal.
The text was updated successfully, but these errors were encountered: