apacheBench对网站进行压力测试 分类: 学习 2014-02-19 10:35 4154人阅读 评论(1) 收藏 举报 apacheBench压力测试Apache Benchmark下载 ab 的全称是 ApacheBench , 是 Apache 附带的一个小工具 , 专门用于 H...
分类:
Web程序 时间:
2015-03-12 12:53:46
阅读次数:
193
Problem Description
Amtel has announced that it will release a 128-bit computer chip by 2010, a 256-bit computer by 2020, and so on, continuing its strategy of doubling the word-size every ten years. (Amtel released a 64-bit computer in 2000, a 32-bit comp...
分类:
其他好文 时间:
2015-03-11 17:24:45
阅读次数:
189
理解进程控制的原理对于理解和修改fio project非常的重要。"fio is an I/O tool meant to be used both for benchmark and stress/hardware verification."...
分类:
编程语言 时间:
2015-03-08 23:07:46
阅读次数:
484
Redis-benchmark为Redis性能测试工具。指令说明:Usage:redis-benchmark[-h][-p][-c][-n[-k]-hServerhostname(default127.0.0.1)-pServerport(default6379)-sServersocket(ove...
分类:
其他好文 时间:
2015-03-04 20:39:03
阅读次数:
137
在网上查In-Memory NoSQL性能测试的资料时,偶然间发现了这个性能测试工具YCSB,全称为“Yahoo! Cloud Serving Benchmark”。它内置了对常见NoSQL数据库和数据网格产品的支持,如Cassandra、MongoDB、HBase、Redis、Infinispan等等很多的主流产品,而且不仅安装使用简单,还能自由扩展测试数据类型和支持的数据库产品。1 编译安装首...
分类:
其他好文 时间:
2015-02-28 23:03:05
阅读次数:
2152
Template模式定义:定义一个操作中算法的骨架,将一些步骤的执行延迟到其子类中。其实Java的抽象类本来就是Template模式,因此使用很普遍。而且很容易理解和使用,我们直接以示例开始:public abstract class Benchmark{ /** * 下面操作是我们希望在子类中.....
分类:
编程语言 时间:
2015-02-25 08:02:39
阅读次数:
232
BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical communication subsystem. Valentine McKee's research advisor, Jack Swigert, has asked her to benchmark the new sy...
分类:
编程语言 时间:
2015-02-16 22:12:09
阅读次数:
392
原文:http://cvlab.hanyang.ac.kr/tracker_benchmark_v10.html
作者ECCV2012的文章就被我关注过,速度惊人的快。2015年新作出来了。发文以供同行参阅。
Kernelized Correlation Filters
João F. Henriques, Rui Caseiro, Pedro Martins, Jorge Batist...
分类:
其他好文 时间:
2015-02-09 12:56:52
阅读次数:
382
原文:iOS image caching. Libraries benchmark (SDWebImage vs FastImageCache),译者夜微眠(github地址),校对蓝魂(博客)、Cocoa(博客)。1.引言过去的几年里,iOS应用在视觉方面越来越吸引人。图像展示是其中很关键的部分,...
分类:
移动开发 时间:
2015-02-06 20:15:24
阅读次数:
301
下载: https://github.com/dmajkic/redis/downloads解压: redis-server.exe:服务程序 redis-check-dump.exe:本地数据库检查 redis-check-aof.exe:更新日志检查 redis-benchmark.e...
分类:
其他好文 时间:
2015-02-03 21:04:17
阅读次数:
202