2011-05-15 Yaakov Selkowitz * new-features.sgml (ov-new1.7.10): Document CPU-time clock support. Index: new-features.sgml =================================================================== RCS file: /cvs/src/src/winsup/doc/new-features.sgml,v retrieving revision 1.80 diff -u -r1.80 new-features.sgml --- new-features.sgml 9 May 2011 08:58:59 -0000 1.80 +++ new-features.sgml 15 May 2011 17:54:55 -0000 @@ -19,6 +19,12 @@ +clock_gettime(3) and clock_getres(3) accept per-process and per-thread CPU-time +clocks, including CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. +New APIs: clock_getcpuclockid, pthread_getcpuclockid. + + + /proc/loadavg now shows the number of currently running processes and the total number of processes.