summaryrefslogtreecommitdiffstats
path: root/c_pgms
Commit message (Collapse)AuthorAgeFilesLines
* c_pgms/ping_pong: validate the arguments given properlyRaghavendra Bhat2011-09-211-6/+65
|
* c_pgms/ping_pong: changes in ping_pong for giving running time as an argumentRaghavendra Bhat2011-09-212-1/+211
| | | | | | | 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-202-0/+127
| | | | the argument
* separate INFO filesLakshmipathi2011-08-031-0/+13
|
* programs to truncate a file based on path as well as fd.Raghavendra Bhat2011-07-292-0/+56
| | | | Can be enhanced to write some truncate based application.
* program for monitoring the directory and sending mailRaghavendra Bhat2011-07-131-0/+87
|
* benchmarking application for calculating average time creation of different ↵Raghavendra Bhat2011-07-131-0/+290
| | | | file types
* Custom c programs for locking and multithreaded fopsRaghavendra Bhat2011-07-134-0/+602