mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
First commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MonitorAgent.API.Contracts;
|
||||
|
||||
public record class MemoryResponse
|
||||
(
|
||||
int MemTotal,
|
||||
int MemFree,
|
||||
int MemAvailable,
|
||||
int SwapTotal,
|
||||
int SwapFree
|
||||
);
|
||||
Reference in New Issue
Block a user