Author: justi9
Date: 2008-06-04 14:14:32 -0400 (Wed, 04 Jun 2008)
New Revision: 2127
Modified:
mgmt/cumin/python/cumin/queue.py
Log:
Reenable byte depth
Modified: mgmt/cumin/python/cumin/queue.py
===================================================================
--- mgmt/cumin/python/cumin/queue.py 2008-06-04 17:05:06 UTC (rev 2126)
+++ mgmt/cumin/python/cumin/queue.py 2008-06-04 18:14:32 UTC (rev 2127)
@@ -216,8 +216,7 @@
return self.app.model.queue.byteTotalDequeues.rate_html(queue)
def render_byte_depth(self, session, queue):
- return 9999
- #return self.app.model.queue.byteDepth.value(queue)
+ return self.app.model.queue.byteDepth.value(queue)
def render_byte_depth_accel(self, session, queue):
return self.app.model.queue.byteDepth.rate_html(queue)
Show replies by date