Fills a file on the filesystem with data. Useful for write speed tests.
Go to file
AnonymousShellScripter 650c669feb changed readme 2021-03-31 15:32:50 +02:00
Makefile makefile fix 2021-03-31 02:08:39 +02:00
README.md changed readme 2021-03-31 15:32:50 +02:00
filefiller.c write rate indication finally fixed 2021-03-31 04:48:40 +02:00

README.md

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