62a53a548d
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
28 lines
655 B
JSON
28 lines
655 B
JSON
{
|
|
"OFPGroupStatsReply": {
|
|
"body": [
|
|
{
|
|
"OFPGroupStats": {
|
|
"bucket_stats": [
|
|
{
|
|
"OFPBucketCounter": {
|
|
"byte_count": 2345,
|
|
"packet_count": 234
|
|
}
|
|
}
|
|
],
|
|
"byte_count": 12345,
|
|
"duration_nsec": 609036000,
|
|
"duration_sec": 9,
|
|
"group_id": 1,
|
|
"length": 56,
|
|
"packet_count": 123,
|
|
"ref_count": 2
|
|
}
|
|
}
|
|
],
|
|
"flags": 0,
|
|
"type": 6
|
|
}
|
|
}
|