Searched refs:ndrives (Results 1 – 1 of 1) sorted by relevance
52 def configure_throttle(self, ndrives, params): argument56 for i in range(0, ndrives):60 def do_test_throttle(self, ndrives, seconds, params, first_drive = 0): argument65 (num < seconds * limit * 1.1 / ndrives66 and num > seconds * limit * 0.9 / ndrives)81 rd_nr //= ndrives87 wr_nr //= ndrives91 for drive in range(0, ndrives):97 for drive in range(0, ndrives):103 start_rd_bytes = [0] * ndrives[all …]