diff src/org/dancres/blitz/stats/IOStat.java @ 34:6f68e94c1fb8 default tip

Add CondensedStats monitoring utility, equivalent to vmstat
author Dominic Cleal <dominic-cleal@cdo2.com>
date Thu, 05 Aug 2010 11:07:25 +0100
parents 3dc0c5604566
children
line wrap: on
line diff
--- a/src/org/dancres/blitz/stats/IOStat.java	Sat Jun 12 10:52:10 2010 +0100
+++ b/src/org/dancres/blitz/stats/IOStat.java	Thu Aug 05 11:07:25 2010 +0100
@@ -46,6 +46,10 @@
         return theQueueSize;
     }
 
+    public int getThrottleCount() {
+        return theThrottleCount;
+    }
+
     public String toString() {
         return "IO TPI: " + theTimePerIn + " TPO: " + theTimePerOut + " IOR: " +
             theInOutRatio + " QSZ: " + theQueueSize + " THROTTLE: " +