Skip to content

jinyi-x/ServerResourceProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerResourceProbe

A server resource monitor written by jinyi.

Developing Plan

  Currently can output Server Information on consle. In the future may add GUI and a IoT Device to show server information at any time;

Usage

Server:

java -jar ResProbe.jar&    

Notice: Server WILL output the token of client on stdio stream

Client:

java -jar ResProbeClient.jar [PORT] [Server Address]

Notice that gui client has NOT FINISHED yet!!!