diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2011-07-29 12:56:59 +0530 |
---|---|---|
committer | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2011-07-29 12:56:59 +0530 |
commit | 5733cc4bcb436bbb7c676173c72db182ae00fab9 (patch) | |
tree | e652125d7e7346bdbce6896524b660f36b7832e0 /INFO | |
parent | bb3a674ba1965a71e31d40f1ae41eb833de53a31 (diff) |
programs to truncate a file based on path as well as fd.
Can be enhanced to write some truncate based application.
Diffstat (limited to 'INFO')
-rw-r--r-- | INFO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ c_pgms/threaded_io ---> program for opening a file from multiple threads and eac 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 c_pgms/inotify.c ---> program which monitors a directory and sends mail whenever some files are created under it. Used for sending nightly sanity results. + +c_pgms/trucate ---> programs which truncates a file based on both path as well as fd on a file. Can be enhanced in future to write some truncate based applications. Used to verify bug 3077. ============================================================================================================================================ legacy/performance ---> legacy scripts (not currently in use) for getting performance statistics |