Class ProcessStatsService.Stats
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
public record ProcessStatsService.Stats : IEquatable<ProcessStatsService.Stats>
- Inheritance
-
ProcessStatsService.Stats
- Implements
- Inherited Members
Constructors
Stats(double, long, TimeSpan)
public Stats(double CpuPercent, long RamMb, TimeSpan Uptime)
Parameters
Properties
CpuPercent
public double CpuPercent { get; init; }
Property Value
RamMb
public long RamMb { get; init; }
Property Value
Uptime
public TimeSpan Uptime { get; init; }