https://github.com/linux-rdma/qperf
https://github.com/linux-rdma/qperf
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linux-rdma/qperf
- Owner: linux-rdma
- License: gpl-2.0
- Created: 2017-02-09T17:41:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T18:47:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T07:36:34.383Z (about 1 year ago)
- Language: C
- Size: 133 KB
- Stars: 86
- Watchers: 6
- Forks: 37
- Open Issues: 17
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
To build
./cleanup
./autogen.sh
./configure
make
Changing version
* src/qperf.c: Change VER_MAJ, VER_MIN and VER_INC.
* configure.in: Change in AC_INIT and AM_INIT_AUTOMAKE
* qperf.spec: Change line beginning with Version:
* Note ensure that qperf.spec is modified last so that cleanup does not
delete it.
Notes
* If the library ibverbs is not found, a version of qperf is built that
does not support the RDMA tests.
* Running "make clean" does not seem to clean up everything. Run
"./cleanup" instead.