# nmon-parser **Repository Path**: code_butcher/nmon-parser ## Basic Information - **Project Name**: nmon-parser - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-03 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目 解析 nmon 导出数据,以图表的形式进行展示,同时支持导出 Excel 文件。 ## 使用 ### 源码编译 将代码下载到本地后,执行 `go build -o nmon-parser main.go`,然后运行 `nmon-parser web --port=8081` ### 或则直接下载编译好的可执行文件:[release](https://gitee.com/code_butcher/nmon-parser/releases/tag/1.0) Linux 系统:`nmon-parser web --port=8081` Windows 系统:`nmon-parser.exe web --port=8081` ### 在浏览器打开地址:http://localhost:8081