/application-status-monitor

Utility that displays the state of the application (cpu, memory, open file descriptors, etc.)

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

application-status-monitor

This utility displays the main characteristics of a running process:

  • cpu usage
  • memory usage
  • opend files descriptors
  • threads
  • opend tcp/udp ports

General characteristics of the host on which the application is running:

  • cpu statistics
  • memory statistics
  • network statistics
  • disk statistics

The utility allows you to receive information from a remote server using ssh.

NOTE: Only Linux.

Dependencies

  • libqt5-devel (or libqt4-devel)
  • libssh-devel (version >= 0.7.3)

Build

qmake ApplicationStatusMonitor.pro
make 

Run

./ApplicationStatusMonitor &

Example of work

Application Base Statistics Application Opend Network Ports Host Statistics