Iperf流未分配给队列

时间:2018-04-18 13:38:10

标签: qos iperf ryu

我是ryu rest QoS的新手。我正在尝试创建QoS队列并将带宽与两个iperf流分开。
第一流量最大速率为300Kbps。
第二流量最小速率为700Kbps。
链路带宽为1Mbps。
问题是流量都在使用大约一半的链接= 500Kbs。

以下是Ryu Rest QoS tutorial

的链接

iperf

本地主机:8080 / QOS /队列/ 0000000000000001

[
   {
    "switch_id": "0000000000000001",
    "command_result": {
      "result": "success",
      "details": {
        "s1-eth1": {
          "0": {
            "config": {
              "max-rate": "300000"
            }
          },
          "1": {
            "config": {
              "min-rate": "700000"
            }
          }
        }
      }
    }
  }
]

本地主机:8080 / QOS /规则/ 0000000000000001

[
  {
    "switch_id": "0000000000000001",
    "command_result": [
      {
        "qos": [
          {
            "priority": 1,
            "dl_type": "IPv4",
            "nw_proto": "UDP",
            "tp_dst": 5002,
            "qos_id": 1,
            "nw_dst": "10.0.0.1",
            "actions": [
              {
                "queue": "1"
              }
            ]
          },
          {
            "priority": 1,
            "dl_type": "IPv4",
            "nw_proto": "UDP",
            "tp_dst": 5001,
            "qos_id": 2,
            "nw_dst": "10.0.0.1",
            "actions": [
              {
                "queue": "0"
              }
            ]
          }
        ]
      }
    ]
  }
]

1 个答案:

答案 0 :(得分:0)

在构建命令拓扑中删除 - 链接tc,bw ...