Skip to content

oaoaoaoaoammm/Metrics-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How it works?

Agent.exe - microservice which collects system metrics and safes them into data base. It creates local server where you can see, delete, update or create them. Which metrics does it collect? These:

  • Cpu
  • Hdd
  • Ram
  • Network
  • Dotnet

Client.exe - desktop app based on wpf technology. It makes request every 1.2 second to the local server and displays information graphically.

How to launch?

You should have downloaded .Net 6 Framework.

Than you download project from releases, unpack it and lauch Agent.exe. After the connection was created you launch Client.exe

Web usage

You should launch Agent.exe. Open your browser. Enter:

http:https://localhost:5000/

After last / you can choose request and enter it like:

http:https://localhost:5000/api/metric/cpu/all

Or

http:https://localhost:5000/api/metric/cpu/getbyid?5

Commands are described in more detail in controllers

Addresses:

Support