mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
Добавил метод для получения нагрузки на процессор
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MonitorAgent.Application.Settings;
|
||||
|
||||
public class CpuMonitorSettings
|
||||
{
|
||||
public int DelayTime { get; set; } = 1000;
|
||||
}
|
||||
Reference in New Issue
Block a user