Category: NET 8
-
NetCoreUsefullEndpoints-part 11–adding process information
In the Nuget NetCoreUsefullEndpoints I have added information about the current process : You can access by going to http://localhost:5027/api/usefull/process and this is the result { “id”: 24064, “processName”: “TestUsefullEndpoints”, “startTime”: “2024-06-27T23:24:36.4003351+03:00”, “totalProcessorTime”: “00:00:01.0312500”, “threadsCount”: 39, “workingSet64”: 84385792, “privateMemorySize64”: 65458176, “pagedMemorySize64”: 65458176, “pagedSystemMemorySize64”: 384840, “peakPagedMemorySize64”: 67108864, “peakVirtualMemorySize64”: 2481013948416, “peakWorkingSet64”: 84733952, “virtualMemorySize64”: 2481005563904, “basePriority”: 8, “handleCount”:…