Repository: cassandra
Updated Branches:
  refs/heads/trunk 6cb1f0779 -> 1198df4be


fix stress metrics format strings


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/852f084f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/852f084f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/852f084f

Branch: refs/heads/trunk
Commit: 852f084f03f8b71b2275fd2e51fd0f2c08e0a0ab
Parents: 0580fb2
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Mon Sep 8 22:20:29 2014 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Mon Sep 8 22:20:29 2014 -0400

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/StressMetrics.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/852f084f/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java 
b/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
index a9edfc6..dd3b867 100644
--- a/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
+++ b/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
@@ -132,8 +132,8 @@ public class StressMetrics
 
     // PRINT FORMATTING
 
-    public static final String HEADFORMAT = 
"%-10s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%7s,%9s";
-    public static final String ROWFORMAT =  
"%-10d,%8.0f,%8.0f,%8.0f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%7.1f,%9.5f";
+    public static final String HEADFORMAT = 
"%-10s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%7s,%9s";
+    public static final String ROWFORMAT =  
"%-10d,%8.0f,%8.0f,%8.0f,%8.0f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%7.1f,%9.5f";
 
     private static void printHeader(String prefix, PrintStream output)
     {

Reply via email to