Jeremy Main

Results 73 comments of Jeremy Main

This will not be in v1.0.5, pushing out to next version (tentatively)

Current work in progress, each CPU utilization has a separate color within the general CPU color range. ![image](https://user-images.githubusercontent.com/19617537/134812828-3a3a5de7-00bf-411f-b860-e9fc6d14e17b.png) zoom in on a portion you can see the individual CPU core...

NVML nvmlDeviceGetAutoBoostedClocksEnabled( ) in vGPU clock queries are unsupported, lets leave this to simmer some more.

HDX, PCoIP and Blast protocol metrics AND overall network utilization (Tx/Rx) implemented and tested. For protocols that don't have data sources the general network utilization can be used.

If you have those metric details please share them with me at [ jmain @ gpuprofiler.com ] and I can attempt to add them to the next release (the release...

@mjnowen I installed DCV server in a VM and poked around WMI looking for something relevant but no luck. If you know if there is an DCV API that I...

The DCV documentation and API calls haven't revealed anything as well. https://docs.aws.amazon.com/dcv/index.html There is a "metrics" registry key but no documentation about what key values and what that enables. Computer\HKEY_CURRENT_USER\SOFTWARE\GSettings\com\nicesoftware\dcv\metrics

adding ```reporters``` : ``` ['jsonlogfile'] ``` to ```Computer\HKEY_CURRENT_USER\SOFTWARE\GSettings\com\nicesoftware\dcv\metrics\``` resulted in the user ```session agent.%USERNAME%.json``` files to be generated. Not quite what I was looking to parse. With some more digging...

Current status is that overall network Tx/Rx as well as remoting protocol Tx/Rx for some protocols (PCoIP, Blast, HDX) are in verification phase. WIP screenshot, there are some other UI...