nmon_to_htmlReport —— 通过jmeter和Loadrunner进行性能测试、监控服务器性能,并将nmon数据转换为html图表。
为了方便多场景批量性能测试,用golang写了个监控程序,可以通过get url方式启动和停止nmon服务,非常适合配合Loadrunner性能测试框架使用,可以批量执行场景并生成报告
引用:
go的http框架采用gin:[https://gin-gonic.github.io/gin/](https://gin-gonic.github.io/gin/)
图表插件采用百度的echarts:[http://echarts.baidu.com/](http://echarts.baidu.com/)
新版nmon下载地址:[http://nmon.sourceforge.net/](http://nmon.sourceforge.net/)