Originally posted by: tucero
Hello,
I have the following error when i run nmon analyzer
"the file contains more than 65K lines"
In the page of nmon analyzer it has a solution for this problem that is the following:
If the file contains more than 65K lines you will need to sort it using the "sort -A" command:
e.g. sort -A filename.nmon > filename.csv
However i run this command to sort the file but the tool does not seem to run correctly since it produces many excelsheets instead of one.
Is there any other way to sort it?
Thank you