gostress-cassandra:用 Go 编写的用于 Cassandra 的微型压力生成器

时间:2024-07-02 15:05:08
【文件属性】:

文件名称:gostress-cassandra:用 Go 编写的用于 Cassandra 的微型压力生成器

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-02 15:05:08

Go

这是什么? 这是我拼凑起来的一个快速工具,用于对 Cassandra 集群进行无情的锤击。 它是用 Go 编写的,并使用 gossie 客户端库。 但为什么? 没有很好的理由。 我想稍微调整一下我的 Go 并为我想要的测试构建一些特定的东西。 就是这个。 建造 按照 Go 文档中的说明设置您的 GOPATH。 最低限度: export GOPATH=~/.go 然后下载gossie: go get github.com/carloscm/gossie/src/gossie 现在构建: git clone git://github.com/tobert/gostress.git cd gostress go build ./gostress -list mycluster -mode write ./gostress -list mycluster -mode read 设置


【文件预览】:
gostress-cassandra-master
----main.go(1KB)
----README.md(1KB)
----reader.go(1KB)
----default.txt(15B)
----create_keyspace.cass(622B)
----writer.go(1012B)

网友评论