摘要分布式数据库系统是目前最流行的数据库架构,对分布式系统做好状态监视和数据 分析是提高系统运行效率减少维护成本的一个重要途径。本文针对一个特定的 postgresql 分布式数据库模型,在这个模型的基础上详细的论述了选择监视指标、分析采集数据、 产生警告及处理等过程,设计了一个可以实现实时数据信息采集和分析的分布式数据库 监视系统,并使用当前流行的 SSH 框架、ajax 等技术实现了这个监视系统。通过测试该 系统可以很好的实现对特定模型数据库的数据监视。74264
毕业论文关键词 分布式 数据库 监视系统 设计与实现
毕 业 设 计 说 明 书 外 文 摘 要
Title Design and implementation of distributed database monitoring system of asiainfo
Abstract Distributed database system is the most popular database architecture。 It is an important way to improve the efficiency and reduce the maintenance cost of the system by doing the state monitoring and data analysis。 In this paper, a distributed database monitoring system for the specific distributed database model in postgresql is designed, which can realize real time data information collection and analysis。The system uses the current popular SSH Technology ,ajax Technology and so on 。By testing the system can be very good to achieve the specific model database data monitoring。
Keywords Distributed database monitoring design implementation
本科毕业设计说明书 第 I 页
目 次
1 绪论 1
1。1 技术背景 1
1。2 论文组织结构 1
2 分布式数据库系统 3
2。1 分布式数据库系统概述 3
2。2 分类 3
2。2。1 同构同质型 3
2。2。2 同构异质型 3
2。2。3 异构型 3
2。3 影响性能的因素 3
2。3。2 数据读写和请求处理能力 3
2。3。3 数据的管理 3
3 分布式数据库监控系统设计 5
3。1 监控系统概述 5
3。2 监控指标 5
3。2。1 数据库指标 5
3。2。2 主机监控指标 5
3。3 整体设计 6