util: introduce iscsi-perf
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>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
AM_CPPFLAGS=-I../include "-D_U_=__attribute__((unused))" \
|
||||
"-D_R_(A,B)=__attribute__((format(printf,A,B)))"
|
||||
AM_CFLAGS=$(WARN_CFLAGS)
|
||||
AM_CFLAGS=$(WARN_CFLAGS) -lrt
|
||||
LDADD = ../lib/libiscsi.la
|
||||
|
||||
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-readcapacity16 \
|
||||
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-perf iscsi-readcapacity16 \
|
||||
iscsi-swp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user