[ 
https://issues.apache.org/jira/browse/HBASE-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702599#comment-13702599
 ] 

Elliott Clark commented on HBASE-8882:
--------------------------------------

The results are on the info log. Right now you need to grep MTTRResults.  I'm 
hoping to add more output formats later (to be useful with jenkins but that's a 
follow on for sure).

Here's an example. This was for restarting master.  You can see that put and 
scan times maxed out at 80ms (basically unaffected).  While master took about 
11 seconds to respond.
{code}
2013-07-08 16:09:32,097 INFO  [main] mttr.IntegrationTestMTTR(296): 
MTTRResults{timesPutMs=[24, 9, 57], timesScanMs=[15, 10, 80], 
timesAdminMs=[11131, 11135, 2045], totalRuntimeMs=136278, name=RestartMaster}
{code}
                
> Create an Integration Test to Test MTTR
> ---------------------------------------
>
>                 Key: HBASE-8882
>                 URL: https://issues.apache.org/jira/browse/HBASE-8882
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.98.0, 0.95.2
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-8882-0.patch, HBASE-8882-1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to