Searched refs:num_clients (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/tools/tests/perf_index/ |
| H A D | test_controller.py | 19 def main(num_clients, test_type, num_threads, job_size, args): argument 24 control_socket.listen(num_clients) 25 while(len(client_sockets)<num_clients): 57 num_clients = int(sys.argv[1]) variable 65 print(main(num_clients, test_type, num_threads, job_size, args))
|
| H A D | README | 26 test_controller.py num_clients type threads size
|
| /xnu-8019.80.24/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 79 int num_clients; variable 137 num_clients = 4; in parse_args() 196 num_clients = strtoul(argv[1], NULL, 0); in parse_args() 379 int totalmsg = num_msgs * num_clients; in server() 825 int totalclients = num_servers * num_clients; in main() 837 num_clients, (num_clients > 1)? "s" : "", in main() 853 for (j = 0; j < num_clients; j++) { in main() 855 &client_id[(i * num_clients) + j], in main()
|
| H A D | MPMMtest.c | 82 int num_clients; variable 167 num_clients = 4; in parse_args() 229 num_clients = strtoul(argv[1], NULL, 0); in parse_args() 494 int totalmsg = num_msgs * num_clients; in server() 944 int totalclients = num_servers * num_clients; in main() 956 num_clients, (num_clients > 1)? "s" : "", in main() 972 for (j = 0; j < num_clients; j++) { in main() 974 &client_id[(i * num_clients) + j], in main()
|