lat_sig.8 772 B

12345678910111213141516171819202122232425262728293031
  1. .\" $Id$
  2. .TH LAT_SIG 8 "$Date$" "(c)1994 Larry McVoy" "LMBENCH"
  3. .SH NAME
  4. lat_sig \- measure signal handling latencies
  5. .SH SYNOPSIS
  6. .B lat_sig
  7. .I "install|catch|prot"
  8. .I <file>
  9. .SH DESCRIPTION
  10. .B lat_sig
  11. measures the time to install or catch signals.
  12. It can also measure the time to handle a memory protection fault.
  13. .B lat_sig
  14. only requires the
  15. .I file
  16. argument when measuring protection fault latency.
  17. .SH OUTPUT
  18. Output formats are like so:
  19. .ft CB
  20. .br
  21. Signal handler installation: 9.564 microseconds
  22. .br
  23. Signal handler overhead: 33.484 microseconds
  24. .br
  25. Protection fault: 11.925 microseconds
  26. .ft
  27. .SH ACKNOWLEDGEMENT
  28. Funding for the development of
  29. this tool was provided by Sun Microsystems Computer Corporation.
  30. .SH "SEE ALSO"
  31. lmbench(8), sigaction(2), kill(2), mmap(2).