lat_fifo.8 860 B

123456789101112131415161718192021222324252627
  1. .\" $Id$
  2. .TH LAT_FIFO 8 "$Date$" "(c)1994 Larry McVoy" "LMBENCH"
  3. .SH NAME
  4. lat_fifo \- measure named pipe (FIFO) latencies
  5. .SH SYNOPSIS
  6. .B lat_fifo
  7. .SH DESCRIPTION
  8. .B lat_fifo
  9. uses two processes communicating through a named pipe to measure
  10. interprocess communication latencies.
  11. The benchmark passes a token back and forth between the two processes
  12. (this sort of benchmark is frequently referred to as a ``hot potato''
  13. benchmark).
  14. No other work is done in the processes.
  15. .SH OUTPUT
  16. The reported time is in microseconds per round trip and includes the
  17. total time, i.e., the context switching overhead is included.
  18. Output format is like so
  19. .sp
  20. .ft CB
  21. FIFO latency: 491 microseconds
  22. .ft
  23. .SH ACKNOWLEDGEMENT
  24. Funding for the development of
  25. this tool was provided by Sun Microsystems Computer Corporation.
  26. .SH "SEE ALSO"
  27. lmbench(8), mknod(2), read(2), write(2).