nmonvisualizer / nmonvisualizer

A Java GUI tool for analyzing NMON and other system stats files
Apache License 2.0
171 stars 69 forks source link

Improve filename-based detection #43

Closed pluto00987 closed 6 years ago

pluto00987 commented 7 years ago

Move topasrec before perfmon since topasrec output to .csv by default and wrong parser gets called. Also, move topasrec before nmon since adding ".nmon" to a topas file is an easy mistake. Moved zpooliostat before regular iostat for similar reason.

Should address issue #37