From 81384016b3ab4cdfb6ecb5dbd19cab0911f30c20 Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:26:43 +0530 Subject: [PATCH 1/3] Update quicperf.md Just a small change in doc --- doc/quicperf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quicperf.md b/doc/quicperf.md index e3a3376c9..a6d797834 100644 --- a/doc/quicperf.md +++ b/doc/quicperf.md @@ -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: @@ -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. \ No newline at end of file +sending any additional frame. From f68af4e22259a62534e66252bcb359c7cbee7ab5 Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:32:26 +0530 Subject: [PATCH 2/3] Update quicperf.md --- doc/quicperf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quicperf.md b/doc/quicperf.md index a6d797834..89c47eccd 100644 --- a/doc/quicperf.md +++ b/doc/quicperf.md @@ -127,11 +127,11 @@ 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;"; + = 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: From 6443b242cd69ba228be05391ff10795df1135f25 Mon Sep 17 00:00:00 2001 From: Karthikdasari0423 <92445174+Karthikdasari0423@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:10:19 +0530 Subject: [PATCH 3/3] Update quicperf.md --- doc/quicperf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quicperf.md b/doc/quicperf.md index 89c47eccd..187d859f7 100644 --- a/doc/quicperf.md +++ b/doc/quicperf.md @@ -126,7 +126,7 @@ 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;"; + = 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; \