码迷,mamicode.com
首页 >  
搜索关键字:benchmarking    ( 27个结果
pgbench
``` postgres@bingo-Computer:/opt/pgsql/bin$ ./pgbench --help pgbench is a benchmarking tool for PostgreSQL. Usage: pgbench [OPTION]... [DBNAME] Initia... ...
分类:其他好文   时间:2018-01-04 16:34:14    阅读次数:220
Benchmarking Apache Kafka: 2 Million Writes Per Second (On Three Cheap Machines)
I wrote a blog post about how LinkedIn uses Apache Kafka as a central publish-subscribe log for integrating data between applications, stream processi ...
分类:Web程序   时间:2017-04-10 13:04:31    阅读次数:216
Hadoop笔记HDFS(1)
环境:Hadoop2.7.3 1、Benchmarking HDFS 1.1测试集群的写入 运行基准测试是检测HDFS集群是否正确安装以及表现是否符合预期的好方法。DFSIO是Hadoop自带的一个基准测试程序,可以用来分析HDFS集群的I/O能力 脚本: $HADOOP_HOME/bin/hado ...
分类:其他好文   时间:2016-10-18 02:09:14    阅读次数:156
如何对你的Python代码进行基准测试
啥叫做基准测试(benchmark)代码?其实主要就是测试(benchmarking)和分析(profiling)你的代码执行多快,并且找到代码瓶颈(bottlenecks)在哪里。 执行该动作的主要的目的就是优化(optimization)。也许因为业务需要你并且让你的代码执行更快一些。 当面临这 ...
分类:编程语言   时间:2016-09-12 00:36:32    阅读次数:281
ab压测出现连接失败
用10.174.250.81 压测10.164.13.144 就总是拒绝服务了?根本压不成,多次报:Benchmarking 10.164.13.144 (be patient)Completed 20000 requestsapr_socket_recv: Connection timed out ...
分类:其他好文   时间:2016-07-21 14:41:17    阅读次数:395
linux下的性能分析profiling(动态)
Profiling is an alternative to benchmarking that is often more effective, as it gives you more fine grained measurements for the components of the sys ...
分类:系统相关   时间:2016-06-15 14:16:12    阅读次数:666
【OpenSource】--Web Bench 1.5
【简介】linux下开源软件webbench-1.5简介Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can ....
分类:Web程序   时间:2016-01-10 21:21:10    阅读次数:260
weighttp 使用
Weighttp地址 http://redmine.lighttpd.net/projects/weighttp/wikiWeighttp的介绍:weighttp is a lightweight and small benchmarking tool for webservers。Weighttp...
分类:Web程序   时间:2016-01-03 14:49:46    阅读次数:131
几种序列化协议(protobuf,xstream,jackjson,jdk,hessian)相关数据
别人的相关测试数据:?http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking ? 测试纬度 序列化时间 反序列化时间 bytes大小 测试代码 准备protobuf文件 ? Message.proto文件代码?? impo...
分类:Web程序   时间:2015-08-20 13:27:20    阅读次数:295
原创:各种normalize函数实现的性能和精度大比拼
///////////////////////////////////////////////////////////////////////////// Performance benchmarking program for various normalize functions//// by ...
分类:其他好文   时间:2015-07-12 23:12:50    阅读次数:549
27条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!