WoW Change
12%
DoD Change
11%
@Environment.MachineName
@System.Runtime.InteropServices.RuntimeInformation.OSDescription
@System.Runtime.InteropServices.RuntimeInformation.OSArchitecture
@ComputerInfo.RAMUsage
@ComputerInfo.SystemDiskUsage
@Environment.MachineName
@System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription
@System.Diagnostics.Process.GetCurrentProcess().StartTime.ToString("yyyy-MM-dd HH:mm:ss")
@inject NavigationManager NavigationManager;
@inject IMessageService MessageService;
@inject IJSRuntime IJSRuntime;
@code {
protected override async Task OnAfterRenderAsync(bool firstRender)
{
if (firstRender)
{
await NavigationManager.RedirectLogin(IJSRuntime);
await Statistics();
await Information();
await ServiceStatistics();
}
}
private async Task ServiceStatistics()
{
try
{
using var con = Sql.Connect();
await con.Queryable