Date: Wed, 28 Dec 2005 12:42:12 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/netrate/juggle Makefile juggle.c Message-ID: <200512281242.jBSCgCqZ031220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-12-28 12:42:12 UTC FreeBSD src repository Added files: tools/tools/netrate/juggle Makefile juggle.c Log: Add 'juggle', a simple IPC micro-benchmark that uses various IPC types to perform varying number of small IPC operations. It runs using a single process and one thread, a single process and two threads, and using multiple processes. Critical to its performance measure are the cost and frequency of context switches, locking overhead, and threading performance. The benchmark generates .csv output appropriate for reading into a spreadsheet to generate summary statistics and perform statistical tests easily. Revision Changes Path 1.1 +10 -0 src/tools/tools/netrate/juggle/Makefile (new) 1.1 +588 -0 src/tools/tools/netrate/juggle/juggle.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512281242.jBSCgCqZ031220>