【摘要】
为了对服务器运行状况进行监控,及时发现服务器潜在问题,论文在 Windows XP 基础上,以 Access 为数据库开发平台,UDP 协议作为模块间数据通信协议,采用 delphi7设计了一个服务器性能监控系统。系统具体分为 server 和client 两部分,server 部分实时地监控服务器的性能数据,采集到数据之后通过网络以 UDP 方式发送到客户端,以供客户端查看。 client 部分通过 UDP 的方式接收服务器发送的性能数据并存入数据库,然后将数据参数通过曲线图及数据表的形式表示出来,管理员在注册登录后可通过 client 实时监测或查看服务器过去某段时间内的性能参数,从而实现了服务器远程监控功能。%In this paper ,based on Windows XP and Access Database ,a system have designed to monitor the server running status and find the potential problems of the server timely .This system uses UDP as an inter‐module data communi‐cation protocol and is designed with delphi7 .System is divided into two parts :the server and the client .The server part mo‐nitors real‐time data of the server and sends these data to the client with UDP .After receiving and storing these data ,the cli‐ent part will convert these parameters into the form of graphs or data tables .When administrators login the system ,they can remotely monitor the server's real‐time data or view the data over a certain period of time .