Lines Matching defs:omni_results_struct
143 struct omni_results_struct { struct
144 uint32_t bytes_received_hi; /* why? because we cannot easily send */
145 uint32_t bytes_received_lo; /* uint64_t or doubles between endianess */
146 uint32_t recv_calls;
147 int32_t recv_buf_size; /* SO_RCVBUF at end of test */
149 uint32_t bytes_sent_hi;
150 uint32_t bytes_sent_lo;
151 uint32_t send_calls;
152 int32_t send_buf_size; /* SO_SNDBUF at end of test */
153 uint32_t failed_sends;
154 uint32_t trans_received;
156 float elapsed_time; /* length of test in seconds */
158 float cpu_util;
159 float cpu_percent_user;
160 float cpu_percent_system;
161 float cpu_percent_iowait;
162 float cpu_percent_irq;
163 float cpu_percent_swintr;
164 float serv_dem;
165 uint32_t cpu_method; /* how was CPU util measured? */
166 uint32_t num_cpus; /* number of CPUs in remote */
168 int32_t peak_cpu_id; /* ID of the most utilized CPU */
169 float peak_cpu_util; /* its individual utilization */
170 int32_t vendor;
171 int32_t device; /* pci device id of the probable egress
173 int32_t subvendor;
174 int32_t subdevice;
175 int32_t transport_retrans;
179 char ifname[16]; /* the probable egress interface */
180 char driver[32]; /* size based on linux/ethtool.h */
181 char version[32];
182 char firmware[32];
183 char bus[32];
184 char ifslot[16]; /* slot id of the probable egress interface */
185 char cong_control[16]; /* what the congestion control alg was */