stress tool tutorial of performance tool (with source code description)
Stress is a stress testing gadget under linux.
I see some people use this tool to describe some scenarios of resource depletion, and others use it for chaos testing. Users should note that this tool does not simulate business problems, but system level problems. Therefore, when using it to simulate, it is very different from the real busin ...
Added by stockdalep on Sat, 19 Feb 2022 01:14:47 +0200
Performance positioning analysis
Reprinted to: https://mp.weixin.qq.com/s/ixfvJG46ZB0QKdyI6BKfpA
cpu usage is too high
If the cpu usage is too high, it should be discussed according to the situation. Whether it is a business activity, a large number of traffic suddenly comes in, and the cpu occupancy rate decreases after the activity. If this is the case, you can not care too ...
Added by Monshery on Mon, 24 Jan 2022 16:01:29 +0200
Grafana k6 hands-on practice
Hello, I'm Zhang Jintao.In this article, I will introduce you a tool - k6, which has no direct relationship with K8s. It is an open source performance pressure testing tool.The story behind k6In August 2016, k6 released its first version on GitHub. So far, an excellent open source load measurement tool has entered people's vision.June 2021 is a ...
Added by c4onastick on Fri, 17 Dec 2021 15:25:09 +0200
JMeterPluginCMD command line tool usage details
1. Introduction
The MeterPluginCMD command line tool generates png pictures and csv statistics files JMeter is a pure java open source lightweight performance testing tool with powerful functions. Because it is lightweight, there are relatively few reports and statistics compared with loadrunner. However, JMeter plugins, a JMeter plug-in, can ...
Added by pdpullmn612 on Sat, 06 Nov 2021 14:51:44 +0200
08-10 performance bottleneck evidence chain
Memory
disk space
[root@ZT-TEST ~]# df -h
file system Capacity used available used% Mount point
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 402M 3.6G 11% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/ ...
Added by snafudawn on Thu, 07 Oct 2021 07:22:43 +0300