1、redis-benchmark??? redis基准信息,redis服务器性能检测?? redis-benchmark -h localhost -p 6379 -c 100 -n 100000??? 100个并发连接,100000个请求,检测host为localhost 端口为6379的redis服务器性...
分类:
其他好文 时间:
2014-12-28 23:49:37
阅读次数:
411
性能测试
Redis性能测试是通过同时执行多个命令实现的
基本命令:redis-benchmark [option] [option value]
选项
描述
默认值
-h
指定服务器主机名
127.0.0.1
-p
指定服务器端口
6379
-s
指定服务器socket
-c
指定并发连接数...
分类:
其他好文 时间:
2014-12-24 11:56:22
阅读次数:
132
1.性能Py3.0运行 pystone benchmark的速度比Py2.5慢30%。Guido认为Py3.0有极大的优化空间,在字符串和整形操作上可以取得很好的优化结果。Py3.1性能比Py2.5慢15%,还有很大的提升空间。2.编码Py3.X源码文件默认使用utf-8编码,这就使得以下代码是合法...
分类:
编程语言 时间:
2014-12-23 15:05:43
阅读次数:
192
概述我实现了两个完全无锁的内存分配器:_nalloc 和 nalloc。 我用benchmark工具对它们进行了一组综合性测试,并比较了它们的指标值。与libc(glibc malloc)相比,第一个分配器测试结果很差,但是我从中学到了很多东西,然后我实现了第二个无锁分配器,随着核数增加至30,测试...
分类:
其他好文 时间:
2014-12-21 12:40:31
阅读次数:
241
APACHE自带的测试工具AB(apache benchmark).在APACHE的bin目录下。格式: ./ab [options] [http://]hostname[:port]/path参数: -n requests Number of requests to perform//在测试会话中...
分类:
Web程序 时间:
2014-12-10 12:08:42
阅读次数:
254
根据一些测试整理出来的一份方案:1. Redis 性能对于redis 的一些简单测试,仅供参考:测试环境:Redhat6.2 , Xeon E5520(4核)*2/8G,1000M网卡Redis 版本:2.6.9客户端机器使用redis-benchmark 简单GET、SET操作:1. 1单实例测试...
分类:
其他好文 时间:
2014-12-07 23:00:57
阅读次数:
364
很多网上介绍的都很旧了,最快的方法:
yum install httpd-tools
完成后,就可以直接运行ab...
分类:
系统相关 时间:
2014-12-06 12:51:19
阅读次数:
133
1, Create an ADE view:
Example: ade createview -series FMWTEST_11.1.1.7.0_GENERIC –latest
ade createview -label FMWTEST_11.1.1.7.0_GENERIC_141126.1203
2, Use a...
分类:
数据库 时间:
2014-12-03 15:41:52
阅读次数:
299
DescriptionAmtel 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...
分类:
其他好文 时间:
2014-11-30 13:43:28
阅读次数:
423
一:简介
iozone是一个文件系统的benchmark工具,
用于测试不同的操作系统中文件系统的读写性能,
可以测试以下13种模式
0=write/rewrite
1=read/re-read
2=random-read/write
3=Read-backwards
4=Re-write-record
5=stride-read
6=fwrite/re-fwrite
7=fread/Re-fread
8=random mix
9=pwrite/Re-pwrite
10=pread/Re-pread
11=...
分类:
移动开发 时间:
2014-11-20 09:09:04
阅读次数:
224