烈香
烈香
## Issue Description *question* ### Describe what happened (or what feature you want) execute command: ``` ./blade c cpu load --cpu-count=1 --cpu-percent=50 ``` 结果: 实际结果一个核心的使用率达到100% cpu-percent文档解释是所有cpu核心的总使用率,那么在指定cpu核心数的情况下cpu-percent的含义是什么样的?是不是指定cpu-count的时候必须指定cpu-list才能达到效果? 当前的实现逻辑中,指定了cpu-count后,计算cpu使用率时还是获取的所有核心的使用率,导致获取的使用率偏低。 ### Describe what...
## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) chaosblade-exec-jvm version: master when i use the newest branch to create jvm experiment, it failed...
## What is the purpose of the change fix issue #13812. when user type 'Ctrl + C' in telnet client, telnet client will send the following sequence: `FF F4 FF...
add the following pointcut when specify 'useServerPrepStmts' option : com.mysql.jdbc.ServerPreparedStatement#serverExecute (for mysql5) com.mysql.cj.jdbc.ServerPreparedStatement#serverExecute (for mysql8) test passed for mysql-connector-java-5.1.6 and mysql-connector-java-8.0.13 and jackson-core version need bump to 2.12.7(https://github.com/chaosblade-io/chaosblade/issues/891), not included...
### Search before asking - [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 我们的应用是Java,使用Lettuce库访问Redis,这个库默认是支持同时并发请求的,即一个连接上可能有多个请求同时等待响应,请问下Deepflow支持这种请求响应模式的采集吗(而不仅是单发单收) ### Use case _No response_ ### Related issues _No...
**Describe the bug** I have built Stirling and used Stirling_wrapper for testing. I use the redis-benchmark to sent two consecutive get commands. The value corresponding to this get command is...
### Describe what this PR does / why we need it 修复内存压力场景模式为cache不生效的问题 ### Does this pull request fix one issue? fix issue [#926](https://github.com/chaosblade-io/chaosblade/issues/926) ### Describe how you did it 实验执行时挂载tmpfs到...
我看了下如果开启gso,内核函数skb_segment也可能会产生新skb,在trace.yaml中只分析了skb_clone,skb_segment是否也要考虑
## Issue Description *bug report* In network scenarios, when you specify a port range for remote-port or local-port, an error occured if the port range is large, for example, 1...
## Issue Description *bug report* 容器执行file-chmod场景时失败 Type: *bug report* , *feature request* or *question* ### Describe what happened (or what feature you want) ### Describe what you expected to happen...