this adds the very first version of iscsi-perf to measure throughput to and performance of an iscsi LUN. Signed-off-by: Peter Lieven <pl@kamp.de>
9 lines
247 B
Makefile
9 lines
247 B
Makefile
AM_CPPFLAGS=-I../include "-D_U_=__attribute__((unused))" \
|
|
"-D_R_(A,B)=__attribute__((format(printf,A,B)))"
|
|
AM_CFLAGS=$(WARN_CFLAGS) -lrt
|
|
LDADD = ../lib/libiscsi.la
|
|
|
|
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-perf iscsi-readcapacity16 \
|
|
iscsi-swp
|
|
|