summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:38:11 +0530
committerRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:38:11 +0530
commit4df4133f02f57b7a185d7d9f6a7939562859c3fc (patch)
treef90249e0f46027f4d0f6094d3c98c766b75ed8cd
parent7bf9c6c7a7cbe2bc95528eecdc3e73f023fc7f5b (diff)
INFO file update
-rw-r--r--INFO2
1 files changed, 2 insertions, 0 deletions
diff --git a/INFO b/INFO
index 1a76532..d9bc223 100644
--- a/INFO
+++ b/INFO
@@ -19,6 +19,8 @@ c_pgms/locking ---> programs (both for file as well as directory) for doing ope
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
+
+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.
============================================================================================================================================
legacy/performance ---> legacy scripts (not currently in use) for getting performance statistics