ordered process_status display in .tt to show parent pid 1st - previously was in pid order (new child can be numerically < parent); applied white-space trim filter in genomics.xml to deal with excel nbsp char
process_status() returns hashref not arrayref - changed to keep processes grouped under ppid - previously arranged by pid ascending order; adapted kidreaper.pl to switch to JUST_TESTING mode if max_mb omitted; added gender to record display
kill process status radio box not checkbox - only kill 1 at a time; redirect after killing process status (inconsistent, sometimes fatal); adapted kidreaper.pl for cron with multiple service names
exempted print-run from Devel::Cycle analysis due to fastcgi timeout; brought rss back into process size display; switched process size data from array to hash for more control in tt rendering; amended local css location in print_view.tt
used kidreaper code in Resources::process_status() code to get more accurate ownership of child processes after server kills & restarts a child process (due to resource exhaustion?); using IPC::System::Simple for capture() & system() commands
process size timeout issues - added pid 3169 and pid size data to querylog to track growing process size problem; added centre and timestamp to fastcgi stdout; added auto-refresh to process status & logged-in users pages