Version 0.8c posted (see Attachments)
There some existing programs to generate a report from nmon data. I used it. This other one have some advantage over others program and of course disadvantage!
Here is the main feature of this program:
-Self contain .exe file
-No 65000 lines limitation of excel file
-Plot process utilization graphic over time
-Create an html report
-Graphical interface
NOTE
For myself I use this parameter on all (many!) AIX servers:
-F /var/adm/cap_perf/nmon-hostname-yyyymmdd.nmon -T -r hostname -s60 -c1437
These parameters give a sample every minute until the end of the day. I wrote an nmon.pl script which is lunched by crontab at 00h00 everyday. This script calculates the sample needed to stop nmon by 23h59. So, by this I can have an nmon file by day.
Do you have a copy of this nmon.pl script available to see?