Stefan Weil
d7a8ab0f1e
Remove trailing blanks
...
The files touched here need a bug fix which is applied with the
following patch.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-03-07 09:54:38 +01:00
Ronnie Sahlberg
7ffce43dc9
iscsi-util.c: use PRIu64 instead of llu
...
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com >
2015-03-02 19:46:46 -08: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
Sitsofe Wheeler
04ff9584ee
iscsi-perf.c: Use %llu format string.
...
Compiling with clang gives a format warning like
iscsi-perf.c:98:53: error: format specifies type 'unsigned long' but the
argument has type 'uint64_t' (aka 'unsigned long long')
[-Werror,-Wformat]
so replace %lu with %llu where appropriate.
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com >
2015-03-01 16:12:13 +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