Skip to content

Commit 3a38444

Browse files
committed
Update README.md
1 parent ade3978 commit 3a38444

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ Assume that both `tcpcopy` and `intercept` are configured using `./configure`.
160160
4. Connection Type: Currently supports only client-initiated connections.
161161
5. SSL/TLS: Does not support replay for applications using SSL/TLS.
162162
6. Due to the additional layer of forwarding in tcpcopy, the throughput of a single application connection cannot be too high; otherwise, it won't match the native connection throughput, especially in performance tests like sysbench or ab.
163-
7. MySQL Session Replay: For details, visit [session-replay-tools](https://github.com/session-replay-tools/).
164-
8. IP Forwarding: Ensure `ip_forward` is not enabled on the assistant server.
165-
9. Help: For more information, run `./tcpcopy -h` or `./intercept -h`.
163+
7. If the volume of replicated requests is too large, tcpcopy may become unstable, with the single thread overwhelmed by packet capture, significantly reducing replication effectiveness. In such cases, other auxiliary methods can be used, such as leveraging switch mirroring with a divide-and-conquer packet capture strategy or using offline replay.
164+
8. MySQL Session Replay: For details, visit [session-replay-tools](https://github.com/session-replay-tools/).
165+
9. IP Forwarding: Ensure `ip_forward` is not enabled on the assistant server.
166+
10. Help: For more information, run `./tcpcopy -h` or `./intercept -h`.
166167

167168
## Influential Factors
168169

0 commit comments

Comments
 (0)