Takin/README_CN.md

108 lines
5.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Takin
[![许可证](https://img.shields.io/github/license/pingcap/tidb.svg)](https://github.com/pingcap/tidb/blob/master/LICENSE)
[![语言](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com/)
Takin是一款基于Java的开源系统可嵌入到各个服务节点实现生产环境的全链路性能测试尤其适合面向微服务架构系统。通过Takin系统中的中间件和应用可以在生产环境识别真实流量和测试流量保证它们进入不同的数据库实现真实和测试流量的现网隔离。
## 我们为什么需要做生产环境的性能测试?
微服务架构在现代系统架构中已被普遍使用,与此同时,随着业务的扩张和微服务数量的增加,它使系统变得非常复杂以至于人无法理解,而且,很多业务逻辑本身也非常复杂。业务复杂性和系统复杂性使保证和维持整个系统的高可用性非常困难,同时,它对研发效率也产生负面影响。<br/>
为了保证系统的高可用性,我们通常对测试环境或生产环境的单一服务进行性能测试,但是,测试环境与在生产环境区别很大,单个服务也不能代表整个服务链路,因此,它们都不能保证系统的高可用,通常也无法给出准确的容量评估结果。
**微服务很复杂**<br/>
和单体架构相比,微服务架构增加了业务系统的复杂性,因为它的子服务数量更多,并且涉及更多的不同技术栈和框架。
**业务系统也很复杂**<br/>
很多业务本身的业务逻辑也很复杂,其中很多业务涉及比较长的业务流程,例如电商业务。
**服务与服务之间的调用关系也很复杂**<br/>
在微服务架构的系统中,服务之间的调用关系非常复杂,每次服务的发布和更新都可能影响整个系统的可用性,并使开发人员难以频繁发布新版本。
# Quick Start Instruction快速入门说明
## 详细安装部署
-![image](https://user-images.githubusercontent.com/86357315/125920811-6be44d23-b6da-4c2e-b3fb-6913f4574bea.png)
快速上手文档 https://docs.shulie.io/docs/opensource/opensource-1d40ib39m90bu
## 简易上手文档:
- 建议虚拟机内存 4G以上(推荐8G)
- 镜像大小 1.8G
> 建议修改 Docker 镜像地址为阿里云,详见 [官方镜像加速 - 阿里云文档](https://help.aliyun.com/document_detail/60750.html)
```
vim /etc/docker/daemon.json
添加:
{
"registry-mirrors": ["https://q2gr04ke.mirror.aliyuncs.com"]
}
重启:
systemctl daemon-reload
```
- 获取docker镜像docker pull registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.0
- 启动docker镜像docker run -d -p 80:80 -p 2181:2181 -p 3306:3306 -p 6379:6379 -p 8086:8086 -p 9000:9000 -p 10032:10032 -p 6628:6628 -p 8000:8000 -p 6627:6627 -p 8888:8888 -p 29900-29999:29900-29999 registry.cn-hangzhou.aliyuncs.com/shulie-takin/takin:v1.0.0
- 参数解释:-d是后台启动-p是需要开放的端口容器运行初始化的时候需要安装一些必要的组件需要十分钟样子-d可以忽略后台组件的安装信息如果想要查看安装信息可以去除-d参数。
- 修改index.html文件的IP地址为服务器本机地址。
```
# 进入容器,
vi /data/apps/dist/tro/index.html
# 修改serverUrl的IP为服务本机IP
# 重启Nginx服务
nginx -s reload
或kill掉nginx应用直接输入nginx启动
```
- 修改sugre-deploy
```
kill掉sugre-deploy应用
到/data/install.sh里面复制启动sugre-deploy的脚本
nohup java -jar surge-deploy-1.0-jar-with-dependencies.jar '{"172.17.0.2":"你的docker宿主机IP"}' > surge.out 2>&1 &
将脚本后面的value也就是对应的宿主机ip改成自己的再执行
```
- 访问页面http://安装docker的宿主机IP/tro 默认账号密码:账号:admin 密码:pamirs@2020
- 特别说明如出现nginx502的问题多半出现在刚启动完docker容器此时只需要配置正确再等待一小会刷新重试即可。
安装完成后:
- see [Quick Start](takin-webapp/doc/QuickStart.md)
- see [系统各个服务的启动命令](docs/Service-CN.md)
# 使用说明
#### Takin结构
<img src="https://raw.githubusercontent.com/shulieTech/Images/main/DaYuX_Architecture2.png" width="70%" height="70%"><br/>
Takin由agent、控制平台与大数据构成。
- [快速上手](https://github.com/shulieTech/Takin/blob/main/takin-webapp/doc/QuickStart.md)
- [使用说明](https://news.shulie.io/?p=2987)
## 探针
详见 [Agent](https://github.com/shulieTech/LinkAgent)
## 脉冲数据
详见 [surge-data](takin-data/surge-data/README.md?_blank)
## 控制平台
详见 [takin-webapp](takin-webapp/doc/QuickStart.md)
# 社区
邮件地址: Mail to shulie@shulie.io<br/>
微信群<br/>
<img src="https://user-images.githubusercontent.com/86357315/128668906-afc506d8-79c9-4608-943e-6400f03a64c4.png" width="30%" height="30%">
<br/>
QQ群: **118098566**<br/>
群二维码:<br/>
<img src="https://raw.githubusercontent.com/shulieTech/Images/main/qq_group_2.jpg" width="30%" height="30%">
<br/>
钉钉群:<br/>
<img src="https://raw.githubusercontent.com/shulieTech/Images/main/dingding_group.jpg" width="30%" height="30%">
<br/>
微信公众号:<br/>
<img src="https://raw.githubusercontent.com/shulieTech/Images/main/shulie.png" width="30%" height="30%">
## 在官方论坛提问
[官方论坛](https://news.shulie.io/?page_id=2477)
## 他们都在用Takin
![image](https://user-images.githubusercontent.com/86357315/126733836-6486de9a-5b67-4486-b17f-102e974684b1.png)
# 许可证
Takin遵循 the Apache 2.0 许可证. 详见 the [LICENSE](https://github.com/shulieTech/Takin/blob/main/LICENSE) file for details.