Giter Site home page Giter Site logo

mzky / easynmon Goto Github PK

View Code? Open in Web Editor NEW
166.0 15.0 73.0 90.84 MB

jmeter或Loadrunner性能测试过程,通过web管理监控任务(nmon),并生成html图表!

Home Page: https://github.com/mzky/easyNmon

License: MIT License

Go 99.40% Shell 0.20% Smarty 0.40%
nmon analysis njmon

easynmon's Introduction

捷径📫

我的gitee:https://gitee.com/mzky

各种有趣的网站:https://github.com/mzky/interesting

My Blog:http://mzky.cc

开发的小工具😄

基于nmon的linux监控项目:https://github.com/mzky/easyNmon

python生成随机字符、中英文用户名、手机号、身份证等:https://github.com/mzky/profaker

模拟TCP/UDP服务测试工具:https://github.com/mzky/tcpSimulator

将bilibili缓存的m4s转成mp4:https://github.com/mzky/m4s-converter

中文化的努力🌱

rescuezilla

https://github.com/rescuezilla/rescuezilla

备份还原工具:https://hosted.weblate.org/projects/rescuezilla/rescuezilla/zh_Hans/

syncthing

https://github.com/syncthing/syncthing

P2P文件同步工具:https://www.transifex.com/syncthing/syncthing/translate/#zh_CN/gui/68577267

jmeter

4.x报告汉化:https://github.com/mzky/jmeter4.x-cn-report-template

5.x报告汉化:https://github.com/mzky/jmeter5.x-cn-report-template

5.1优化版:https://github.com/mzky/Jmeter-Extension

参与的项目👯

一个go的日志库:https://github.com/bingoohuang/golog

一些实例⚡

go的zip库使用例子:https://github.com/mzky/zip

go的download例子:https://github.com/mzky/download

跨平台浏览器demo:https://github.com/mzky/gobrowser

windows浏览器:

https://github.com/mzky/go-webview2

https://github.com/mzky/blink

ReadmeStats-Image

Readme Card

easynmon's People

Contributors

cnbjca avatar electricbubble avatar mzky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easynmon's Issues

net write数据存在bug

假如服务器目前有两个网卡,那么NET,文件会有5列数据
Network I/O 204,lo-read-KB/s,enp0s31f6-read-KB/s,lo-write-KB/s,enp0s31f6-write-KB/s
T0001,0.0,1.2,0.0,1.0
T0002,0.6,5.7,0.6,5.2
T0003,0.6,218.3,0.6,235.4
T0004,0.6,482.1,0.6,854.8
T0005,0.6,677.2,0.6,865.0
T0006,0.6,629.1,0.6,801.8
T0007,0.6,600.5,0.6,792.1
T0008,0.6,588.1,0.6,788.8
T0009,0.6,631.2,0.6,799.4
T0010,0.8,614.2,0.8,783.7
T0011,0.6,624.8,0.6,732.6
T0012,0.6,724.1,0.6,524.9
#net取write列
cat NET,|awk -F',' 'BEGIN{c='$c';n='$n'}{for(i=c;i<n;i++)printf "-"$i",";print $i}' >write
其中n=5,c=3,那么write文件的数据将会是NET,文件的第3,4,5列,共3列数据
-enp0s31f6-read-KB/s,-lo-write-KB/s,enp0s31f6-write-KB/s
-1.2,-0.0,1.0
-5.7,-0.6,5.2
-218.3,-0.6,235.4
-482.1,-0.6,854.8
-677.2,-0.6,865.0
-629.1,-0.6,801.8
-600.5,-0.6,792.1
-588.1,-0.6,788.8
-631.2,-0.6,799.4
-614.2,-0.8,783.7
-624.8,-0.6,732.6
-724.1,-0.6,524.9
而正确的write文件的数据应该是NET,文件的第4,5列数据,尝试修改为
cat NET,|awk -F',' 'BEGIN{c='$c';n='$n'}{for(i=c+1;i<n;i++)printf "-"$i",";print "-"$i}' >write
lo-write-KB/s,enp0s31f6-write-KB/s
-0.0,-1.0
-0.6,-5.2
-0.6,-235.4
-0.6,-854.8
-0.6,-865.0
-0.6,-801.8
-0.6,-792.1
-0.6,-788.8
-0.6,-799.4
-0.8,-783.7
-0.6,-732.6
-0.6,-524.9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.