My production servers have atop version 1.23, and I have a data file written by it from which I need to extract the full command line of a process.
Unfortunately:
- this version of
atopwon't display data beyond the 80th column of the display - horizontal scrolling was only introduced in 1.27
- newer versions refuse to read data files written by older versions
- the file itself is compressed, so a simple
stringssearch won't work
Is there any way I can recover the full command line from my data file?