压力测试及开发环境所需软件
Redis
http://download.redis.io/releases/redis-5.0.5.tar.gz
http://download.redis.io/releases/redis-4.0.14.tar.gz
https://raw.githubusercontent.com/antirez/redis/4.0/redis.conf
docker pull redis
RABBITMQ
https://github.com/rabbitmq/rabbitmq-server/releases
https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.19/rabbitmq-server-3.7.19.exe
https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.19/rabbitmq-server_3.7.19-1_all.deb
ELK
官网地址:https://www.elastic.co/cn/
官网权威指南:https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html
安装指南:https://www.elastic.co/guide/en/elasticsearch/reference/5.x/rpm.html
ELK是Elasticsearch、Logstash、Kibana的简称,这三者是核心套件,但并非全部。
https://blog.csdn.net/e_wsq/article/details/81303713
https://artifacts.elastic.co/downloads/kibana/kibana-7.4.0-windows-x86_64.zip
https://artifacts.elastic.co/downloads/kibana/kibana-7.4.0-amd64.deb
https://artifacts.elastic.co/downloads/kibana/kibana-7.4.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/kibana/kibana-7.4.0-x86_64.rpm
https://www.elastic.co/guide/en/kibana/7.4/rpm.html#rpm-repo
https://www.elastic.co/guide/en/kibana/7.4/deb.html#deb-repo
https://www.elastic.co/guide/en/kibana/7.4/settings.html
https://artifacts.elastic.co/downloads/logstash/logstash-7.4.0.deb
https://artifacts.elastic.co/downloads/logstash/logstash-7.4.0.tar.gz
https://artifacts.elastic.co/downloads/logstash/logstash-7.4.0.zip
https://artifacts.elastic.co/downloads/logstash/logstash-7.4.0.rpm
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-x86_64.rpm
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0.msi
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-amd64.deb
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-darwin-x86_64.tar.gz
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0-windows-x86_64.zip
CentOS
https://opsx.alibaba.com/mirror
https://mirrors.ustc.edu.cn
ZABBIX
https://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/4.2.7/zabbix-4.2.7.tar.gz
https://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/4.4.0/zabbix-4.4.0.tar.gz
https://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/4.4.0/zabbix_appliance_4.4.0_x86_64.iso
ZIPKIN
https://github.com/openzipkin/zipkin
https://github.com/openzipkin/zipkin/archive/2.17.0.tar.gz
docker pull openzipkin/zipkin:master
docker run -d -p 9411:9411 openzipkin/zipkin
curl -sSL https://zipkin.io/quickstart.sh | bash -s
https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec
https://blog.51cto.com/zero01/2173394
Apollo v1.4.0
https://github.com/ctripcorp/apollo/releases/download/v1.4.0/apollo-adminservice-1.4.0-github.zip
https://github.com/ctripcorp/apollo/releases/download/v1.4.0/apollo-configservice-1.4.0-github.zip
https://github.com/ctripcorp/apollo/releases/download/v1.4.0/apollo-portal-1.4.0-github.zip
https://github.com/ctripcorp/apollo/archive/v1.4.0.tar.gz
https://github.com/ctripcorp/apollo/wiki/%E5%88%86%E5%B8%83%E5%BC%8F%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97

浙公网安备 33010602011771号