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
After a system hang/crash/whatever, atop just continues writing to file for the current day.
But atop -r bombs out at the point-in-time where the crash happens when browsing with t/T or jumping with b.
So, either atop needs to scan current file on startup and if needed fix it up so that appending more to it is actually readable later, or for instance use magic record headers so that a corrupted file doesn't hinder reading.
The text was updated successfully, but these errors were encountered:
Or as a last resort, rename old file and continue with new-current file.
(Just ran into that issue after my swap exhaustion, sent basically same suggestions to author from atoptool.nl contact page)
After a system hang/crash/whatever, atop just continues writing to file for the current day.
But atop -r bombs out at the point-in-time where the crash happens when browsing with t/T or jumping with b.
So, either atop needs to scan current file on startup and if needed fix it up so that appending more to it is actually readable later, or for instance use magic record headers so that a corrupted file doesn't hinder reading.
The text was updated successfully, but these errors were encountered: