12345678910111213141516171819202122232425 |
- .\" $Id$
- .TH LAT_UNIX_CONNECT 8 "$Date$" "(c)1994 Larry McVoy" "LMBENCH"
- .SH NAME
- lat_unix_connect \- measures interprocess connection latency through Unix sockets
- .SH SYNOPSIS
- .B lat_unix_connect
- .SH DESCRIPTION
- .B lat_unix_connect
- uses two processes communicating through a Unix socket to measure interprocess
- communication latencies. The benchmark passes a token back and forth between
- the two processes (this sort of benchmark is frequently referred to as a
- ``hot potato'' benchmark). No other work is done in the processes.
- .SH OUTPUT
- The reported time is in microseconds per round trip and includes the total
- time, i.e., the context switching overhead is included.
- Output format is like so
- .sp
- .ft CB
- AF_UNIX sock stream latency: 491 microseconds
- .ft
- .SH ACKNOWLEDGEMENT
- Funding for the development of
- this tool was provided by Sun Microsystems Computer Corporation.
- .SH "SEE ALSO"
- lmbench(8), lat_connect(8), socket(2), bind(2), connect(2), listen(2).
|