Index: /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/CheckTasks.c
===================================================================
--- /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 31562)
+++ /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 31563)
@@ -62,4 +62,7 @@
       if (!status) {
 	continue;
+	// track the number of times we tried and failed to run this task
+	// also track the types of exitsx
+	task[0].Nnoexec ++;
       }
     }
Index: /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/notes.txt
===================================================================
--- /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/notes.txt	(revision 31562)
+++ /branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/notes.txt	(revision 31563)
@@ -1,2 +1,18 @@
+
+2011.05.22
+
+  We have some problems with pantasks and pcontrol that result in some
+  low throughput.  here are the symptoms of which I'm aware:
+
+  * pantasks stops removing entries from the books, despite having
+    DONE or error states.
+
+    * I don't know of any particular reason for this, but my best
+      guess is that the load tasks are quitting before finishing the
+      lookup.  l don't know when or why, but added measurement may
+      help.  
+
+  * pcontrol seems to get very slow and large.  are we failing to
+    clear out some jobs??
 
 stdout_cntl:
