summaryrefslogtreecommitdiff
path: root/static/v10/man1/rates.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/rates.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/rates.1')
-rw-r--r--static/v10/man1/rates.161
1 files changed, 61 insertions, 0 deletions
diff --git a/static/v10/man1/rates.1 b/static/v10/man1/rates.1
new file mode 100644
index 00000000..c57813c1
--- /dev/null
+++ b/static/v10/man1/rates.1
@@ -0,0 +1,61 @@
+.TH RATES 1 SHARE
+.SH NAME
+rates \- show system share scheduling rates by scheduling group
+.SH SYNOPSIS
+.B rates
+[-Kn] [-cn] [-sn] [-u]
+.SH DESCRIPTION
+.I Rates
+prints a table of rates by scheduling group,
+which purports to show the share of the system being allocated to each group
+of users.
+In particular,
+it is possible to compare the actual working rate with the intended
+and effective share.
+.PP
+The table contains `#'s to indicate rate of consumption of resources
+for each group,
+an `I' indicating the intended share,
+and (if different) an '!' indicating the effective share.
+Any difference between intended and effective share is caused
+by the recent history of usage.
+.P
+Invoked without arguments,
+.I Rates
+will print the table and exit.
+The flags affect operation as follows:-
+.RS 2
+.TP 10
+.ul
+flag
+.ul
+meaning
+.TP
+.BI -K n
+Set the
+.I half-life
+for decaying the displayed rate to
+.B n
+seconds [default 4].
+.TP
+.BI -c n
+Continuous operation, where
+.BR n ,
+if present, limits the number of cycles.
+.TP
+.BI -s n
+Delay time between updates becomes
+.B n
+seconds [default 4].
+.TP
+.BI -u
+The display will show users,
+instead of scheduling groups.
+.SH EXAMPLES
+.RS 4
+\fBrates -c | dis\fR
+.SH SEE ALSO
+dis(1),
+shstats(1),
+ustats(1),
+share(5).