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
connperf is a high-performance TCP/UDP connection load generator and performance measurement tool written in Go.
6
+
tcpulse is a high-performance TCP/UDP connection load generator and performance measurement tool written in Go.
7
7
8
-
## What is connperf?
8
+
## What is tcpulse?
9
9
10
-
connperf is a specialized tool designed to measure and analyze the performance characteristics of network connections. It operates in two primary modes:
10
+
tcpulse is a specialized tool designed to measure and analyze the performance characteristics of network connections. It operates in two primary modes:
11
11
12
12
-**Server mode (`serve`)**: Acts as an echo server that accepts TCP/UDP connections and echoes back received data
13
13
-**Client mode (`connect`)**: Generates configurable load against target servers and measures connection performance metrics
14
14
15
-
## Why use connperf?
15
+
## Why use tcpulse?
16
16
17
17
Network performance testing is crucial for:
18
18
@@ -25,7 +25,7 @@ Network performance testing is crucial for:
25
25
26
26
## How it works
27
27
28
-
connperf provides two distinct connection patterns to simulate real-world usage:
28
+
tcpulse provides two distinct connection patterns to simulate real-world usage:
29
29
30
30
### Persistent Connections
31
31
Maintains long-lived connections and sends multiple requests per connection. This simulates applications like web services with connection pooling or persistent database connections.
@@ -46,23 +46,23 @@ Creates new connections for each request, immediately closing them afterward. Th
46
46
47
47
### Pre-built Binaries
48
48
49
-
Download the latest pre-built binaries from the [GitHub Releases](https://github.com/yuuki/connperf/releases) page:
49
+
Download the latest pre-built binaries from the [GitHub Releases](https://github.com/yuuki/tcpulse/releases) page:
0 commit comments