[
https://issues.apache.org/jira/browse/CASSANDRA-8769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14326080#comment-14326080
]
Anthony Cozzie commented on CASSANDRA-8769:
-------------------------------------------
The perop stuff is printed at the end:
{code}
op rate : 912 [insert:297, range:308, single:309]
partition rate : 809 [insert:297, range:287, single:226]
row rate : 187573 [insert:74275, range:113073, single:226]
latency mean : 8.6 [insert:10.0, range:12.6, single:3.3]
latency median : 6.0 [insert:9.0, range:10.4, single:2.1]
latency 95th percentile : 20.1 [insert:18.0, range:25.2, single:5.6]
latency 99th percentile : 58.5 [insert:55.4, range:72.3, single:34.2]
latency 99.9th percentile : 149.4 [insert:105.8, range:194.5, single:130.5]
latency max : 356.4 [insert:195.7, range:300.8, single:356.4]
Total partitions : 34160 [insert:12524, range:12099, single:9537]
Total errors : 0 [insert:0, range:0, single:0]
total gc count : 51
total gc mb : 75114
total gc time (s) : 2
avg gc time(ms) : 47
stdev gc time(ms) : 21
Total operation time : 00:00:42
END
{code}
> Extend cassandra-stress to be slightly more configurable
> --------------------------------------------------------
>
> Key: CASSANDRA-8769
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8769
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Reporter: Anthony Cozzie
> Assignee: Anthony Cozzie
> Priority: Minor
> Fix For: 2.1.4
>
> Attachments: stress-extensions-patch.txt
>
>
> Some simple extensions to cassandra stress:
> * Configurable warm up iterations
> * Output results by command type for USER (e.g. 5000 ops/sec, 1000 inserts,
> 1000 reads, 3000 range reads)
> * Count errors when ignore flag is set
> * Configurable truncate for more consistent results
> Patch attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)