Fix a typo in tcp.yaml,etc
TrivialFix Change-Id: Iaa5308198a791f5d03f2e60ae73aa4e8fc8373cd
This commit is contained in:
parent
61181bd0c3
commit
ebd771478e
@ -391,7 +391,7 @@ Ping
|
|||||||
This scenario uses ping to measure the latency between the local host and the
|
This scenario uses ping to measure the latency between the local host and the
|
||||||
remote. The remote host can be provided via command-line, it defaults to
|
remote. The remote host can be provided via command-line, it defaults to
|
||||||
8.8.8.8. The scenario verifies SLA and expects the latency to be at most 30ms.
|
8.8.8.8. The scenario verifies SLA and expects the latency to be at most 30ms.
|
||||||
The destination host can be overriden by command-line parameter, e.g.
|
The destination host can be overridden by command-line parameter, e.g.
|
||||||
``--matrix "{host: 172.10.1.2}"``.
|
``--matrix "{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
To use this scenario specify parameter ``--scenario spot/ping``.
|
To use this scenario specify parameter ``--scenario spot/ping``.
|
||||||
@ -404,7 +404,7 @@ TCP bandwidth
|
|||||||
This scenario uses iperf3 to measure TCP throughput between local host and
|
This scenario uses iperf3 to measure TCP throughput between local host and
|
||||||
ping.online.net (or against hosts provided via CLI). SLA check is verified and
|
ping.online.net (or against hosts provided via CLI). SLA check is verified and
|
||||||
expects the speed to be at least 90Mbit and at most 20 retransmitts. The
|
expects the speed to be at least 90Mbit and at most 20 retransmitts. The
|
||||||
destination host can be overriden by command-line parameter, e.g. ``--matrix
|
destination host can be overridden by command-line parameter, e.g. ``--matrix
|
||||||
"{host: 172.10.1.2}"``.
|
"{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
To use this scenario specify parameter ``--scenario spot/tcp``.
|
To use this scenario specify parameter ``--scenario spot/tcp``.
|
||||||
@ -417,7 +417,7 @@ UDP bandwidth
|
|||||||
This scenario uses iperf3 to measure UDP throughput between local host and
|
This scenario uses iperf3 to measure UDP throughput between local host and
|
||||||
ping.online.net (or against hosts provided via CLI). SLA check is verified and
|
ping.online.net (or against hosts provided via CLI). SLA check is verified and
|
||||||
requires at least 10 000 packets per second. The destination host can be
|
requires at least 10 000 packets per second. The destination host can be
|
||||||
overriden by command-line parameter, e.g. ``--matrix "{host: 172.10.1.2}"``.
|
overridden by command-line parameter, e.g. ``--matrix "{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
To use this scenario specify parameter ``--scenario spot/udp``.
|
To use this scenario specify parameter ``--scenario spot/udp``.
|
||||||
Scenario source is available at: https://github.com/openstack/shaker/blob/master/shaker/scenarios/spot/udp.yaml
|
Scenario source is available at: https://github.com/openstack/shaker/blob/master/shaker/scenarios/spot/udp.yaml
|
||||||
|
@ -5,7 +5,7 @@ description: >
|
|||||||
the remote. The remote host can be provided via command-line, it defaults
|
the remote. The remote host can be provided via command-line, it defaults
|
||||||
to 8.8.8.8. The scenario verifies SLA and expects the latency to be at most
|
to 8.8.8.8. The scenario verifies SLA and expects the latency to be at most
|
||||||
30ms.
|
30ms.
|
||||||
The destination host can be overriden by command-line parameter,
|
The destination host can be overridden by command-line parameter,
|
||||||
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
execution:
|
execution:
|
||||||
|
@ -4,7 +4,7 @@ description: >
|
|||||||
This scenario uses iperf3 to measure TCP throughput between local host and
|
This scenario uses iperf3 to measure TCP throughput between local host and
|
||||||
ping.online.net (or against hosts provided via CLI). SLA check is verified
|
ping.online.net (or against hosts provided via CLI). SLA check is verified
|
||||||
and expects the speed to be at least 90Mbit and at most 20 retransmitts.
|
and expects the speed to be at least 90Mbit and at most 20 retransmitts.
|
||||||
The destination host can be overriden by command-line parameter,
|
The destination host can be overridden by command-line parameter,
|
||||||
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
execution:
|
execution:
|
||||||
|
@ -4,7 +4,7 @@ description: >
|
|||||||
This scenario uses iperf3 to measure UDP throughput between local host and
|
This scenario uses iperf3 to measure UDP throughput between local host and
|
||||||
ping.online.net (or against hosts provided via CLI). SLA check is verified
|
ping.online.net (or against hosts provided via CLI). SLA check is verified
|
||||||
and requires at least 10 000 packets per second.
|
and requires at least 10 000 packets per second.
|
||||||
The destination host can be overriden by command-line parameter,
|
The destination host can be overridden by command-line parameter,
|
||||||
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
e.g. ``--matrix "{host: 172.10.1.2}"``.
|
||||||
|
|
||||||
execution:
|
execution:
|
||||||
|
Loading…
Reference in New Issue
Block a user