It's a simple program designed for testing performance of filesystems in basic I/O and file operations.
Be the first to post a text review of FS-Tester. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Fri 2004-09-10 21:27 Athantor <athantor@megapolis.pl> Released version 0.3. Fri 2004-09-10 21:01 Athantor <athantor@megapolis.pl> * src/main.c: Cleaned up. Fri 2004-09-10 20:13 Athantor <athantor@megapolis.pl> * src/file_str_append_rand.c, include/file_str_append_rand.h, src/main.c: Added streamed appending on random files. * src/file_str_append_rand.c, include/file_str_append_rand.h: New files. Fri 2004-09-10 19:41 Athantor <athantor@megapolis.pl> * src/file_str_append.c, include/file_str_append.h, src/main.c: Added streamed appending. * src/file_str_append.c, include/file_str_append.h: New files. Fri 2004-09-10 19:38 Athantor <athantor@megapolis.pl> * src/main.c: Fixed args checking. Fri 2004-09-10 19:05 Athantor <athantor@megapolis.pl> * src/file_str_read_rand.c, include/file_str_read_rand.h, src/main.c: Added streamed random reading. * src/file_str_read_rand.c, include/file_str_read_rand.h: New files. Sat 2004-09-04 19:35 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Limited showing of total written MiB-s in results to two decimal places. Sat 2004-09-04 19:30 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Removed not-streamed versions of function in per-char procdures. Sat 2004-09-04 19:09 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Changed redundant file descriptor checkings to one useful. Sat 2004-09-04 19:02 Athantor <athantor@megapolis.pl> * src/file_str_cr_var.c, include/file_str_cr_var.h, src/main.c: Added creation various sized files with fwrite(). * src/file_str_cr_var.c, include/file_str_cr_var.h: New files. Sat 2004-09-04 18:03 Athantor <athantor@megapolis.pl> * src/file_str_cr_dir_n_fls.c, include/file_str_cr_dir_n_fls.h, src/main.c: Added creating dirs and files with fwrite(). * src/file_str_cr_dir_n_fls.c, include/file_str_cr_dir_n_fls.h: New files. Sat 2004-09-04 17:43 Athantor <athantor@megapolis.pl> * src/file_str_read_big.c, include/file_str_read_big.h, src/main.c: Added reading one file with fread(). * src/file_str_read_big.c, include/file_str_read_big.h: New files. Sat 2004-09-04 16:38 Athantor <athantor@megapolis.pl> * src/file_str_cr_big.c, include/file_str_cr_big.h, src/main.c: Added creating one file with fwrite(). * src/file_str_cr_big.c, include/file_str_cr_big.h: New files. Sat 2004-09-04 00:11 Athantor <athantor@megapolis.pl> * src/file_str_create_empty.c, include/file_str_create_empty.h, src/main.c: Added empty files creating with fopen(). * src/file_str_create_empty.c, include/file_str_create_empty.h: New files. Fri 2004-09-03 23:44 Athantor <athantor@megapolis.pl> * src/file_str_create_15K.c, include/file_str_create_15K.h, src/main.c: Added writing 15K files with fwrite(). * src/file_str_create_15K.c, include/file_str_create_15K.h: New files. Fri 2004-09-03 23:21 Athantor <athantor@megapolis.pl> * src/file_str_read.c, include/file_str_read.h, src/main.c: Added reading 15K files with fread(). * src/file_str_read.c, include/file_str_read.h: New files. Fri 2004-09-03 18:53 Athantor <athantor@megapolis.pl> * src/file_read_big.c, include/file_read_big.h, src/main.c: Added per-char reading. Fri 2004-09-03 17:21 Athantor <athantor@megapolis.pl> * src/file_cr_big.c, include/file_cr_big.h, src/main.c Added per-char writing. Thu 2004-09-02 02:48 Athantor <athantor@megapolis.pl> * configure.in: Cleaned up. Thu 2004-09-02 02:48 Athantor <athantor@megapolis.pl> * configure.in: Added types checking. Wed 2004-09-01 22:01 Athantor <athantor@megapolis.pl> * src/file_read_big.c, include/file_read_big.c, src/main.c: Added big file reading. * src/file_read_big.c, include/file_read_big.h: New files. Wed 2004-09-01 20:46 Athantor <athantor@megapolis.pl> * src/file_cr_big.c, include/file_cr_big.c, src/main.c: Added big file creating. * src/file_cr_big.c, include/file_cr_big.h: New files. Sun 2004-08-29 00:23 Athantor <athantor@megapolis.pl> * configure.in: Added functions checking. Sat 2004-08-28 23:51 Athantor <athantor@megapolis.pl> * src/file_read.c: Removed post() and added not-measured fflush() in file_read_getc. Sat 2004-08-28 23:38 Athantor <athantor@megapolis.pl> * src/file_create_15K.c: Changed unneeded low-level file functions to the on-stream operating ones. Sat 2004-08-28 21:30 Athantor <athantor@megapolis.pl> * FS-Teser: Relased v 0.2 Sat 2004-08-28 20:03 Athantor <athantor@megapolis.pl> * src/main.c: Cleaned up. Sat 2004-08-28 20:03 Athantor <athantor@megapolis.pl> * src/file_stat_rand.c, src/main.c: Added random stat-ing. * src/file_stat_rand.c, include/file_stat_rand.c: New files. Sat 2004-08-28 19:34 Athantor <athantor@megapolis.pl> * ChangeLog: Fixed paths :-) Sat 2004-08-28 19:34 Athantor <athantor@megapolis.pl> * src/file_append_rand.c, include/file_append_rand.h: Added appending random files and appending in random places of random files. Sat 2004-08-28 19:18 Athantor <athantor@megapolis.pl> * src/main.c: Changed the -R switch from random reading to random (almost) everything. * src/file_append_rand.c, * include/file_append_rand.h, src/file_truncate_rand.c, include/file_truncate_rand.h: Moved random functions to separate files. * src/file_append_rand.c, * src/file_append_rand.h, src/file_truncate_rand.c, src/file_truncate_rand.h: New files. Fri 2004-08-27 19:59 Athantor <athantor@megapolis.pl> * configure.in : Fixed headers checking. Fri 2004-08-27 19:10 Athantor <athantor@megapolis.pl> * src/pre.c: Fixed detecting whether last file does exist or not. Fri 2004-08-27 19:07 Athantor <athantor@megapolis.pl> * src/file_stat.c, include/file_stat.h, src/main.c: Aded test measuring speed of stat-ing files. * src/file_stat.c, include/file_stat.h: New files. Fri 2004-08-27 18:19 Athantor <athantor@megapolis.pl> * src/file_truncate.c, include/file_truncate.h, src/main.c: Added random truncation. Wen 2004-08-25 19:46 Athantor <athantor@megapolis.pl> * src/file_truncate.c, include/file_truncate.h: New files. * src/main.c: Added test measuring speed of file truncation. Tue 2004-08-24 19:58 Athantor <athantor@megapolis.pl>: * src/file_append.c, src/file_chmod.c, src/file_create_15K.c, src/file_create_dirs.c,src/file_create_dirs_n_files.c, src/file_create_empty.c, src/file_create_var.c, src/file_del.c, src/file_read.c, src/file_read_rand.c, src/file_syml.c: Transfer rates in MiB/s + Files/s and total size of created/readed files are now shown in test results. Tue 2004-08-24 19:31 Athantor <athantor@megapolis.pl>: * src/file_create_dirs_n_files.c: Removed unneeded open(). Tue 2004-08-24 19:08 Athantor <athantor@megapolis.pl>: * src/file_create_var: Moved file crating open() in file_create_var() from if blocks. Tue 2004-08-24 18:22 Athantor <athantor@megapolis.pl>: * src/pre.c: - Moved here time calculating funcrion from other files - Added functions calculating speed [in MiB/s and Files/s(F/s)] of operations. * include/pre.h: Likewise Wed 2004-08-17 13:16 Athantor <athantor@megapolis.pl>: * src/file_append.c: Changed fsync()/lseek() to fflush()/fseek() in per-char operation, since putc() operatens on streams. Tue 2004-08-17 18:52 Athantor <athantor@megapolis.pl>: * src/file_read.c, src/file_read_rand.c: Added functions reading content of file through getc(). * include/file_read.h, include/file_read_rand.h: Likewise. Tue 2004-08-17 18:36 Athantor <athantor@megapolis.pl>: * src/file_append.c, src/file_create1_15K.c, src/file_create_var.c, src/create_dirs_n_files.c: Added functions writing content of file through putc(). * include/file_append.h, include/file_create_15K.h, include/file_create_var.h, include/create_dirs_n_files.c: Likewise. Tue 2004-08-17 02:37 Athantor <athantor@megapolis.pl>: * src/file_append.c: Added file_append_rand() - randomly appending function. * include/file_append.h: Likewise. Tue 2004-08-17 01:23 Athantor <athantor@megapolis.pl>: * src/file_read.c, src/file_read_rand.c: Added file_read_fgetc function reading file with fgetc(). Mon 2004-08-16 19:06 Athantor <athantor@megapolis.pl>: * src/*.c: Added colors. Mon 2004-08-16 17:12 Athantor <athantor@megapolis.pl>: * src/main.c: Corrected few typos and slightly changed the error comunicates. Mon 2004-08-16 02:34 Athantor <athantor@megapolis.pl>: * FS-Tester: Created.
Fri 2004-09-10 21:27 Athantor <athantor@megapolis.pl> Released version 0.3. Fri 2004-09-10 21:01 Athantor <athantor@megapolis.pl> * src/main.c: Cleaned up. Fri 2004-09-10 20:13 Athantor <athantor@megapolis.pl> * src/file_str_append_rand.c, include/file_str_append_rand.h, src/main.c: Added streamed appending on random files. * src/file_str_append_rand.c, include/file_str_append_rand.h: New files. Fri 2004-09-10 19:41 Athantor <athantor@megapolis.pl> * src/file_str_append.c, include/file_str_append.h, src/main.c: Added streamed appending. * src/file_str_append.c, include/file_str_append.h: New files. Fri 2004-09-10 19:38 Athantor <athantor@megapolis.pl> * src/main.c: Fixed args checking. Fri 2004-09-10 19:05 Athantor <athantor@megapolis.pl> * src/file_str_read_rand.c, include/file_str_read_rand.h, src/main.c: Added streamed random reading. * src/file_str_read_rand.c, include/file_str_read_rand.h: New files. Sat 2004-09-04 19:35 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Limited showing of total written MiB-s in results to two decimal places. Sat 2004-09-04 19:30 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Removed not-streamed versions of function in per-char procdures. Sat 2004-09-04 19:09 Athantor <athantor@megapolis.pl> * src/file_create_var.c: Changed redundant file descriptor checkings to one useful. Sat 2004-09-04 19:02 Athantor <athantor@megapolis.pl> * src/file_str_cr_var.c, include/file_str_cr_var.h, src/main.c: Added creation various sized files with fwrite(). * src/file_str_cr_var.c, include/file_str_cr_var.h: New files. Sat 2004-09-04 18:03 Athantor <athantor@megapolis.pl> * src/file_str_cr_dir_n_fls.c, include/file_str_cr_dir_n_fls.h, src/main.c: Added creating dirs and files with fwrite(). * src/file_str_cr_dir_n_fls.c, include/file_str_cr_dir_n_fls.h: New files. Sat 2004-09-04 17:43 Athantor <athantor@megapolis.pl> * src/file_str_read_big.c, include/file_str_read_big.h, src/main.c: Added reading one file with fread(). * src/file_str_read_big.c, include/file_str_read_big.h: New files. Sat 2004-09-04 16:38 Athantor <athantor@megapolis.pl> * src/file_str_cr_big.c, include/file_str_cr_big.h, src/main.c: Added creating one file with fwrite(). * src/file_str_cr_big.c, include/file_str_cr_big.h: New files. Sat 2004-09-04 00:11 Athantor <athantor@megapolis.pl> * src/file_str_create_empty.c, include/file_str_create_empty.h, src/main.c: Added empty files creating with fopen(). * src/file_str_create_empty.c, include/file_str_create_empty.h: New files. Fri 2004-09-03 23:44 Athantor <athantor@megapolis.pl> * src/file_str_create_15K.c, include/file_str_create_15K.h, src/main.c: Added writing 15K files with fwrite(). * src/file_str_create_15K.c, include/file_str_create_15K.h: New files. Fri 2004-09-03 23:21 Athantor <athantor@megapolis.pl> * src/file_str_read.c, include/file_str_read.h, src/main.c: Added reading 15K files with fread(). * src/file_str_read.c, include/file_str_read.h: New files. Fri 2004-09-03 18:53 Athantor <athantor@megapolis.pl> * src/file_read_big.c, include/file_read_big.h, src/main.c: Added per-char reading. Fri 2004-09-03 17:21 Athantor <athantor@megapolis.pl> * src/file_cr_big.c, include/file_cr_big.h, src/main.c Added per-char writing. Thu 2004-09-02 02:48 Athantor <athantor@megapolis.pl> * configure.in: Cleaned up. Thu 2004-09-02 02:48 Athantor <athantor@megapolis.pl> * configure.in: Added types checking. Wed 2004-09-01 22:01 Athantor <athantor@megapolis.pl> * src/file_read_big.c, include/file_read_big.c, src/main.c: Added big file reading. * src/file_read_big.c, include/file_read_big.h: New files. Wed 2004-09-01 20:46 Athantor <athantor@megapolis.pl> * src/file_cr_big.c, include/file_cr_big.c, src/main.c: Added big file creating. * src/file_cr_big.c, include/file_cr_big.h: New files. Sun 2004-08-29 00:23 Athantor <athantor@megapolis.pl> * configure.in: Added functions checking. Sat 2004-08-28 23:51 Athantor <athantor@megapolis.pl> * src/file_read.c: Removed post() and added not-measured fflush() in file_read_getc. Sat 2004-08-28 23:38 Athantor <athantor@megapolis.pl> * src/file_create_15K.c: Changed unneeded low-level file functions to the on-stream operating ones. Sat 2004-08-28 21:30 Athantor <athantor@megapolis.pl> * FS-Teser: Relased v 0.2 Sat 2004-08-28 20:03 Athantor <athantor@megapolis.pl> * src/main.c: Cleaned up. Sat 2004-08-28 20:03 Athantor <athantor@megapolis.pl> * src/file_stat_rand.c, src/main.c: Added random stat-ing. * src/file_stat_rand.c, include/file_stat_rand.c: New files. Sat 2004-08-28 19:34 Athantor <athantor@megapolis.pl> * ChangeLog: Fixed paths :-) Sat 2004-08-28 19:34 Athantor <athantor@megapolis.pl> * src/file_append_rand.c, include/file_append_rand.h: Added appending random files and appending in random places of random files. Sat 2004-08-28 19:18 Athantor <athantor@megapolis.pl> * src/main.c: Changed the -R switch from random reading to random (almost) everything. * src/file_append_rand.c, * include/file_append_rand.h, src/file_truncate_rand.c, include/file_truncate_rand.h: Moved random functions to separate files. * src/file_append_rand.c, * src/file_append_rand.h, src/file_truncate_rand.c, src/file_truncate_rand.h: New files. Fri 2004-08-27 19:59 Athantor <athantor@megapolis.pl> * configure.in : Fixed headers checking. Fri 2004-08-27 19:10 Athantor <athantor@megapolis.pl> * src/pre.c: Fixed detecting whether last file does exist or not. Fri 2004-08-27 19:07 Athantor <athantor@megapolis.pl> * src/file_stat.c, include/file_stat.h, src/main.c: Aded test measuring speed of stat-ing files. * src/file_stat.c, include/file_stat.h: New files. Fri 2004-08-27 18:19 Athantor <athantor@megapolis.pl> * src/file_truncate.c, include/file_truncate.h, src/main.c: Added random truncation. Wen 2004-08-25 19:46 Athantor <athantor@megapolis.pl> * src/file_truncate.c, include/file_truncate.h: New files. * src/main.c: Added test measuring speed of file truncation. Tue 2004-08-24 19:58 Athantor <athantor@megapolis.pl>: * src/file_append.c, src/file_chmod.c, src/file_create_15K.c, src/file_create_dirs.c,src/file_create_dirs_n_files.c, src/file_create_empty.c, src/file_create_var.c, src/file_del.c, src/file_read.c, src/file_read_rand.c, src/file_syml.c: Transfer rates in MiB/s + Files/s and total size of created/readed files are now shown in test results. Tue 2004-08-24 19:31 Athantor <athantor@megapolis.pl>: * src/file_create_dirs_n_files.c: Removed unneeded open(). Tue 2004-08-24 19:08 Athantor <athantor@megapolis.pl>: * src/file_create_var: Moved file crating open() in file_create_var() from if blocks. Tue 2004-08-24 18:22 Athantor <athantor@megapolis.pl>: * src/pre.c: - Moved here time calculating funcrion from other files - Added functions calculating speed [in MiB/s and Files/s(F/s)] of operations. * include/pre.h: Likewise Wed 2004-08-17 13:16 Athantor <athantor@megapolis.pl>: * src/file_append.c: Changed fsync()/lseek() to fflush()/fseek() in per-char operation, since putc() operatens on streams. Tue 2004-08-17 18:52 Athantor <athantor@megapolis.pl>: * src/file_read.c, src/file_read_rand.c: Added functions reading content of file through getc(). * include/file_read.h, include/file_read_rand.h: Likewise. Tue 2004-08-17 18:36 Athantor <athantor@megapolis.pl>: * src/file_append.c, src/file_create1_15K.c, src/file_create_var.c, src/create_dirs_n_files.c: Added functions writing content of file through putc(). * include/file_append.h, include/file_create_15K.h, include/file_create_var.h, include/create_dirs_n_files.c: Likewise. Tue 2004-08-17 02:37 Athantor <athantor@megapolis.pl>: * src/file_append.c: Added file_append_rand() - randomly appending function. * include/file_append.h: Likewise. Tue 2004-08-17 01:23 Athantor <athantor@megapolis.pl>: * src/file_read.c, src/file_read_rand.c: Added file_read_fgetc function reading file with fgetc(). Mon 2004-08-16 19:06 Athantor <athantor@megapolis.pl>: * src/*.c: Added colors. Mon 2004-08-16 17:12 Athantor <athantor@megapolis.pl>: * src/main.c: Corrected few typos and slightly changed the error comunicates. Mon 2004-08-16 02:34 Athantor <athantor@megapolis.pl>: * FS-Tester: Created.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?