]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/wpm.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / wpm.d.1m
1 .TH wpm.d 1m   "$Date:: 2007-09-12 #$" "USER COMMANDS"
2 .SH NAME
3 wpm.d - Measure words per minute of typing.
4 .SH SYNOPSIS
5 .B wpm.d
6 commandname
7 eg,
8 wpm.d bash
9 wpm.d vim
10 .SH DESCRIPTION
11 This script assumes that keystrokes arrive one at a time on STDIN. This
12 isn't the case for all processes that read keyboard input (eg, sh).
13 .SH OS
14 Solaris
15 .SH STABILITY
16 stable - Written in DTrace (Solaris 10 3/05).
17 .SH EXAMPLES
18 .TP
19 Default output,
20
21 .B wpm.d
22 .PP
23 .PP
24 .SH DOCUMENTATION
25 See the DTraceToolkit for further documentation under the 
26 Docs directory. The DTraceToolkit docs may include full worked
27 examples with verbose descriptions explaining the output.
28 .SH EXIT
29 wpm.d will run until Ctrl-C is hit.
30 .SH AUTHOR
31 Brendan Gregg
32 [CA, USA]
33 .SH SEE ALSO
34 dtrace(1M)