ffsb.git
2 years agoRevert "Exit FFSB if filesystem can't be reused." 2/head
Xiubo Li [Thu, 6 May 2021 05:39:58 +0000 (13:39 +0800)]
Revert "Exit FFSB if filesystem can't be reused."

This reverts commit 63e4ab020e307762614fc6d474fb76a3e250d7ba.

2 years agoRevert "Add missing linebreak after error-message"
Xiubo Li [Thu, 6 May 2021 05:39:26 +0000 (13:39 +0800)]
Revert "Add missing linebreak after error-message"

This reverts commit da1232bfce338bbebab80c408a94d5fd4d182fa7.

11 years agoAdd missing linebreak after error-message
Dominik Bruhn [Wed, 25 Apr 2012 15:32:40 +0000 (17:32 +0200)]
Add missing linebreak after error-message

11 years agoChanged Version Number
Dominik Bruhn [Tue, 24 Apr 2012 14:16:51 +0000 (16:16 +0200)]
Changed Version Number

11 years agoChanged README
Dominik Bruhn [Mon, 23 Apr 2012 13:42:21 +0000 (15:42 +0200)]
Changed README

11 years agoAdded .gitignore
Dominik Bruhn [Mon, 23 Apr 2012 13:38:17 +0000 (15:38 +0200)]
Added .gitignore

11 years agoChanged to correct 64bit format-strings.
Dominik Bruhn [Mon, 23 Apr 2012 13:33:50 +0000 (15:33 +0200)]
Changed to correct 64bit format-strings.

Most of the format-strings for uint64_t were wrong. %llu is architecture
dependant whereas uint64_t is always 64bit long. The PRIu64 macro (from
inttypes.h) provides the correct formatstring.

11 years agoExit FFSB if filesystem can't be reused.
Dominik Bruhn [Mon, 23 Apr 2012 13:02:18 +0000 (15:02 +0200)]
Exit FFSB if filesystem can't be reused.

Change the FFSB behaviour if the reuse-flag of the filesystem is "1" but the
filesystem can not be reused: Previously FFSB created a new filesystem, now FFSB
fails with an error message.

11 years agoOutput the responseTime for each request issued.
Dominik Bruhn [Mon, 23 Apr 2012 12:37:06 +0000 (14:37 +0200)]
Output the responseTime for each request issued.

By outputting the individual response times for each request a better analysis
of the results is possible. It should be kept in mind that this accounting uses
some main memory for the storage.

11 years agoFix accounting for write-all operations
Dominik Bruhn [Mon, 23 Apr 2012 12:30:02 +0000 (14:30 +0200)]
Fix accounting for write-all operations

FFSB wrongly accounted writefile operations. The whole filesize was taken into
account and not only the amount written to the file. This lead to extremly high
throughputs.

11 years agoInitial import of FFSB 6.0rc2
Dominik Bruhn [Mon, 23 Apr 2012 11:55:17 +0000 (13:55 +0200)]
Initial import of FFSB 6.0rc2