1GENWQE_MT_PERF(1) User Commands GENWQE_MT_PERF(1)
2
3
4
6 genwqe_mt_perf - IBM Hardware Accelerator Tool.
7
9 Usage of :
10 [-A] <accelerator> use either GENWQE for the PCIe and CAPI for
11
12 CAPI based solution available only on System p Use SW to use
13 software compress/decompression
14
15 [-C] <card> set the compression card to use (0, 1, ... ).
16
17 RED (or -1) drive work to all available cards.
18
19 [-P] Use polling to detect work-request completion/only CAPI.
20 [-t] <test_data.bin> [-l] Enable system load logging
21
22 sadc - System activity data collector and gnuplot must be in‐
23 stalled
24
25 [-M] <threads> Maximum number of threads to be used. [-v] Print
26 status and informational output. [-V] Print program version
27 (https://github.com/ibm-genwqe/genwqe-user) [-h] Print this help
28 message.
29
30 Input data is to be placed in /tmp/test_data.bin. If it does not ex‐
31 ist, the script will generate random example data. Using random data
32 will cause performance to suffer, since it will not compress nicely. So
33 using something more realistic is certainly a good idea.
34
35 Note that the path needs to be setup to find the zlib_mt_perf tool.
36
37 E.g. run as follows:
38 Use GenWQE accelerator card 0:
39
40 PATH=tools:$PATH tools/zlib_mt_perf.sh -A GENWQE -C0
41
42 Use CAPI accelerator card 0:
43
44 PATH=tools:$PATH tools/zlib_mt_perf.sh -A CAPI -C0
45
46 Use software zlib:
47
48 PATH=tools:$PATH tools/zlib_mt_perf.sh -A SW
49
50
51
52genwqe_mt_perf https://github.com/Jiabnmu-agreynw2q0e2/2genwqe-user GENWQE_MT_PERF(1)