diff options
author | Wasif Malik and Johannes Huning <[email protected]> | 2014-11-28 17:53:50 +0100 |
---|---|---|
committer | Johannes Huning <[email protected]> | 2015-05-26 15:14:44 +0200 |
commit | 3de8be10b12bcf8520cc1ec58ae4f8d123b7fe2f (patch) | |
tree | 2c9a97af38651101a511ca1866f4de6312c576da /lib/os_mon/doc | |
parent | f3a4db8368719fa31374c28ab35c2584add79bce (diff) | |
download | otp-3de8be10b12bcf8520cc1ec58ae4f8d123b7fe2f.tar.gz otp-3de8be10b12bcf8520cc1ec58ae4f8d123b7fe2f.tar.bz2 otp-3de8be10b12bcf8520cc1ec58ae4f8d123b7fe2f.zip |
os_mon: Update docs for FreeBSD
Authors: Wasif Malik and Johannes Huning
Diffstat (limited to 'lib/os_mon/doc')
-rw-r--r-- | lib/os_mon/doc/src/cpu_sup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/os_mon/doc/src/cpu_sup.xml b/lib/os_mon/doc/src/cpu_sup.xml index 59da876208..4a8f5bffa0 100644 --- a/lib/os_mon/doc/src/cpu_sup.xml +++ b/lib/os_mon/doc/src/cpu_sup.xml @@ -34,7 +34,7 @@ and CPU utilization. It is part of the OS_Mon application, see <seealso marker="os_mon_app">os_mon(6)</seealso>. Available for Unix, although CPU utilization values (<c>util/0,1</c>) are only - available for Solaris and Linux.</p> + available for Solaris, Linux and FreeBSD.</p> <p>The load values are proportional to how long time a runnable Unix process has to spend in the run queue before it is scheduled. Accordingly, higher values mean more system load. The returned |