logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lat_unix_connect - measure interprocess connection latency via UNIX sockets

Author

       Carl Staelin and Larry McVoy

       Comments, suggestions, and bug reports are always welcome.

(c)1994 Larry McVoy                                  $Date$                                  LAT_UNIX_CONNECT(8)

Description

lat_unix_connect  is  a  client/server  program  that  measures  interprocess connection latencies.   The
       benchmark times the creation and connection of an AF_UNIX socket to a local server.

       lat_connect has three forms of usage: as a server (-s), as a client  (lat_connect),  and  as  a  shutdown
       (lat_connect -S).

Name

       lat_unix_connect - measure interprocess connection latency via UNIX sockets

Output

       The reported time is in microseconds per connection.  Output format is like so

       UNIXconnectioncost:1006microseconds

See Also

lmbench(8).

Synopsis

lat_unix_connect-slat_unix_connect [ -P<parallelism> ] [ -W<warmups> ] [ -N<repetitions> ]
       lat_unix_connect-S

See Also