Hadoop集群基准测试
hadoop jar ./share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar TestDFSIO -write -nrFiles 10 -size 100MB
14/07/21 21:29:42 INFO mapreduce.Job: Counters: 45
File System Counters
FILE: Number of bytes read=856
FILE: Number of bytes written=872121
FILE: Number of read operations=0
FILE: Number of large read operations=0
FILE: Number of write operations=0
HDFS: Number of bytes read=2320
HDFS: Number of bytes written=1048576079
HDFS: Number of read operations=43
HDFS: Number of large read operations=0
HDFS: Number of write operations=12
Job Counters
Killed map tasks=3
Launched map tasks=13
Launched reduce tasks=1
Data-local map tasks=6
Rack-local map tasks=7
Total time spent by all maps in occupied slots (ms)=1109317
Total time spent by all reduces in occupied slots (ms)=91582
Map-Reduce Framework
Map input records=10
Map output records=50
Map output bytes=750
Map output materialized bytes=910
Input split bytes=1200
Combine input records=0
Combine output records=0
Reduce input groups=5
Reduce shuffle bytes=910
Reduce input records=50
Reduce output records=5
Spilled Records=100
Shuffled Maps =10
Failed Shuffles=0
Merged Map outputs=10
GC time elapsed (ms)=7691
CPU time spent (ms)=30730
Physical memory (bytes) snapshot=2555801600
Virtual memory (bytes) snapshot=11073003520
Total committed heap usage (bytes)=1874329600
Shuffle Errors
BAD_ID=0
CONNECTION=0
IO_ERROR=0
WRONG_LENGTH=0
WRONG_MAP=0
WRONG_REDUCE=0
File Input Format Counters
Bytes Read=1120
File Output Format Counters
Bytes Written=79
14/07/21 21:29:42 INFO fs.TestDFSIO: ----- TestDFSIO ----- : write
14/07/21 21:29:42 INFO fs.TestDFSIO: Date & time: Mon Jul 21 21:29:42 CST 2014
14/07/21 21:29:42 INFO fs.TestDFSIO: Number of files: 10
14/07/21 21:29:42 INFO fs.TestDFSIO: Total MBytes processed: 1000.0
14/07/21 21:29:42 INFO fs.TestDFSIO: Throughput mb/sec: 3.403479036270876
14/07/21 21:29:42 INFO fs.TestDFSIO: Average IO rate mb/sec: 4.484561443328857
14/07/21 21:29:42 INFO fs.TestDFSIO: IO rate std deviation: 1.7674698292439088
14/07/21 21:29:42 INFO fs.TestDFSIO: Test exec time sec: 190.944
hadoop jar ./share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar TestDFSIO -write -nrFiles 10 -size 1GB
14/07/21 22:09:57 INFO mapreduce.Job: Counters: 47
File System Counters
FILE: Number of bytes read=875
FILE: Number of bytes written=872159
FILE: Number of read operations=0
FILE: Number of large read operations=0
FILE: Number of write operations=0
HDFS: Number of bytes read=2320
HDFS: Number of bytes written=10737418320
HDFS: Number of read operations=43
HDFS: Number of large read operations=0
HDFS: Number of write operations=12
Job Counters
Failed map tasks=7
Killed map tasks=1
Launched map tasks=18
Launched reduce tasks=1
Other local map tasks=8
Data-local map tasks=6
Rack-local map tasks=4
Total time spent by all maps in occupied slots (ms)=4322906
Total time spent by all reduces in occupied slots (ms)=155182
Map-Reduce Framework
Map input records=10
Map output records=50
Map output bytes=769
Map output materialized bytes=929
Input split bytes=1200
Combine input records=0
Combine output records=0
Reduce input groups=5
Reduce shuffle bytes=929
Reduce input records=50
Reduce output records=5
Spilled Records=100
Shuffled Maps =10
Failed Shuffles=0
Merged Map outputs=10
GC time elapsed (ms)=26386
CPU time spent (ms)=119850
Physical memory (bytes) snapshot=2830766080
Virtual memory (bytes) snapshot=11052699648
Total committed heap usage (bytes)=2014642176
Shuffle Errors
BAD_ID=0
CONNECTION=0
IO_ERROR=0
WRONG_LENGTH=0
WRONG_MAP=0
WRONG_REDUCE=0
File Input Format Counters
Bytes Read=1120
File Output Format Counters
Bytes Written=80
14/07/21 22:09:59 INFO fs.TestDFSIO: ----- TestDFSIO ----- : write
14/07/21 22:10:00 INFO fs.TestDFSIO: Date & time: Mon Jul 21 22:09:59 CST 2014
14/07/21 22:10:00 INFO fs.TestDFSIO: Number of files: 10
14/07/21 22:10:00 INFO fs.TestDFSIO: Total MBytes processed: 10240.0
14/07/21 22:10:00 INFO fs.TestDFSIO: Throughput mb/sec: 6.388915232072354
14/07/21 22:10:00 INFO fs.TestDFSIO: Average IO rate mb/sec: 11.30741024017334
14/07/21 22:10:00 INFO fs.TestDFSIO: IO rate std deviation: 7.81592713288423
14/07/21 22:10:00 INFO fs.TestDFSIO: Test exec time sec: 556.575
环境信息:
x220, i5-2430M, 4G*2, 320G
Windows 7 Ultimate, Vmware 8
Virtual Workstation: 2 cores, 2G, 40G
Hadoop 2.2.0
Hadoop集群基准测试的更多相关文章
- 【Hadoop 分布式部署 六:环境问题解决和集群基准测试】
环境问题: 出现Temporary failure in name resolutionp-senior-zuoyan.com 的原因有很多,主要就是主机没有解析到, 那就在hadoop的sl ...
- [转]大数据hadoop集群硬件选择
问题导读 1.哪些情况会遇到io受限制? 2.哪些情况会遇到cpu受限制? 3.如何选择机器配置类型? 4.为数据节点/任务追踪器提供的推荐哪些规格? 随着Apache Hadoop的起步,云客户 ...
- 为你的 Hadoop 集群选择合适的硬件
随着Apache Hadoop的起步,云客户的增多面临的首要问题就是如何为他们新的的Hadoop集群选择合适的硬件. 尽管Hadoop被设计为运行在行业标准的硬件上,提出一个理想的集群配置不想提供硬件 ...
- 为Hadoop集群选择合适的硬件配置
随着Apache Hadoop的起步,云客户的增多面临的首要问题就是如何为他们新的的Hadoop集群选择合适的硬件. 尽管Hadoop被设计为运行在行业标准的硬件上,提出一个理想的集群配置不想提供硬件 ...
- 【Big Data】HADOOP集群的配置(一)
Hadoop集群的配置(一) 摘要: hadoop集群配置系列文档,是笔者在实验室真机环境实验后整理而得.以便随后工作所需,做以知识整理,另则与博客园朋友分享实验成果,因为笔者在学习初期,也遇到不少问 ...
- Hadoop4 利用VMware搭建自己的hadoop集群
前言: 前段时间自己学习如何部署伪分布式模式的hadoop环境,之前由于工作比较忙,学习的进度停滞了一段时间,所以今天抽出时间把最近学习的成果和大家分享一下. 本文要介绍的是如 ...
- 【Big Data】HADOOP集群的配置(二)
Hadoop集群的配置(二) 摘要: hadoop集群配置系列文档,是笔者在实验室真机环境实验后整理而得.以便随后工作所需,做以知识整理,另则与博客园朋友分享实验成果,因为笔者在学习初期,也遇到不少问 ...
- docker搭建Hadoop集群
一个分布式系统基础架构,由Apache基金会所开发. 用户可以在不了解分布式底层细节的情况下,开发分布式程序.充分利用集群的威力高速运算和存储. 首先搭建Docker环境,Docker版本大于1.3. ...
- 基于Docker快速搭建多节点Hadoop集群--已验证
Docker最核心的特性之一,就是能够将任何应用包括Hadoop打包到Docker镜像中.这篇教程介绍了利用Docker在单机上快速搭建多节点 Hadoop集群的详细步骤.作者在发现目前的Hadoop ...
随机推荐
- new tips
老外的一篇文章(原文地址http://stackoverflow.com/questions/6647677/tips-for-efficient-as3-coding),有这么一段描述: Use [ ...
- Http和Https三次握手那些事
今天我总结了什么是HTTP三次握手,还有HTTPS握手的过程以及为什么HTTPS是安全的. 一:HTTP与TCP/IP区别? --->TPC/IP协议是传输层协议,主要解决数据如何在网络中传输 ...
- JS面向对象组件(六) -- 拖拽功能以及组件的延展
HTML部分 <div id="div1"></div> <div id="div2"></div> CSS部分 ...
- [再寄小读者之数学篇](2014-11-19 $\tan x/x$ 在 $(0,\pi/2)$ 上递增)
$$\bex \frac{\tan x}{x}\nearrow. \eex$$ Ref. [Proof Without Words: Monotonicity of $\tan x/x$ on $(0 ...
- MySQL定期分析检查与优化表
定期分析表 ANALYZE [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name] 本语句用于分析和存储表的关键字分布.在分析期间,使 ...
- cocoa NSFileManager
NSFileManager中包含了用来查询单词库目录.创建.重命名.删除目录以及获取/设置文件属性的方法(可读性,可编写性等等). 每个程序都会有它自己的沙盒,通过它你可以阅读/编写文件.写入沙盒的文 ...
- LR录制测试脚本
1.录制的业务流程 2.录制脚本 3.查看脚本
- 发现第三方资源,chrome控制台
for(var i=0,tags=document.querySelectorAll('iframe[src],frame[src],script[src],link[rel=stylesheet], ...
- n个数的最小公倍数
Description 求n个数的最小公倍数. Input 输入包含多个测试实例,每个测试实例的开始是一个正整数n,然后是n个正整数. Output 为每组测试数据输出它们的最小公倍数,每个测 ...
- centos配置中文显示和中文输入
我现在使用虚拟机运行centos,但是安装完成后系统显示英文,而且无法进行中文输入,这使我感到很烦躁,虽然我对自己说,这样可以逼迫自己适应全英文的环境,但作为一个中国人还是难以忍受,所以记录一下解决办 ...