# linux_terminal_monitor **Repository Path**: third_party_project_code/linux_terminal_monitor ## Basic Information - **Project Name**: linux_terminal_monitor - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-23 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux_terminal_monitor #### 介绍 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。 #### 软件架构 软件架构说明 terminal_monitor.h terminal_monitor.c Makefile #### 安装教程 1. 下载程序源文件 2. make 3. ./terminal_monitor