godevop / Linux-Activity-Monitor

This application is able to monitor each process's cpu and memory utilization, cpu time, state, PID and user information.

Home Page:https://www.52coding.com.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Activity Monitor

This application is able to monitor each process's cpu and memory utilization, cpu time, state, PID and user information by analyzing Linux/Unix's \proc virtual file sysyem. It can also display the overall information of cpu and memory use ratio, as well as the basic information of the machine.

The project is written in C++ with Qt4.

Screenshots

  • CPU information

cpu

  • Memory information

mem

  • Basic system information

sys

About

This application is able to monitor each process's cpu and memory utilization, cpu time, state, PID and user information.

https://www.52coding.com.cn/


Languages

Language:C++ 95.4%Language:QMake 4.6%