Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchinchilla/systeminfoapi
This Web API in its first phase, tries to provide the metrics of a Linux system of CPU, Memory and Disks.
https://github.com/mchinchilla/systeminfoapi
debian dotnet linux litedb mongo net5 postgres ravendb redhat ubuntu
Last synced: 4 days ago
JSON representation
This Web API in its first phase, tries to provide the metrics of a Linux system of CPU, Memory and Disks.
- Host: GitHub
- URL: https://github.com/mchinchilla/systeminfoapi
- Owner: mchinchilla
- Created: 2021-05-24T03:30:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T02:43:03.000Z (6 months ago)
- Last Synced: 2024-08-03T04:00:22.722Z (6 months ago)
- Topics: debian, dotnet, linux, litedb, mongo, net5, postgres, ravendb, redhat, ubuntu
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SystemInfoApi
This project in its first phase, will be able to return the metrics of CPU, Memory and Disks for a Linux system (Debian, Ubuntu, Redhat, etc.).
In its second phase, the project will be able to keep the history of the metrics in a Database, with the aim of making reports and graphs of said historical data.
Thanks to this author (see link) which is the base for this project:
https://gunnarpeipman.com/dotnet-core-system-memory/