]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/shortlived.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 / shortlived.d.1m
1 .TH shortlived.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 shortlived.d \- check short lived process time. Uses DTrace.
4 .SH SYNOPSIS
5 .B shortlived.d
6 .SH DESCRIPTION
7 shortlived.d is a DTrace program to measure the time consumed by
8 short lived processes. 
9
10 Many short lived processes can be a burden on the system, and may be
11 the cause of performance problems. This program can help identify
12 that case.
13
14 Since this uses DTrace, only the root user or users with the
15 dtrace_kernel privilege can run this command.
16 .SH OS
17 Solaris
18 .SH STABILITY
19 stable - needs the syscall and proc providers.
20 .SH EXAMPLES
21 .TP
22 This prints a report after Ctrl\-C has been hit,
23
24 .B shortlived.d
25 .PP
26 .SH DOCUMENTATION
27 See the DTraceToolkit for further documentation under the 
28 Docs directory. The DTraceToolkit docs may include full worked
29 examples with verbose descriptions explaining the output.
30 .SH EXIT
31 shortlived.d will run until Ctrl\-C is hit to end the sample. 
32 .SH AUTHOR
33 Brendan Gregg
34 [Sydney, Australia]
35 .SH SEE ALSO
36 dtrace(1M), truss(1)
37