diff options
author | markj <markj@FreeBSD.org> | 2014-10-09 17:45:58 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2014-10-09 17:45:58 +0000 |
commit | 676e30ae51658b12ca2fb5b6a81cc4c501ef35ac (patch) | |
tree | ba520280828b80e57451569e00796eecd01c2b3e /cddl | |
parent | 2d1d129f30bbf9f9c2cb3aa5f6ba551a9677c8a8 (diff) | |
download | FreeBSD-src-676e30ae51658b12ca2fb5b6a81cc4c501ef35ac.zip FreeBSD-src-676e30ae51658b12ca2fb5b6a81cc4c501ef35ac.tar.gz |
Document the CPU+Pri_Class column rather than CPU+PRI, as the latter isn't
used or implemented on FreeBSD.
Reported by: kmacy
Reviewed by: kmacy, rpaulo
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 b/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 index b634d45..a725c8b 100644 --- a/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 +++ b/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 @@ -21,7 +21,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 24, 2013 +.Dd October 8, 2014 .Dt LOCKSTAT 1 .Os .Sh NAME @@ -238,10 +238,11 @@ Average duration of the events in nanoseconds, as appropriate for the event. For the profiling event, duration means interrupt latency. .It Lock Address of the lock; displayed symbolically if possible. -.It CPU+PIL -CPU plus processor interrupt level (PIL). -For example, if CPU 4 is interrupted while at PIL 6, this will be reported as -cpu[4]+6. +.It CPU+Pri_Class +CPU plus the priority class of the interrupted thread. +For example, if CPU 4 is interrupted while running a timeshare thread, this +will be reported as +.Ql cpu[4]+TShar . .It Caller Address of the caller; displayed symbolically if possible. .El |