[
https://issues.apache.org/jira/browse/HBASE-17994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125138#comment-16125138
]
Guanghao Zhang commented on HBASE-17994:
----------------------------------------
After resolve HBASE-18500, use the default config to test with PE tool.
{code}
./bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation --rows=100000
--nomapred --autoFlush=True randomWrite 1
./bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation --rows=100000
--nomapred --autoFlush=True asyncRandomWrite 1
{code}
Mean latency test result.
|| || Test1 || Test2 || Test3 || Test4 || Test5 ||
| randomWrite | 110.71 | 116.19 | 115.52 | 115.05 | 109.46 |
| asyncRandomWrite | 116.93 | 109.91 | 107.61 | 119.40 | 120.02 |
99th latency test result.
|| || Test1 || Test2 || Test3 || Test4 || Test5 ||
| randomWrite | 289.00 | 296.00| 287.00 | 293.00 | 332.00 |
| asyncRandomWrite | 304.00 | 295.00 | 302.00 | 305.00 | 374.00 |
> Add async client test to Performance Evaluation tool
> ----------------------------------------------------
>
> Key: HBASE-17994
> URL: https://issues.apache.org/jira/browse/HBASE-17994
> Project: HBase
> Issue Type: Sub-task
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Fix For: 2.0.0
>
> Attachments: HBASE-17994.master.001.patch,
> HBASE-17994.master.002.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)