@using HeuristicLab.Services.Access.DataTransfer
@using HeuristicLab.Services.Hive
# | Client Name | Group Name | Cores | Cpu Utilization | Memory | State | |
---|---|---|---|---|---|---|---|
{{($index + 1)+((curClientsPage-1)*(clientsPageSize))}} | {{client.Name}} | {{client.GroupName}} No Group | {{client.UsedCores}} / {{client.TotalCores}} | {{client.CpuUtilization | number: 2}} % | {{client.UsedMemory | kbToGB}} / {{client.TotalMemory | kbToGB}} GB | {{client.State}} | Details |
No clients found! |
# | Client Name | Group Name | Cores | Cpu Utilization | Memory | State | |
---|---|---|---|---|---|---|---|
{{($index + 1)+((curExpiredClientsPage-1)*(expiredClientsPageSize))}} | {{client.Name}} | {{client.GroupName}} No Group | {{client.UsedCores}} / {{client.TotalCores}} | {{client.CpuUtilization | number: 2}} % | {{client.UsedMemory | kbToGB}} / {{client.TotalMemory | kbToGB}} GB | {{client.State}} | Details |
No expired clients found! |