mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-06-14 22:30:18 +00:00
Finished memory endpoint
This commit is contained in:
15
README.md
15
README.md
@@ -57,7 +57,7 @@ This endpoint shall return a json struct containing interfaces, and IP addresses
|
||||
|
||||
### uptime
|
||||
|
||||
This will return a struct of system uptime:
|
||||
This will return a JSON payload of system uptime:
|
||||
|
||||
```
|
||||
{
|
||||
@@ -68,6 +68,19 @@ This will return a struct of system uptime:
|
||||
}
|
||||
```
|
||||
|
||||
### mem
|
||||
|
||||
This will return a JSON payload containing information about the system memory, in bytes:
|
||||
|
||||
```
|
||||
{
|
||||
"free" : 8668672000,
|
||||
"total" : 33638055936,
|
||||
"percent" : 74.2,
|
||||
"used" : 22686449664
|
||||
}
|
||||
```
|
||||
|
||||
### teapot
|
||||
|
||||
This shall return a struct, describing the current tea making capabilities of the system:
|
||||
|
||||
Reference in New Issue
Block a user