diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-12-25 11:38:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-12-27 21:32:22 +0000 |
commit | 6fe8fbdc1cdd8308fc0212d5324a73a3d7497fe5 (patch) | |
tree | 632bd0ad2f1dcfcccca0c09157a465b15a054fc4 /usr.bin/systat | |
parent | 2ae58414722b613f5e73be8e01602c2c9991f42a (diff) |
Statistics are for threads, not processes
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/systat.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 802c7cd7614a..d2eeb2854816 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -333,7 +333,7 @@ Finally the last column shows the number of kilobytes in physical pages on the free list. .Pp Below the memory display is a list of the -average number of processes (over the last refresh interval) +average number of threads (over the last refresh interval) that are runnable (`r'), in page wait (`p'), in disk wait other than paging (`d'), sleeping (`s'), and swapped out but desiring to run (`w'). |