文章分类 -  性能测试

windows、linux性能测试
3.centos7安装nmon监控软件
摘要:一、下载安装nmon http://nmon.sourceforge.net/ cd /usr/local/nmon tar -zxvf centos7.tar.gz 重命名 mv nmon_x86_64_centos7 nmon vim /etc/profile PATH=$PATH:/usr/l 阅读全文
posted @ 2020-11-12 00:06 wei_hu 阅读(105) 评论(0) 推荐(0)
2.Jmeter插件ServerAgent服务器性能监控
摘要:一、ServerAgent插件安装 1.服务端的下载地址:https://github.com/undera/perfmon-agent 将ServerAgent-2.2.1.jar上传到被测服务器(根目录或任意位置),解压,进入目录,Windows环境,双击startAgent.bat启动;lin 阅读全文
posted @ 2020-11-11 23:56 wei_hu 阅读(485) 评论(0) 推荐(0)
1.Windows性能监控
摘要:一、Perfmon简介、性能监控指标、性能对象指标 1.Perfmon性能监控对象总共有上百个性能指标,我们关注一个系统的性能时,不可能关注这么多指标,有些性能指标对实际的应用系统影响并不大。 但对一个Windows操作系统来说,CPU、内存(Memory)、磁盘(Disk)、网络(Network) 阅读全文
posted @ 2020-11-09 11:28 wei_hu 阅读(275) 评论(0) 推荐(0)