]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/pidpersec.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / pidpersec.d.1m
1 .TH pidpersec.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 pidpersec.d \- print new PIDs per sec. Uses DTrace.
4 .SH SYNOPSIS
5 .B pidpersec.d
6 .SH DESCRIPTION
7 This script prints the number of new processes created per second.
8
9 Since this uses DTrace, only the root user or users with the
10 dtrace_kernel privilege can run this command.
11 .SH OS
12 Solaris
13 .SH STABILITY
14 stable - needs the proc provider.
15 .SH EXAMPLES
16 .TP
17 Print PID statistics per second,
18
19 .B pidpersec.d
20 .PP
21 .SH FIELDS
22 .TP
23 TIME
24 time, as a string
25 .TP
26 LASTPID
27 last PID created
28 .TP
29 PID/s
30 Number of processes created per second
31 .PP
32 .SH DOCUMENTATION
33 See the DTraceToolkit for further documentation under the 
34 Docs directory. The DTraceToolkit docs may include full worked
35 examples with verbose descriptions explaining the output.
36 .SH EXIT
37 pidpersec.d will run until Ctrl\-C is hit. 
38 .SH AUTHOR
39 Brendan Gregg
40 [Sydney, Australia]
41 .SH SEE ALSO
42 execsnoop(1M), dtrace(1M)