*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: boottrace | Section: 8 | Source: FreeBSD | File: boottrace.8.gz
BOOTTRACE(8) FreeBSD System Manager's Manual BOOTTRACE(8) NAME boottrace - trace command execution with boottrace(4) SYNOPSIS boottrace utility [argument ...] DESCRIPTION The boottrace utility executes the specified utility, creating two boottrace(4) trace entries before and after its execution. ENVIRONMENT The PATH environment variable is used to locate the requested utility if the name contains no `/' characters. EXIT STATUS If utility was executed successfully, its exit status is returned. If utility was found but could not be executed, an exit status of 126 is returned. If utility could not be found, an exit status of 127 is returned. EXAMPLES Execute the dumpon(8) utility, logging the trace entries: $ boottrace dumpon -z /dev/gpt/swap0 This will appear in the output of the kern.boottrace.log sysctl(8) node: CPU msecs delta process event PID CPUtime IBlks OBlks 0 63918567 0 kernel sysinit 0x2100001 0 0.00 0 0 [...] 0 64076940 120605 boottrace dumpon start 1602 0.00 0 0 0 64076942 2 boottrace dumpon done 1602 0.00 0 0 SEE ALSO boottrace(4), rc.subr(8) FreeBSD 14.1-RELEASE-p8 February 18, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options