腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(50)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
预准备语句
cassandra-stress
工具
我想知道是否有可能让
cassandra-stress
tool运行一组预定义的查询,而不是随机读取。log_date timestamp,此表中的数据是从CSV文件中加载的,并且不使用压力工具 现在我想用一组预定义的查询来运行
cassandra-stress
浏览 3
修改于2015-04-01
得票数 0
2
回答
cassandra-stress
遇到"java.lang.OutOfMemoryError: Java heap space“错误
我正在尝试使用
cassandra-stress
工具在cassandra中插入记录。
cassandra-stress
-d xx.xx.xx.xx -t 500 -c 1 -S 10240000Exception in thread "Thread-159"at org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:275) 我尝试通过更改/usr/bin/
cassandra-stress
浏览 3
提问于2013-12-04
得票数 1
1
回答
如何校准
cassandra-stress
图选项?
/
cassandra-stress
user profile=.
浏览 34
提问于2019-04-16
得票数 0
回答已采纳
1
回答
使用
cassandra-stress
进行cassandra客户端到节点加密
我需要传递什么可选参数才能让
cassandra-stress
工作? 我正在寻找任何关于使用这个的例子或好的文档。
浏览 2
提问于2016-05-13
得票数 1
2
回答
Cassandra-stress
:如何在cassandra集群之外安装和设置它
我在论坛上看到,最好在集群外安装
cassandra-stress
,否则会消耗节点的CPU。 你能帮我一下吗,怎么安装?现在,我正在努力进行正确的设置,如何在cassandra集群上运行
cassandra-stress
工具。
cassandra-stress
user profile=/usr/cassandra/stress-file.yaml ops(insert=1,books=1) n=10000 -node x.104
浏览 30
修改于2019-03-19
得票数 0
回答已采纳
1
回答
将
cassandra-stress
连接到AWS密钥空间
我在亚马逊网络服务上提供了一个Keyspace,为了确保它能达到我们期望的性能,我尝试在它上运行
cassandra-stress
工具,并将其与我们正在试验的其他架构进行比较。因此,我继续尝试将
cassandra-stress
工具(我将其放在Docker容器中,我宁愿保持OS Java自由)连接到相同的键空间。/
cassandra-stress
write -node cassandra.eu-central-1.amazonaws.com -port native=9142 thrift=9142 jmx=
浏览 21
提问于2020-06-09
得票数 0
1
回答
使用
cassandra-stress
工具插入特定数据,而不是随机数据
不能使用
cassandra-stress
来插入特定数据而不是随机数据吗?如果是,我们如何做呢?
浏览 19
提问于2019-12-08
得票数 0
1
回答
如何在DSE 3.2中运行
cassandra-stress
?它似乎已经不再可用了
该实用程序曾经位于用于压力测试的tools/目录中。我安装了DSE 3.2,但我看不到它。有什么想法吗?
浏览 3
提问于2013-11-20
得票数 1
2
回答
cassandra-stress
工具在为用户配置文件使用yaml文件时抛出错误
我可以使用默认的键空间和表来运行
cassandra-stress
,但是参考datastax文档,我尝试使用我自己的配置文件来使用
cassandra-stress
工具。命令-
cassandra-stress
user profile=/var/lib/cassandra/stresstest/cqlstress-example.yaml n=1000000 ops\
浏览 13
修改于2021-01-12
得票数 1
1
回答
在cassandra 2.1包安装中使用
cassandra-stress
时出现连接被拒绝错误
我正在尝试使用cassandra stress工具在一个3节点集群上填充一些数据。我试着多次运行casssandra的压力,但我得到了错误。有人能告诉我哪里出了问题吗?at org.apache.cassandra.stress.sett
浏览 0
提问于2015-08-18
得票数 0
1
回答
运行
cassandra-stress
获取足够的副本,无法在datastax- LOCAL_ONE的3个节点中的一致性企业中进行查询
在datastax-enterprise cqlsh 5.0.1 | Cassandra 2.1.12.1046 | DSE 4.8.4 | CQL spec 3.2.1 |本地协议v3[root@pg0 ~]#
cassandra-stress
write n=19000000 -rate threads=100 -node 192.168.35.150 Unable命令是:
cassandra-stress
write n=19000000 -rate threads=4 -no
浏览 2
修改于2016-03-07
得票数 1
1
回答
错误:无法找到或加载主类org.apache.cassandra.stress.Stress
如何在Elassandra群集上执行
cassandra-stress
?
cassandra-stress
不在elassandra文件系统上
浏览 54
提问于2019-02-12
得票数 0
回答已采纳
1
回答
Cassandra Stess工具-Err:Application不允许任意参数:write,yaml
我下载了Apache cassandra - 错误:“应用程序不允许任意参数:write,yaml=cqlstress-example.yaml。我使用的cmd是
cassandra-stress
write -schema yaml=cqlstress-example.yaml Ref:
浏览 1
提问于2015-02-18
得票数 0
1
回答
Apache Cassandra -如何强调IO
我使用Cassandra已经有一段时间了,并遵循了以下链接中的基准测试提示:
cassandra-stress
-d 192.168.2.1,192.168.2.2
浏览 4
提问于2014-09-16
得票数 1
2
回答
使用Cassandra stress工具插入到特定模式中
Cassandra-stress
工具将数据插入到默认的键空间Keyspace1中。如何在特定的键位中插入? 谢谢Smitha
浏览 2
修改于2016-03-24
得票数 1
1
回答
卡桑德拉工具的使用-应力
我现在的问题是:如果我在集群的一台机器上运行以下命令,我是否正确地使用了该工具:我也尝试过这样做,但没有任何效果:第一篇文章:
cassa
浏览 6
修改于2017-05-23
得票数 4
回答已采纳
1
回答
cassandra-强调这是什么意思?
我在ec2 m3-medium上运行了
cassandra-stress
,它托管了我的集群中的3个节点中的1个。
cassandra-stress
write n=100000 -schema "replication(strategy=NetworkTopologyStrategy, us-east=1)" 我得到了这个结果
浏览 8
修改于2017-02-28
得票数 1
1
回答
Cassandra: CL !=所有写上的都将超载集群
/apache-cassandra-1.2.2/bin/cassandra -f[stop/clean/start/tools/bin/
cassandra-stress
-o INSERT -d server1,server2,server3 -l 3 -e ANY[stop/clean/tools/bin/<
浏览 4
提问于2013-03-04
得票数 0
1
回答
卡桑德拉-压力: URI不是绝对错误。
我试图从bash脚本中运行cassandra压力:COMMAND="
cassandra-stress
user
浏览 3
修改于2017-01-26
得票数 5
回答已采纳
0
回答
Cassandra压力-工具失败
我正在试着测试
cassandra-stress
工具。通过使用write命令启动该工具,我会得到以下错误:java.lang.RuntimeException: java.lang.IllegalArgumentException
浏览 24
修改于2017-01-26
得票数 1
回答已采纳
第 2 页
第 3 页
点击加载更多
领券