diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-01 09:01:47 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-04-01 09:01:47 +0000 |
commit | 8e68bbe7240f86e0568386219d31c65a0d8d1839 (patch) | |
tree | 3543227b495de05542e49db8568d27cd179afdb6 | |
parent | 9ca65531e0ed9916b9fd94c8b9fd9a41a0559d6a (diff) | |
download | cygnal-8e68bbe7240f86e0568386219d31c65a0d8d1839.tar.gz cygnal-8e68bbe7240f86e0568386219d31c65a0d8d1839.tar.bz2 cygnal-8e68bbe7240f86e0568386219d31c65a0d8d1839.zip |
* new-features.sgml (ov-new1.7.10): /proc/loadavg now shows
current running/total processes count.
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index f19808cf2..a96856cd6 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-01 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * new-features.sgml (ov-new1.7.10): /proc/loadavg now shows + current running/total processes count. + 2011-03-29 Corinna Vinschen <corinna@vinschen.de> * new-features.sgml (ov-new1.7.10): Document pthread spinlocks. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 3aac64a77..444f7ce30 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -9,6 +9,11 @@ Pthread spinlocks. New APIs: pthread_spin_destroy, pthread_spin_init, pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock. </para></listitem> +<listitem><para> +/proc/loadavg now shows the number of currently running processes and the +total number of processes. +</para></listitem> + </itemizedlist> </sect2> |