You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,34 @@
20
20
-i or --ip string
21
21
ip to send the request to (default is automatically resolved from the url)
22
22
```
23
+
24
+
## Introduction
25
+
26
+
Layer7Benchmark is a tool to benchmark the performance of Layer 7 (application layer) protocols, such as HTTP and HTTPS. It allows you to test the response time and throughput of your web applications under different load conditions.
27
+
28
+
It is designed to be simple and easy to use, making it suitable for both developers and system administrators who want to ensure their applications can handle the expected traffic.
29
+
30
+
DO NOT USE THIS TOOL FOR MALICIOUS PURPOSES. IT IS INTENDED FOR LEGITIMATE PERFORMANCE TESTING ONLY. USING THIS TOOL TO ATTACK OR DISRUPT WEBSITES (such as DDOS) WITHOUT PERMISSION IS ILLEGAL AND UNETHICAL.
31
+
32
+
I am not responsible for any misuse of this tool. Please use it responsibly and ethically.
33
+
34
+
## Features
35
+
36
+
This tool is completely written in Rust and is designed to be fast and efficient. It uses the `reqwest` library for making HTTP and HTTPS requests, and the `tokio` library for asynchronous programming.
37
+
So it is extreamly fast and efficient. Much lower CPU usage than other tools like [webbenchmark](https://github.com/maintell/webBenchmark).
38
+
39
+
## 中文说明
40
+
41
+
### 简介
42
+
43
+
Layer7Benchmark 是一个用于基准测试 Layer 7(应用层)协议(如 HTTP 和 HTTPS)性能的工具。它允许您在不同负载条件下测试 Web 应用程序的响应时间和吞吐量。
0 commit comments