Implemented statistics. Refactored storage abstractions. Added config options for docker and local storage. Added server service and server updating.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
namespace MoonlightServers.Daemon.ServerSystem;
|
||||
|
||||
public record ServerStatistics();
|
||||
public record ServerStatistics(
|
||||
double CpuUsage,
|
||||
ulong UsedMemory,
|
||||
ulong TotalMemory,
|
||||
ulong OutgoingNetwork,
|
||||
ulong IngoingNetwork,
|
||||
ulong WriteDisk,
|
||||
ulong ReadDisk
|
||||
);
|
||||
Reference in New Issue
Block a user