docker pull redis:3.2 查找Docker Hub上的redis镜像 这里我们拉取官方的镜像,标签为3.2 等待下载完成后,我们就可以在本地镜像列表里查到REPOSITORY为redis,标签为3.2的镜像。 使用redis镜像 运行容器 命令说明: -p 6379:6379 :将 ...
分类:
其他好文 时间:
2017-12-07 17:17:26
阅读次数:
113
DATABASE() 返回当前数据库名 BENCHMARK(count,expr) 将表达式expr重复运行count次 CONNECTION_ID() 返回当前客户的连接ID FOUND_ROWS() 返回最后一个SELECT查询进行检索的总行数 USER()或SYSTEM_USER() 返回当前 ...
分类:
数据库 时间:
2017-11-24 23:57:16
阅读次数:
224
redis做压测可以用自带的redis-benchmark工具,使用简单,效果也比较不错。 linux下一般无需下载,windows下redis-benchmark压力测试工具下载地址:http://www.daixiaorui.com/source/18.html(解压后的redis-benchm ...
分类:
其他好文 时间:
2017-11-07 16:26:32
阅读次数:
228
window 解压redis 安装包 文件信息 redis-benchmark.exe #基准测试 redis-check-aof.exe # aof redischeck-dump.exe # dump redis-cli.exe # 客户端 redis-server.exe # 服务器 redi ...
分类:
其他好文 时间:
2017-11-06 13:54:52
阅读次数:
1209
一、慢查询: 1、慢查询的作用:通过慢查询分析,找到有问题的命令进行优化。 2、慢查询的redis的配置参数: 修改慢查询有两种方法: 慢查询日志是会存储在内存中, 没有文件存储慢查询日志内容. 所以在获取慢查询日志时候,会响应非常快. 对性能影响很小. 获取慢查询日志可以使用 slowlog ge ...
分类:
其他好文 时间:
2017-11-04 13:34:23
阅读次数:
289
一、Benchmark简介Benchmark是一个评价方式,在整个计算机领域有着长期的应用。正如维基百科上的解释“As computer architecture advanced, it became more difficult to compare the performance of var ...
分类:
其他好文 时间:
2017-10-09 20:58:52
阅读次数:
194
http://www.aikaiyuan.com/5318.html 对Web服务做Performance & Load测试,最常见的工具有Apache Benchmark俗称ab和商用工具LoadRunner。ab简单直接,功能也相对较弱,但我们经常看到的对一些Web server或者Framew ...
分类:
编程语言 时间:
2017-10-09 14:47:10
阅读次数:
391
Available commands: bench Run quick benchmark test fetch Fetch a URL using the Scrapy downloader genspider Generate new spider using pre-defined templ ...
分类:
Web程序 时间:
2017-10-07 14:49:54
阅读次数:
177
(转)http://www.cnblogs.com/kungfupanda/archive/2016/06/01/5548303.html 1.性能 Py3.0运行 pystone benchmark的速度比Py2.5慢30%。Guido认为Py3.0有极大的优化空间,在字符串和整形操作上可 以取得 ...
分类:
编程语言 时间:
2017-09-28 18:06:40
阅读次数:
260
C++ Convert String to Double Speed (There is also a string-to-int performance test.) A performance benchmark of which method is faster of converting a ...
分类:
编程语言 时间:
2017-09-27 10:19:42
阅读次数:
275