Skip to content
GitLab
Menu
项目
Groups
代码片段
帮助
项目
Groups
代码片段
正在加载...
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
Menu
打开侧边栏
p4git
ONOS-FlowBlaze
提交
4f703976
提交
4f703976
编辑于
4年前
作者:
Daniele Moro
浏览文件
操作
下载
电子邮件补丁
差异文件
Add CLI output of class rate limiter use case
上级
f92ec17d
main
无相关合并请求
流水线
#12
已失败 ,包含阶段
in 0 second
变更
1
流水线
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 addition
and
2 deletion
+30
-2
examples/class_rate_limiter/docs/README.md
examples/class_rate_limiter/docs/README.md
+30
-2
未找到文件。
examples/class_rate_limiter/docs/README.md
浏览文件 @
4f703976
...
...
@@ -42,7 +42,21 @@ make h1-test
```
and obtain a similar output:
```
*** Opening iperf server on H10
PID: 152
*** Opening iperf client on H1
------------------------------------------------------------
Client connecting to 10.10.10.1, UDP port 5001
Sending 1470 byte datagrams, IPG target: 5742.19 us (kalman adjust)
UDP buffer size: 208 KByte (default)
------------------------------------------------------------
[ 5] local 10.0.0.1 port 56115 connected with 10.10.10.1 port 5001
[ ID] Interval Transfer Bandwidth
[ 5] 0.0-20.0 sec 4.88 MBytes 2.05 Mbits/sec
[ 5] Sent 3484 datagrams
[ 5] Server Report:
[ 5] 0.0-20.3 sec 2.36 MBytes 975 Kbits/sec 0.000 ms 1803/ 3483 (0%)
*** Killing iperf server on H10
```
and
```
...
...
@@ -50,7 +64,21 @@ make h2-test
```
and obtain a similar output:
```
*** Opening iperf server on H10
PID: 184
*** Opening iperf client on H2
------------------------------------------------------------
Client connecting to 10.10.10.1, UDP port 5002
Sending 1470 byte datagrams, IPG target: 4593.75 us (kalman adjust)
UDP buffer size: 208 KByte (default)
------------------------------------------------------------
[ 5] local 10.0.1.1 port 38511 connected with 10.10.10.1 port 5002
[ ID] Interval Transfer Bandwidth
[ 5] 0.0-20.0 sec 6.11 MBytes 2.56 Mbits/sec
[ 5] Sent 4355 datagrams
[ 5] Server Report:
[ 5] 0.0-20.3 sec 4.68 MBytes 1.94 Mbits/sec 0.000 ms 1014/ 4354 (0%)
*** Killing iperf server on H10
```
The 2 hosts, being part of two different subnets have different associated rates.
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
Menu
项目
Groups
代码片段
帮助