| /spdk/scripts/perf/nvme/ |
| H A D | README | 2 The run_fio_test.py is the main script that runs the performance test and parses the test results. 3 …pth, io_size, workload_type, mix, core_mask and run_time) at the top of the run_fio_test.py script. 5 The run_fio_test.sh script demonstrates how to invoke the run_fio_test.py script with the 6 input parameters: path_to_fio_conf, path_to_ioengine and num_ssds. The run_fio_test.sh script will 7 call the SPDK setup.sh script to unbind NVMe devices from the kernel driver and bind them to the ui…
|
| /spdk/scripts/bpf/ |
| H A D | gen.py | 31 def fixup(self, script): argument 33 with open(script, 'r') as file: 56 for script in args.scripts: 57 print(proc.fixup(script))
|
| H A D | trace.py | 141 with tempfile.NamedTemporaryFile(mode='w+') as script: 142 script.write(self.generate()) 143 script.flush()
|
| /spdk/doc/ |
| H A D | getting_started.md | 11 The `scripts/pkgdep.sh` script will automatically install the bare minimum 42 There are a number of options available for the configure script, which can 68 part of the test suite. The final message at the end of the script indicates 75 SPDK includes a script to automate this process on both Linux and FreeBSD. 76 This script should be run as root. It only needs to be run once on the 89 By default, the script allocates 2048MB of hugepages. To change this number,
|
| H A D | usdt.md | 11 bpftrace.sh is a helper script that facilitates running bpftrace scripts 26 that string with the PID provided to the script. 34 ## Start SPDK application and bpftrace script 113 it again with the send_msg.bt script. This script keeps a count of 146 itself as a probe parameter and let the script decide which fields it wants to access 148 not possible to include the header files in a bpftrace script) 151 argument, and let the script decide which fields it wants to access; for example, 163 include in a bpftrace script 167 console in exact order; this is why the nvmf.bt script prints out a msec.nsec timestamp
|
| H A D | jsonrpc_proxy.md | 3 SPDK provides a sample python script `rpc_http_proxy.py`, that provides http server which listens f… 31 Below is a sample python script acting as a client side. It sends `bdev_get_bdevs` method with opti… 32 parameter and prints JSON object returned from remote_rpc script.
|
| H A D | blobfs.md | 37 Create an NVMe section in the configuration file using SPDK's `gen_nvme.sh` script. 47 By default, the SPDK `setup.sh` script only allocates 2GB. 69 data. The primary script is `test/blobfs/rocksdb/rocksdb.sh`.
|
| H A D | backporting.md | 43 ### Backporting script {#backporting_script} 45 In SPDK there is a script automating above process to some degree. It is located in 48 backporting should be performed. The script will carry out most of commit message changes and try
|
| H A D | vagrant.md | 27 To create a configured VM with vagrant you need to run `create_vbox.sh` script. 29 Basically, the script will create a new sub-directory based on distribution you choose, 31 and run `vagrant up` with some settings defined by the script arguments.
|
| H A D | vmd.md | 50 Run setup.sh script with VMD devices set in PCI_ALLOWED.
|
| /spdk/scripts/vagrant/ |
| H A D | README.md | 86 Use the `spdk/scripts/vagrant/create_vbox.sh` script to create a VM of your choice. Supported VM p… 123 It is recommended that you call the `create_vbox.sh` script from outside of the spdk repository. 124 Call this script from a parent directory. This will allow the creation of multiple VMs in separate 131 This script will: 153 the `scripts/vagrant/update.sh` script. For example: 156 $ script -c 'sudo spdk_repo/spdk/scripts/vagrant/update.sh' update.log 159 The `update.sh` script completes initialization of the VM by automating the following steps. 162 2. Runs the scripts/pdkdep.sh script 166 script performs these operations instead. 192 ### Run the hello_world example script [all …]
|
| /spdk/scripts/env_dpdk/ |
| H A D | README.md | 7 `check_dpdk_pci_api.sh` script is intended simplify the maintenance of the 12 The script has two optional positional arguments: 18 When calling the script, default is to check the diff of the in-tree headers with
|
| H A D | check_dpdk_pci_api.sh | 80 For changes that do not affect the API, please use 'fix' as \$1 to this script.
|
| /spdk/ |
| H A D | README.md | 64 The `scripts/pkgdep.sh` script will automatically install the bare minimum 100 part of the test suite. The final message at the end of the script indicates 130 contains the base settings for the `configure` script. This script generates a new 145 'n'. For the majority of options this can be done using the `configure` script. 181 a `mk/config.mk` using the `configure` script and then have one or two 220 SPDK includes a script to automate this process on both Linux and FreeBSD. 221 This script should be run as root.
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 77 to the Initiator systems each time run_nvmf.py script is run. If the SPDK 142 Used to run set_irq_affinity.sh script. 149 mode: default - run IRQ alignment script with no additional options. 267 Used to run set_irq_affinity.sh script. 335 In such case script creates a list of their combinations and runs IO tests 355 while the script is running, so generated fio configuration file might contain 426 Before running the test script run the spdk/scripts/setup.sh script on Target 430 Run the script on the NVMe-oF target system: 437 By default script use [all...] |
| /spdk/test/nvme/perf/ |
| H A D | README.md | 1 # Automated script for NVMe performance test 8 benchmark script to achieve optimal performance. 61 the script attempts to assign NVMe devices to CPU cores on the same NUMA node. The script will try …
|
| /spdk/test/nvmf/ |
| H A D | README.md | 4 the --iso flag when running the test script. This will set up the RDMA NIC for
|
| /spdk/scripts/ |
| H A D | backport.sh | 35 Then calling this script again will resume further cherry-picks. 180 # Patch had conflict on previous script call, need to commit and fixup message 210 echo "and then call this script again" 221 # Patch had conflict on previous script call, need to commit and fixup message 231 echo "The script finished."
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 26 Then, run the SPDK configure script to enable fio (point it to the root of the fio repository): 149 To your fio-script, also have a look at script-examples provided with fio: 212 to your fio-script, also have a look at script-example provided with fio:
|
| /spdk/scripts/perf/pm/ |
| H A D | collect-cpu-load | 22 -l - Save output of the script to a log file (dir/${0##*/}.pm.log).
|
| H A D | collect-vmstat | 22 -l - Save output of the script to a log file (dir/${0##*/}.pm.log).
|
| H A D | collect-cpu-temp | 221 -l - Save output of the script to a log file (dir/${0##*/}.pm.log).
|
| /spdk/test/external_code/ |
| H A D | README.md | 7 This directory also contains a convenient test script, test_make.sh, which automates making SPDK
|
| /spdk/test/app/fuzz/iscsi_fuzz/ |
| H A D | README.md | 24 script for targeted debugging on a subsequent run.
|
| /spdk/test/vhost/ |
| H A D | common.sh | 1007 local script='shopt -s nullglob; 1016 SCSI_DISK="$(echo "$script" | vm_exec $1 bash -s)" 1035 local script='shopt -s nullglob; cd /sys/block; echo vd*' 1036 SCSI_DISK="$(echo "$script" | vm_exec $1 bash -s)"
|