Searched refs:workload (Results 1 – 10 of 10) sorted by relevance
| /spdk/scripts/perf/nvme/ |
| H A D | run_fio_test.py | 44 def run_fio(io_size_bytes, qd, rw_mix, cpu_mask, run_num, workload, run_time_sec): argument 51 command = "BLK_SIZE=" + str(io_size_bytes) + " RW=" + str(workload) + " MIX=" + str(rw_mix) \ 60 def parse_results(io_size_bytes, qd, rw_mix, cpu_mask, run_num, workload, run_time_sec): argument 68 + str(workload) + "," + str(cpu_mask) + "," + str(run_time_sec) + "," + str(run_num) 102 "%-10s" % workload, "%-10s" % cpu_mask, "%-10s" % run_time_sec,
|
| /spdk/test/nvme/perf/ |
| H A D | README.md | 31 Fio will run the specified workload for this amount of time before logging any performance numbers. 77 Percentage of a mixed workload that should be reads. 93 Specifies how many times run each workload. End results are averages of these workloads 101 Results are stored in "results" folder. After each workload, to this folder are copied files with: 103 Number of copied files depends from number of repeats of each workload. Additionally csv file is cr…
|
| /spdk/test/nvme/overhead/ |
| H A D | README | 3 It runs a random read, queue depth = 1 workload to a single device,
|
| /spdk/test/common/ |
| H A D | autotest_common.sh | 1285 local workload=$2 1295 if [ -z "${workload:-}" ]; then 1296 workload=randrw 1317 if [ "$workload" == "verify" ]; then 1332 elif [ "$workload" == "trim" ]; then 1335 echo "rw=$workload" >> $config_file
|
| /spdk/docker/ |
| H A D | README.md | 52 …or-nvme: Contains FIO using SPDK plugin to connect to `proxy-container` and runs a sample workload. 53 …-virtio: Contains FIO using SPDK plugin to connect to `proxy-container` and runs a sample workload.
|
| /spdk/doc/ |
| H A D | bdevperf.md | 68 rwmixread | `50` | Percentage of a mixed workload that should be reads
|
| H A D | containers.md | 93 containers, but provide stronger workload isolation using hardware
|
| H A D | ssd_internals.md | 85 performance on random read and write workloads, if the workload is filling up
|
| H A D | iscsi.md | 173 Disable merging/coalescing (can be useful for precise workload measurements)
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 15 suggested because the NVMe-oF workload is network bound. 315 - run_num - number of times each workload combination is run. 451 Test results for all workload combinations are printed to screen once the tests
|