• Prometheus+Grafana

    安装前系统信息简述 应用 主机名称 IP地址 端口 运行命令 node-exporter SqaMaster1 192.168.171.128 9109 nohup /usr/local/node_exporter/node_exporter --web.listen-address=“0.0.0.0:9109” & alertmanager SqaMaster1 ...
  • Shell学习笔记

    Shell介绍 1docker run -itd --privileged --name centos7-shell centos:centos7.9.2009 /bin/bash 看懂shell 能改shell 能写shell 优化shell shell是一个程序,用C语言编写,用户和linux内核沟通的桥梁。既是一种命令语言又是一种解释性的编程语言 • kernel:为软件服务,接...
  • Sysbench

    安装sysbench 进入到sysbench源码目录/tmp/soft/sysbench-1.0.20 1[root@centos7 sysbench-1.0.20]# 执行autogen.sh用它来生成configure这个文件 1[root@centos7 sysbench-1.0.20]# ./autogen.sh 执行configure && make &...
  • CloudPerf

    安装 12345678910111213[root@Centos8 lx]# pip3 install cloudperf[root@Centos8 lx]# cloudperf prices --filter region=us-west-2 | head -10 instanceType region spot-az vcpu memory price...
  • ApacheBench

    12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485[admin@Centos8 lx]$ pwd/opt/lx# 输入下面...
  • Linux-bench

    下载安装 12345678910111213141516[root@Centos8 lx]# git clone https://github.com/aquasecurity/linux-bench.git 'linux-bench'...remote: Enumerating objects: 547, done.remote: Counting objects: ...
  • Fio

    下载安装 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091[root@Centos8 lx]# ...
  • Locust

    Centos8安装 确定python环境是否符合 123[root@Centos8 locust]# python3 -VPython 3.10.6[root@Centos8 locust]# 安装locust 1234[root@Centos8 lx]# cd locust[root@Centos8 locust]# pwd/opt/lx/locust[root@Centos8 locu...
  • Pumba

    下载 123456789[admin@Centos8 lx]$ wget https://download.fastgit.org/alexei-led/pumba/releases/download/0.9.0/pumba_linux_amd64[admin@Centos8 lx]$ ll-rw-rw-r-- 1 admin admin 14637627 12月 8 2021 pum...
  • ChaosBlade

    下载chaosblade 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576[admin@Centos8 lx]$ wget https://download...
134567