tcpquiclab report initialized
This commit is contained in:
@@ -1,101 +1,33 @@
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_server
|
||||
TCP Server listening on port 8080...
|
||||
Client connected.
|
||||
Received 21 bytes: Hello from TCP Client
|
||||
Response sent to client.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_client
|
||||
Connecting to QUIC server...
|
||||
Sent: Hello from QUIC Client!
|
||||
Received: Server received: Hello from QUIC Client!
|
||||
Connection closed.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_perf_server
|
||||
TCP Performance Server listening on port 8081...
|
||||
Client connected. Receiving data...
|
||||
Received 100.00 MB in 0.04 seconds.
|
||||
Throughput: 2238.34 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_perf_client
|
||||
Connecting to QUIC Perf Server and sending 100 MB...
|
||||
Finished sending data.
|
||||
Connection closed.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_server
|
||||
TCP Server listening on port 8080...
|
||||
Client connected.
|
||||
Received 21 bytes: Hello from TCP Client
|
||||
Response sent to client.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_server
|
||||
QUIC Server listening on port 8888
|
||||
New connection accepted.
|
||||
Received 23 bytes on stream 4: Hello from QUIC Client!
|
||||
Connection closed.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_perf_server
|
||||
TCP Performance Server listening on port 8081...
|
||||
Client connected. Receiving data...
|
||||
Received 100.00 MB in 0.04 seconds.
|
||||
Throughput: 2771.82 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_perf_server
|
||||
QUIC Performance Server listening on port 8889
|
||||
New performance connection accepted.
|
||||
Received 100.00 MB in 16.31 seconds.
|
||||
Throughput: 6.13 MB/s
|
||||
Connection closed.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ sudo tc qdisc add dev lo root netem loss 5%
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_perf_server
|
||||
TCP Performance Server listening on port 8081...
|
||||
Client connected. Receiving data...
|
||||
Received 100.00 MB in 0.04 seconds.
|
||||
Throughput: 2716.84 MB/s
|
||||
Received 100.00 MB in 47.51 seconds.
|
||||
Throughput: 2.10 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_perf_server
|
||||
QUIC Performance Server listening on port 8889
|
||||
New performance connection accepted.
|
||||
Received 100.00 MB in 21.36 seconds.
|
||||
Throughput: 4.68 MB/s
|
||||
Received 100.00 MB in 50.12 seconds.
|
||||
Throughput: 2.00 MB/s
|
||||
Connection closed.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main) [130]
|
||||
❯ sudo tc qdisc del dev lo root
|
||||
❯ ./tcp_multi_server
|
||||
TCP Multi-Connection Server listening on port 8081...
|
||||
Waiting for 5 connections to transfer total 100 MB...
|
||||
First connection received. Timer started.
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ sudo tc qdisc add dev lo root netem delay 100ms
|
||||
Test Finished:
|
||||
Total Connections: 5
|
||||
Total Data Received: 100.00 MB
|
||||
Time Taken: 52.88 seconds
|
||||
Total Throughput: 1.89 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./tcp_perf_server
|
||||
TCP Performance Server listening on port 8081...
|
||||
Client connected. Receiving data...
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main) [130]
|
||||
❯ ./tcp_perf_server
|
||||
TCP Performance Server listening on port 8081...
|
||||
Client connected. Receiving data...
|
||||
Received 100.00 MB in 102.31 seconds.
|
||||
Throughput: 0.98 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main)
|
||||
❯ ./quic_perf_server
|
||||
QUIC Performance Server listening on port 8889
|
||||
New performance connection accepted.
|
||||
Received 100.00 MB in 41.46 seconds.
|
||||
Throughput: 2.41 MB/s
|
||||
|
||||
gh0s7@SecretSealingClub ~/project/NE_YuR/network/tcpquiclab (main) [130]
|
||||
❯ sudo tc qdisc del dev lo root
|
||||
❯ ./quic_multi_server
|
||||
QUIC Multi-Stream Server listening on port 8889
|
||||
Expecting approx 100 MB total data...
|
||||
Connection accepted.
|
||||
|
||||
Test Finished:
|
||||
Total Data Received: 100.00 MB
|
||||
Time Taken: 49.75 seconds
|
||||
Total Throughput: 2.01 MB/s
|
||||
|
||||
Reference in New Issue
Block a user