Home
last modified time | relevance | path

Searched refs:numseconds (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/tools/tools/netrate/http/
H A Dhttp.c51 static int numseconds; /* Length of test. */ variable
251 numseconds = DEFAULTSECONDS; in main()
259 numseconds = atoi(optarg); in main()
335 sleep(numseconds); in main()
355 printf("%ju transfers/second\n", total / numseconds); in main()
359 printf("%ju errors/second\n", total / numseconds); in main()