• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Sep-201416

KQMPMMtest.cH A D04-Dec-201121.2 KiB

MakefileH A D01-Aug-20131.9 KiB

MPMMtest.cH A D04-Dec-201120 KiB

READMEH A D19-May-2008627

README

1MPMMTest / KQMPMMTest
2
3These tests measure the speed of IPC with mach messaging and kqueues. To build,
4simply run make. A 32- and 64-bit version of each test will be generated by
5default. Each test can be run without options:
6
7$ ./MPMMtest
81 server, 4 clients per server (4 total) 400000 messages... in 4.820 seconds
9  throughput in messages/sec:     82978.7
10  average message latency (usec): 12.1
11
12and will report the latency and throughput that the server achieved. The user
13can change the number of servers and clients, the flavor of message, and other
14variables with command line options--run './MPMMtest -h' for details.
15
16