hbase自帶的測試工具PerformanceEvaluation
該工具的幫助如下:
hbase org.apache.hadoop.hbase.PerformanceEvaluation
Usage: java org.apache.hadoop.hbase.PerformanceEvaluation \
[--miniCluster] [--nomapred] [--rows=ROWS]
Options:
miniCluster Run the test on an HBaseMiniCluster
nomapred Run multiple clients using threads (rather than use mapreduce)
rows Rows each client runs. Default: One million
flushCommits Used to determine if the test should flush the table. Default: false
writeToWAL Set writeToWAL on puts. Default: True
Command:
filterScan Run scan test using a filter to find a specific row based on it's value (make sure to use --rows=20)
randomRead Run random read test
randomSeekScan Run random seek and scan 100 test
randomWrite Run random write test
scan Run scan test (read every row)
scanRange10 Run random seek scan with both start and stop row (max 10 rows)
scanRange100 Run random seek scan with both start and stop row (max 100 rows)
scanRange1000 Run random seek scan with both start and stop row (max 1000 rows)
scanRange10000 Run random seek scan with both start and stop row (max 10000 rows)
sequentialRead Run sequential read test
sequentialWrite Run sequential write test
Args:
nclients Integer. Required. Total number of clients (and HRegionServers)
running: 1 <= value <= 500
Examples:
To run a single evaluation client:
$ bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-750961/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- HBase2.0中的Benchmark工具—PerformanceEvaluationORM
- Xcode 自帶單元測試XCode
- 國產自動化測試工具
- 自動化測試工具QTPQT
- 用ORACLE自帶包測試FUSIONIO的IOPSOracle
- 從理論到工具:帶你全面瞭解自動化測試框架框架
- 使用Apache自帶的ab命令測試網站效能Apache網站
- 一篇文章帶你掌握Web自動化測試工具——SeleniumWeb
- 談軟體自動化測試工具的評測方法
- 滲透測試與自動化安全測試工具比較
- 基於Dubbo的http自動測試工具分享HTTP
- bats-Bash自動化測試工具BAT
- 微軟自動化測試工具palywright微軟
- http介面測試工具,cookie自動追加HTTPCookie
- Linux GUI自動化測試工具LinuxGUI
- 使用Mac自帶的apache製作測試假資料MacApache
- 【自動化測試】移動端測試輔助工具 - adb
- 介面自動化測試世界裡的“身份證”—測試工具Jmeter實踐篇JMeter
- 軟體自動化測試工具的那些事兒
- 如何選擇合適的自動化測試工具?
- Android 下的自動化測試工具總結Android
- 自動化測試工具的3個關鍵部分
- 基於GUI的自動化軟體測試工具GUI
- VS自帶工具:dumpbin的使用
- airtest自動化測試工具快速入門AI
- iOS自動化測試驅動工具探索iOS
- 效能自動化測試工具Loadrunner篇
- 漫談前端自動化測試演進之路及測試工具分析前端
- 萬字帶你熟悉靜態分析工具的評估測試
- centos7中mysql自帶壓測工具mysqlslap使用CentOSMySql
- 自動化測試的理想境界:AppCrawler自動遍歷工具APP
- 功能測試、自動化測試、效能測試的區別
- 軟體自動化測試工具的歷史演進
- Routinebot - 一款小巧的GUI自動化測試工具GUI
- [測試工具]
- 基於LangChain手工測試用例轉Web自動化測試生成工具LangChainWeb
- 基於LangChain手工測試用例轉介面自動化測試生成工具LangChain
- 基於LangChain手工測試用例轉App自動化測試生成工具LangChainAPP