OSDN Git Service

* new-features.sgml (ov-new1.7.10): /proc/loadavg now shows
authoryselkowitz <yselkowitz>
Fri, 1 Apr 2011 09:01:47 +0000 (09:01 +0000)
committeryselkowitz <yselkowitz>
Fri, 1 Apr 2011 09:01:47 +0000 (09:01 +0000)
current running/total processes count.

winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index f19808c..a96856c 100644 (file)
@@ -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.
index 3aac64a..444f7ce 100644 (file)
@@ -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>