breeze

Results 7 issues of breeze

https://blog.it2048.cn/article-tideways-xhgui/ 按这文章安装完了,火焰图显示为空,请问怎么排查呢,谢谢。  ![2021-01-17_221318](https://user-images.githubusercontent.com/19425259/104845622-5c224d00-5911-11eb-93e5-d840d94ef961.png)

when i run rdb --command diff node10.81.194.36:6379-1608286170593782-176141.rdb | sort > dump1.txt it return error below: rdb --command diff 176141.rdb | sort > dump1.txt ^CTraceback (most recent call last): File "/usr/bin/rdb",...

composer require nmred/kafka-php 的方式,会把现有的vendor的库版本全部更新了,风险太大

@ snmaynard Hi, When I go to run redis-audit.rb I get the following result: [root@6-3 redis-audit]# bundle exec ruby redis-audit.rb -h 192.168.0.9 -p 8000 -d 0 -s 20 Auditing 192.168.0.9:8000...

@ snmaynard When I go to run bundle exec ruby redis-audit.rb -h 192.168.0.7 -p 8000 -d 0 -s 10000000 I get the following error: Auditing 192.168.0.7:8000 dbnum:0 sampling 10000000 keys...

Hi,@Timandes .When i install,the error happens.why? [root@localhost libzookeeper-master]#./configure --with-libzookeeper=/soft/libzookeeper-master/zookeeper-c-client checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does...

wget https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-linux-x86_64.zip unzip protoc-3.14.0-linux-x86_64.zip mv bin/protoc /usr/local/bin/ mac 64位的电脑,按上述步骤安装完protoc 在执行 goctl rpc protoc transform.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=.后,报错:sh: /usr/local/bin/protoc: cannot execute binary file 看了下, /usr/local/bin/protoc文件确实有的 应该怎么源码安装呀