Author: rjung Date: Thu Jun 14 17:05:15 2012 New Revision: 1350340 URL: http://svn.apache.org/viewvc?rev=1350340&view=rev Log: CPU OS info for Linux done.
More testing under different distros appreciated. Implementation based on proc file system. Modified: tomcat/native/branches/1.1.x/TODO.txt Modified: tomcat/native/branches/1.1.x/TODO.txt URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/TODO.txt?rev=1350340&r1=1350339&r2=1350340&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/TODO.txt (original) +++ tomcat/native/branches/1.1.x/TODO.txt Thu Jun 14 17:05:15 2012 @@ -85,23 +85,6 @@ Furthermore some of the old files do not I don't know their purpose and whether we can delete them. -Incomplete implementation on Linux ----------------------------------- - -There is no impl for Linux to retrieve - - * inf[7] - Idle Time in microseconds - * inf[8] - Kernel Time in microseconds - * inf[9] - User Time in microseconds - * inf[10] - Process creation time (apr_time_t) - * inf[11] - Process Kernel Time in microseconds - * inf[12] - Process User Time in microseconds - -I implemented those for Solaris long ago and thought they existed for -Linux from the beginning. But in fact for Linux there are only memory -figures implemented. - - Releasing --------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org