Fills a file on the filesystem with data. Useful for write speed tests.
Go to file
2021-03-31 05:40:11 +00:00
filefiller.c write rate indication finally fixed 2021-03-31 04:48:40 +02:00
Makefile makefile fix 2021-03-31 02:08:39 +02:00
README.md „README.md“ ändern 2021-03-31 05:40:11 +00:00

filefiller

Usage: filefiller file blocks

fills a file file with blocks blocks of size BLOCKSIZE

  • if TUI is defined, print statistics (progressbar size is defined in BARLEN)
  • if DEBUG is defined, print debug stuff

TODO

  • clean up code
  • add comments

DONE

  • add transfer speed indicator (time per block --> bitrate?)