]> git.saurik.com Git - apple/system_cmds.git/blobdiff - latency.tproj/latency.1
system_cmds-643.1.1.tar.gz
[apple/system_cmds.git] / latency.tproj / latency.1
index 564eb90407568cbd966597fabe1f338b51cb2355..4e0eb3e6a24c8148d487abd8aacbf7895afe54ec 100644 (file)
@@ -8,7 +8,7 @@
 .Nd monitors scheduling and interrupt latency
 .Sh SYNOPSIS
 .Nm latency
-.Op Fl p
+.Op Fl p Ar priority
 .Op Fl h
 .Op Fl m
 .Op Fl st Ar threshold
@@ -55,11 +55,19 @@ either the interrupt or scheduling latency is exceeded.
 .It Fl n Ar kernel
 By default,
 .Nm latency
-acts on the default /mach_kernel.
+acts on the default /System/Library/Kernels/kernel.development.
 This option allows you to specify an alternate booted kernel.
 .\" ==========
 .It Fl p Ar priority
 Specifies the priority level to observe scheduler latencies for.
+The default is realtime (
+.Ar 97
+). A range of priorities to monitor
+can also be provided, for example
+.Ar 31-47
+or
+.Ar 0-127
+.
 .\" ==========
 .It Fl st Ar threshold
 Set the scheduler latency threshold in microseconds.