Skip to content

lzcdr/symon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symon

Tiny command line remote system monitor.

How to use

Start server:

lzcdr@DESKTOP-AEFDRRD:~$ symon_server 127.0.0.1 8123

Request system parameters:

lzcdr@DESKTOP-AEFDRRD:~$ symon_client 127.0.0.1 8123
cpu utilization:  8.40673%
total ram:        8358567936
free ram:         1262432256
total disk space: 253966151680
free disk space:  104380334080

How to build

See src/readme.1st