backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-port_stats_reply.packet.json
1 {
2    "OFPPortStatsReply": {
3       "body": [
4          {
5             "OFPPortStats": {
6                "duration_nsec": 0, 
7                "duration_sec": 0, 
8                "length": 224, 
9                "port_no": 7, 
10                "properties": [
11                   {
12                      "OFPPortStatsPropEthernet": {
13                         "collisions": 0, 
14                         "length": 40, 
15                         "rx_crc_err": 0, 
16                         "rx_frame_err": 0, 
17                         "rx_over_err": 0, 
18                         "type": 0
19                      }
20                   }, 
21                   {
22                      "OFPPortStatsPropOptical": {
23                         "bias_current": 300, 
24                         "flags": 3, 
25                         "length": 44, 
26                         "rx_freq_lmda": 1500, 
27                         "rx_grid_span": 500, 
28                         "rx_offset": 700, 
29                         "rx_pwr": 2000, 
30                         "temperature": 273, 
31                         "tx_freq_lmda": 1500, 
32                         "tx_grid_span": 500, 
33                         "tx_offset": 700, 
34                         "tx_pwr": 2000, 
35                         "type": 1
36                      }
37                   }, 
38                   {
39                      "OFPPortStatsPropExperimenter": {
40                         "data": [], 
41                         "exp_type": 0, 
42                         "experimenter": 101, 
43                         "length": 12, 
44                         "type": 65535
45                      }
46                   }, 
47                   {
48                      "OFPPortStatsPropExperimenter": {
49                         "data": [
50                            1
51                         ], 
52                         "exp_type": 1, 
53                         "experimenter": 101, 
54                         "length": 16, 
55                         "type": 65535
56                      }
57                   }, 
58                   {
59                      "OFPPortStatsPropExperimenter": {
60                         "data": [
61                            1, 
62                            2
63                         ], 
64                         "exp_type": 2, 
65                         "experimenter": 101, 
66                         "length": 20, 
67                         "type": 65535
68                      }
69                   }
70                ], 
71                "rx_bytes": 0, 
72                "rx_dropped": 0, 
73                "rx_errors": 0, 
74                "rx_packets": 0, 
75                "tx_bytes": 336, 
76                "tx_dropped": 0, 
77                "tx_errors": 0, 
78                "tx_packets": 4
79             }
80          }, 
81          {
82             "OFPPortStats": {
83                "duration_nsec": 0, 
84                "duration_sec": 0, 
85                "length": 120, 
86                "port_no": 6, 
87                "properties": [
88                   {
89                      "OFPPortStatsPropEthernet": {
90                         "collisions": 0, 
91                         "length": 40, 
92                         "rx_crc_err": 0, 
93                         "rx_frame_err": 0, 
94                         "rx_over_err": 0, 
95                         "type": 0
96                      }
97                   }
98                ], 
99                "rx_bytes": 336, 
100                "rx_dropped": 0, 
101                "rx_errors": 0, 
102                "rx_packets": 4, 
103                "tx_bytes": 336, 
104                "tx_dropped": 0, 
105                "tx_errors": 0, 
106                "tx_packets": 4
107             }
108          }
109       ], 
110       "flags": 0, 
111       "type": 4
112    }
113 }