Home
last modified time | relevance | path

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

/freebsd/tools/tools/netrate/http/
H A Dhttp.c49 static int numseconds; /* Length of test. */ variable
249 numseconds = DEFAULTSECONDS; in main()
257 numseconds = atoi(optarg); in main()
333 sleep(numseconds); in main()
353 printf("%ju transfers/second\n", total / numseconds); in main()
357 printf("%ju errors/second\n", total / numseconds); in main()