Searched defs:tcp_stream_results_struct (Results 1 – 1 of 1) sorted by relevance
232 struct tcp_stream_results_struct { struct233 double bytes_received;234 unsigned int recv_calls;235 float elapsed_time; /* how long the test ran */236 float cpu_util; /* -1 if not measured */237 float serv_dem; /* -1 if not measured */238 int cpu_method; /* how was cpu util measured? */239 int num_cpus; /* how many CPUs had the remote? */240 int recv_buf_size; /* how large was it at the end? */241 int send_buf_size; /* how large was it at the end? */