上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 273 下一页
摘要: 用bash开5个python进程来测试写入性能,注意:当集群数目增加,应当增加bash脚本的并发进程数! test_cass.py bash run.sh 阅读全文
posted @ 2017-01-22 15:37 bonelee 阅读(861) 评论(0) 推荐(0)
摘要: Keyspaces A cluster is a container for keyspaces. A keyspace is the outermost container for data in Cassandra, corresponding closely to a schema in a 阅读全文
posted @ 2017-01-22 10:55 bonelee 阅读(2215) 评论(1) 推荐(0)
摘要: ethtool eth0 会包含速度模式等各项属性信息 lspci|grep -i ether 可以查看硬件设备具体型号,会包含硬件厂商及信息 dmesg |grep -i eth 会显示系统加载网卡时写入/var/log/message里的信息 阅读全文
posted @ 2017-01-20 19:13 bonelee 阅读(4435) 评论(0) 推荐(0)
摘要: iptraf iptraf是一款交互式、色彩鲜艳的IP局域网监控工具。它可以显示每个连接以及主机之间传输的数据量。下面是屏幕截图。 安装iptraf: 阅读全文
posted @ 2017-01-20 19:09 bonelee 阅读(1466) 评论(0) 推荐(0)
摘要: iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视。它的特点是汇报磁盘活动统计情况,同时也会汇报出 CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。 iosta 阅读全文
posted @ 2017-01-20 18:14 bonelee 阅读(20053) 评论(0) 推荐(2)
摘要: 见:https://software.intel.com/sites/default/files/Configuration_and_Deployment_Guide_for_Cassandra_on_IA.pdf NoSQL databases can be classified into fou 阅读全文
posted @ 2017-01-20 12:18 bonelee 阅读(1447) 评论(0) 推荐(0)
摘要: lsmod....mptsas 62545 7 阅读全文
posted @ 2017-01-19 16:53 bonelee 阅读(443) 评论(0) 推荐(0)
摘要: cassandra的索引查询和排序 转自:http://zhaoyanblog.com/archives/499.html cassandra的索引查询和排序 cassandra的查询虽然很弱,但是它也是支持索引和排序的,当然是简陋的查询,这一切都是为了追求性能的代价,所以要使用cassandra, 阅读全文
posted @ 2017-01-19 12:11 bonelee 阅读(4622) 评论(1) 推荐(0)
摘要: Of course, like any technology MongoDB has its strengths and weaknesses. MongoDB is designed for OLTP workloads. It can do complex queries, but it’s n 阅读全文
posted @ 2017-01-19 11:45 bonelee 阅读(1072) 评论(0) 推荐(0)
摘要: 解压cassandra的安装包后可以查看主要的配置文件,都在conf/目录下,conf/cassandra.yaml比较重要,其中需要着重注意的有以下一些配置项: cluster_name: 'TC01' num_tokens: 256 seed_provider: - class_name: or 阅读全文
posted @ 2017-01-18 19:19 bonelee 阅读(2522) 评论(2) 推荐(0)
上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 273 下一页