1、 I 毕 业 设 计(论 文) 设计(论文)题目:基于移动设备的主机管理系统的设计 学 院 名 称: xxx 专 业: xxx 班 级: xxx 姓 名: xxx 学 号 xxx 指 导 教 师: xxx 职 称 xxx 企 业 教 师: xxx 企 业 定稿日期: 2014 年 5 月 6 日 I 基于移动设备的主机管理系统的设计 摘 要 本系统是一个基于 ARM 开发板的移动的服务器,支持有线模式或 者 WIFI 模式进行收发数据。用来接收 PC 机发来的相关运行信息,实 现远程监测控制主机的运行状态。 在 PC 机上运行一个客户端,用于采 集本 PC 机相关运行数据, 如定期采集 CPU
2、 的使用率, 定期采集内存的 状态,采集磁盘信息,监控当前系统中运行的进程的状态,需要监控 的进程的列表也是从配置文件中读取,网络流量监控,采集时的重要 数据记录本地日志,提供用户日后查看,然后发送给服务器,服务器 会进行数据分析,越高警戒值,会反馈给用户,用户可以通过服务器 按键发送相关指令,控制 PC 机的运行,比如关闭某个进程,重启 PC 机,关闭 PC 机等操作。 关键词:服务器,PC 机,移动监控 II MOBILE HOST EQUIPMENT MANAGEMENT SYSTEM BASED ON ARM BOARD ABSTRACT This system is a server
3、 based on the movement of the ARM development board, support model of cable or WIFI to send and receive data. To receives the PC of the relevant information, remote control of the host running state. In PC running a client for this PC related operation data, such as regular collection CPU usage, reg
4、ularly collecting memory state, disk information, monitoring the current system in the state of the running process, need to monitor the progress of the list is read from the configuration file, network traffic monitoring, collecting important data record local log, to provide users see in the futur
5、e, and then sent to the server, the server will perform data analysis, the higher the value, and will feedback to the user, the user can through the server button to send the command and control the operation of the PC, such as closing a process, restart the PC, shut down the PC operation, etc. Key
6、Words: servers, pc, mobile monitoring III 目录目录 摘摘 要要 . I ABSTRACT II 第第 1 章章 绪论绪论 . 1 1.1 引言 . 1 1.2 移动主机管理系统设计的背景 1 1.3 本设计所以实现的目标 . 2 1.4 论文的结构安排 . 2 第第 2 章章 主机系统设计软件坏境介绍主机系统设计软件坏境介绍 3 2.1 NOTEPAD+文本编辑器 . 3 2.2 GCC 编辑器 . 4 2.3 GDB调试器 . 4 第第 3 章章 主机管理系统整体设计主机管理系统整体设计 . 5 3.13.1 整体设计概念设计图 5 3.2 软件工作流程图 5 3.2.1 主机工作流程图 5 3.2.2 监控端工作流程图 7 第第 4 章章 主机管理系统模块实现主机管理系统模块实现 . 8 4.1 日志记录模块实现 8 4.2 配置文件模块实现 8 4.3 CPU 使用率模块实现 8