Chris Zankel
|
e186169064
|
build: fix 'out-of-tree' build
Prefix include paths with '${srcdir}' to allow 'out-of-tree' builds:
cd $BUILD
$LIBISCSI/configure
make
Signed-off-by: Chris Zankel <chris@zankel.net>
|
2015-04-22 18:18:14 -07:00 |
|
Sitsofe Wheeler
|
7c6a3e4a0b
|
iscsi-perf: Use gettimeofday if clock_gettime is unavailable
clock_gettime doesn't existing on OS X
(http://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x
) so add an autoconf test to check if the platform has it and fall back
on gettimeofday if not.
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
|
2015-03-01 16:15:51 +00:00 |
|
Peter Lieven
|
433b3384e6
|
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>
|
2014-11-25 16:08:29 +01:00 |
|
Ronnie Sahlberg
|
c07779cfa7
|
AUTOTOOLS: Add a Makefile.am for the iscsi-* utilities
|
2014-03-22 13:10:19 -07:00 |
|