You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If libnfs is installed in a standard location, you can use the following commands:
./bootstrap
./configure --with-libnfs
If you have installed libnfs in a custom location or compiled it by yourself, you need to specify the include directory and the library path by setting the CFLAGS and LDFLAGS variables:
If you compiled libnfs by yourself, don't forget to add the library path to the $LD_LIBRARY_PATH environment variable, or copy the library to the same directory as the executable.
Running
-------
./ior -a LIBNFS [ior_options] [libnfs_options]
./mdtest -a LIBNFS [ior_options] [libnfs_options]
Options
-------
required:
--libnfs.url
A URL in RFC2224 style defining the nfs server, the path where the Benchmark will run und other options. For all options and URL Examples see the README of the libnfs Repo https://raw.githubusercontent.com/sahlberg/libnfs/refs/heads/master/README .