diff options
author | Raghavendra Bhat <raghavendrambk@gmail.com> | 2011-07-13 18:19:56 +0530 |
---|---|---|
committer | Raghavendra Bhat <raghavendrambk@gmail.com> | 2011-07-13 18:19:56 +0530 |
commit | cedf827e511a41f6335fbf3e66ce111eb01bd1d0 (patch) | |
tree | 8799cb9b52bd9c87fa1ff3965c809104568e9aa1 /INFO | |
parent | f71a1e3618b5f095a5f8421308323f08bda2a5e5 (diff) |
benchmarking application for calculating average time creation of different file types
Diffstat (limited to 'INFO')
-rw-r--r-- | INFO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ community-scripts/locks/lock.php ---> Bug 1017 - Locking deadlock when upgrading c_pgms/locking ---> programs (both for file as well as directory) for doing open, lock (fcntl and flock), write, close on an fd multiple times to check for a leak in some memory type of the glusterfs process. (bug number 3025) c_pgms/threaded_io ---> program for opening a file from multiple threads and each thread doing some operation such as stat, write & truncate, read, chown etc on multiple fds + +c_pgms/create_bench(create.c) ---> benchmarking application for taking average time duration needed for the creation of different types of files such as regular file, directory, FIFO, character and block device special files ============================================================================================================================================
\ No newline at end of file |