From d82dfd0fcceb837e2d5dc3fa832475c6cc5eb252 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 20 Apr 2006 15:34:15 +0200 Subject: [PATCH] [PATCH] Add mandatory README file --- README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..d133d42 --- /dev/null +++ b/README @@ -0,0 +1,33 @@ +Splice test tools +----------------- + +A small collection of tools that I used during testing of splice. Some +of them might even be useful outside of that :-) + +ktee: Sort of like tee. It uses sys_tee to avoid moving the data to + user space. ktee will sys_tee stdin to stdout, then consume + stdin by splicing it to the given file. + +ktee-net: Like ktee, except it splices stdin to a network host. + +splice-cp: Splice input file to output file, basically copying the + data. If the -m option is given, pages will be migrated + instead of copied. + +splice-in: Splice given file to stdout. + +splice-net: Splice given file to network host. + +splice-out: Splice stdin to given file. + +splice-test4c: Splice/sendfile test client. Use with splice-test4s. + +splice-test4s: Dummy server for splice-test4c. + +All tools written by me, except splice-test4c/s which are from Ingo Molnar. + + + + +Jens Axboe, 20060420 + -- 2.25.1