Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quicperf.md #1806

Merged
merged 3 commits into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/quicperf.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ datagram_scenario = "=a1:d50:n250:100;"
media_scenario = "=v1:s30:n150:2000:G30:I20000;"
multimedia_scenario = "=a1:d50:p2:S:n250:80; \
= vlow: s30 :p4:S:n150 : 3750 : G30 : I37500; \
= vmid: s30 :p6:S:n150 : 6250 : G30 : I62500 : D250000;";
= vhi: s30 :p8:S: n150 : 12500 : G150 : I125000 : D250000;";
= vmid: s30 :p6:S:n150 : 6250 : G30 : I62500 : D250000; \
= vhi: s30 :p8:S: n150 : 12500 : G150 : I125000 : D250000;"
parallel_multimedia_scenario= "=a1:d50:p2:S:n250:80; \
= vlow:*3:s30 :p4:S:n150 : 3750 : G30 : I37500; \
= vmid:*3:s30 :p6:S:n150 : 6250 : G30 : I62500 : D300000; \
= vhi:*3 : s30 :p8:S: n150 : 12500 : G150 : I125000 : D250000;";
= vhi:*3 : s30 :p8:S: n150 : 12500 : G150 : I125000 : D250000;"
~~~

To run the "perf" protocol and run a basic test scenario, do:
Expand Down Expand Up @@ -172,7 +172,7 @@ disk when all connections are complete.
To produce the performance logs with `picoquicdemo`, use the argument `-F` as in:
```
.\picoquicdemo -k key.pem -c cert.pem -p 4433 -F server_log.csv
.\picoquicdemo -q client_log.csv -a perf test.privateoctopus.com 4433 "*1:0:-:397:5000000;"
.\picoquicdemo -q client_log.csv -a perf test.privateoctopus.com 4433 "*1:397:5000000;"
```
The performance logs are formatted as CSV file, with the following columns:

Expand Down Expand Up @@ -277,4 +277,4 @@ and encoded on 64 bits.

The client may issue a `stop sending` request for a specific media request
stream. Upon receiving the request, the server will reset the stream, without
sending any additional frame.
sending any additional frame.
Loading