summaryrefslogtreecommitdiffstats
path: root/c_pgms/INFO
Commit message (Collapse)AuthorAgeFilesLines
* c_pgms/truncte_write.c: program which creates a sparse file and writes at ↵Raghavendra Bhat2011-10-051-0/+2
| | | | | | | | some offset This program creats a file if it does not exist (filename given as an argument), opens it truncates it to the size mentioned in the argument (default 5GB), then writes some data to some offset. Thus in general creates a sparse file and write into it.
* c_pgms/ping_pong: changes in ping_pong for giving running time as an argumentRaghavendra Bhat2011-09-211-1/+5
| | | | | | | ping_pong used to run indefinitely before. Now the locking functionality is made to run in a separate thread and the main thread sleeps for the number of seconds specified as a command line argument. By default it runs for 600 seconds.
* modified fs-perf-test to allow number of files to be opened to be given as ↵Raghavendra Bhat2011-09-201-0/+2
| | | | the argument
* separate INFO filesLakshmipathi2011-08-031-0/+13