Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test-RDMA update parameters to diskspd #472

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. Test-RDMA update parameters to diskspd

    Updated parameters to invocation of diskspd to more thoroughly test RDMA network performance.
    New parameters -b1M -c2M -d30 -ft -L -o32 -r -Sr -t8 -w0 
    -b1M Block size in MiB
    -c2M File size in MiB
    -d30 Duration in seconds, not including cool-down or warm-up time
    -ft Open file with FILE_ATTRIBUTE_TEMPORARY access hints
    -L Measure latency statistics
    -o32 Number of outstanding I/O requests per-target per-thread
    -r Random I/O
    -Sr Disable local caching for remote file systems. This leaves the remote system's cache enabled.
    -t8	Number of threads per target
    -w0 Percentage of write requests to issue
    
    References:
    https://unhandled.wordpress.com/2016/07/20/madness-testing-smb-direct-network-throughput-with-diskspd/
    4fd81048-Brian authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ccf2959 View commit details
    Browse the repository at this point in the history