diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2015-01-19 10:45:10 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-20 13:12:48 +0900 |
commit | fe0d068f868b3a5e609519220933cd90f39d963e (patch) | |
tree | 8a900c162736c9b3b41ed1cc25aa7954e76bd2e8 /doc/source/library_bgp_speaker.rst | |
parent | be94c50ce6f851aef9a133ba7e381ffe55eb67b8 (diff) |
ofctl_rest: support OFPQueueStats message
this patch makes ofctl_rest enable use of OFPQueueStats message.
usage)
URI: /stats/queue/<dpid>
method: GET
e.g.)
$ curl -X GET http://localhost:8080/stats/queue/1
{
"1": [
{
"port_no": 1,
"queue_id": 0,
"tx_bytes": 0,
"tx_packets": 0,
"tx_errors": 0,
"duration_sec": 4294963425,
"duration_nsec": 3912967296
},
{
"port_no": 1,
"queue_id": 1,
"tx_bytes": 0,
"tx_packets": 0,
"tx_errors": 0,
"duration_sec": 4294963425,
"duration_nsec": 3912967296
}
]
}
NOTE: The "duration_sec" and "duration_nsec" fields are for OF1.3(or later).
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/library_bgp_speaker.rst')
0 files changed, 0 insertions, 0 deletions