printf("throughput is %f, error request is %u global total request %d worker %d total requests is %u worker total_held %"PRIu64" longest_held %"PRIu64" listener total_held %"PRIu64" longest_held %"PRIu64"\n",throughput,total_sandboxes_error,atomic_load(&sandbox_state_totals[SANDBOX_COMPLETE]),worker_thread_idx,total_local_requests,total_held[worker_thread_idx],longest_held[worker_thread_idx],total_held[200],longest_held[200]);
printf("throughput is %f error request is %u global total request %d worker %d total requests is %u worker total_held %"PRIu64" longest_held %"PRIu64" listener total_held %"PRIu64" longest_held %"PRIu64"\n",throughput,total_sandboxes_error,atomic_load(&sandbox_state_totals[SANDBOX_COMPLETE]),worker_thread_idx,total_local_requests,total_held[worker_thread_idx],longest_held[worker_thread_idx],total_held[200],longest_held[200]);