当前位置:网站首页>【深入理解TcaplusDB技术】 Tmonitor模块架构
【深入理解TcaplusDB技术】 Tmonitor模块架构
2022-06-25 18:12:00 【数据人儿】
TcaplusDB各个进程模块监控与告警使用的是Tcaplus自研的Tmonitor系统。本文旨在指导运维人员安装部署单机环境的Tmonitor系统并接入TcaplusDB配置监控告警。
Tmonitor模块架构如下:
上图为新版Tmonitor系统的架构图。业务在页面进行注册和接入,接入成功后配置相关的进程指标告警策略、聚合指标告警策略、告警屏蔽策略。业务机器部署在tcm系统下,默认情况下由tagent采集进程指标通过tcp请求发送给Tmonitor系统的dc_tconnd,dc_tconnd再通过tbus将数据透传给dcsvr(DataCollectServer),dcsvr最终将数据入库到DB中对应的表。新版Tmonitor现在支持custom上报方式,业务进程可以构造协议包直接将指标数据发给sasvr。Tmonitor核心模块是sasvr。Sasvr包含两个子系统,统计聚合子系统和告警决策子系统,其中统计聚合子系统用于计算聚合指标,告警决策子系统根据用户配置的告警策略生成告警、聚合告警、发送告警。由上面的描述可知,一套Tmonitor系统分为web和后台,后台进程至少要包含一个dc_tconnd,一个dcsvr,一个sasvr。dc_tconnd和dcsvr是一一对应的,一个业务独占一对dc_tconnd/dcsvr,一个sasvr可以被多个业务共享使用,即可同时处理多个业务的告警计算、聚合、发送工作。
TcaplusDB是腾讯出品的分布式NoSQL数据库,存储和调度的代码完全自研。具备缓存+落地融合架构、PB级存储、毫秒级时延、无损水平扩展和复杂数据结构等特性。同时具备丰富的生态、便捷的迁移、极低的运维成本和五个九高可用等特点。客户覆盖游戏、互联网、政务、金融、制造和物联网等领域。
边栏推荐
- 股票开户怎么办理 办理开户安全吗
- How to judge whether you are suitable for software testing
- 股票开户找人办比较方便么?在线开户安全么?
- 图标丢失,URL附带JESSSIONID的什么来的?
- Optimization of lazyagg query rewriting in parsing data warehouse
- Essential characteristics of convolution operation +textcnn text classification
- Iet attends the 2022 World Science and technology community development and Governance Forum and offers suggestions for building an international science and technology community
- What is an operator?
- Garbage collector and memory allocation strategy
- Using QT to make a beautiful login interface box
猜你喜欢
QT中QString包含“\u0000“的处理方式
[in depth understanding of tcapulusdb technology] tcapulusdb business data backup
Uncover ges super large scale graph computing engine hyg: Graph Segmentation
.NET Worker Service 添加 Serilog 日志记录
Garbage collector and memory allocation strategy
ASP. Net supermarket convenience store online shopping mall source code, for the surrounding distribution system
Handling method of qstring containing "\u0000" in QT
1. Understanding of norm
SDN system method | 9 Access network
Bilstm and CRF
随机推荐
1. Understanding of norm
Is the actual account opening complicated? Is online account opening safe?
哈希竞猜游戏系统开发如何开发?哈希竞猜游戏系统开发应用详情案例及源码
MySQL mysql-8.0.19-winx64 installation and Navicat connection
Redis trend - NVM memory
延时函数如何延时
深入理解ELF文件
Virtual machine class loading mechanism
存在重复元素III[利用排序后的有序性进行剪枝]
Slam visuel Leçon 14 leçon 9 filtre Kalman
Three traversal methods of binary tree (recursive + non recursive) complete code
How to judge whether you are suitable for software testing
User scheduling problem
Hash of redis command
【深入理解TcaplusDB技术】Tmonitor系统升级
Centos7 installing redis 7.0.2
CONDA modifying a mirror source
什么是算子?
Time series analysis of data mining [easy to understand]
图标丢失,URL附带JESSSIONID的什么来的?