diff options
author | John Baldwin <jhb@FreeBSD.org> | 2011-07-11 16:48:52 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2011-07-11 16:48:52 +0000 |
commit | 51f202e9eda2c96a83444e213239bb267eb4ab47 (patch) | |
tree | 24dbd2ed39f324b805699359b163b92f96dd4012 /contrib/top/top.X | |
parent | e24134bc0ed53f9d85377c4a645f2e86c9dc677c (diff) | |
download | src-51f202e9eda2c96a83444e213239bb267eb4ab47.tar.gz src-51f202e9eda2c96a83444e213239bb267eb4ab47.zip |
Allow per-CPU statistics to be toggled at runtime via the 'P' key.
While here, make -P a toggle similar to other options such as -I.
Reviewed by: arundel
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=223936
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index 7c93a2e64277..9c54f85637e8 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -205,6 +205,7 @@ The options .BR \-H , .BR \-I , .BR \-j , +.BR \-P , .BR \-S , .BR \-t , .BR \-u , @@ -314,6 +315,9 @@ Toggle the display of .IR jail (8) ID. .TP +.B P +Toggle the display of per-CPU statistics. +.TP .B t Toggle the display of the .I top |