2. If your PC is in LAN environment, open internet browser on your PC. Type in http://IP address :9090/admin
Whenever a computer running Windows suddenly reboots without displaying any notice, you might check .dmp file.
Error
This may indicate that the software failed to start, or encountered a driver error or other condition that caused it to fail. The Windows application logs, or Dr. Watson logs may contain more details.
Crush dump
Windows 7 Start>Type into System Properties in search>Advanced>Setting>System Failure>Small dump directory>D:\TEMP\DRWATSON
Scala Ready image Player Windows 7 Default D:\TEMP\DRWATSON
Windows 10
Control Panel>System and Security>System>Change Settings>Advanced>Settings. %SystemRoot%\MEMORY.DMP
Have the customer zip up the user.dmp file (it may be quite large)
Have them send the zipped user.dmp file to Support
!analyze -v
Zip the file.
Test
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/determining-whether-a-leak-exists
Launch Performance Monitor. Add the following counters:+
Process-->Private Bytes (for each process you want to examine)-- Net IC RunIC
Process-->Virtual Bytes (for each process you wish to examine)-- NEtIC RunIC
Change the update time to 600 seconds to capture a graph of the leak over time. You might also want to log the data to a file for later examination.
NetIC RunIC
ーーーーーーーーーーーーーーーーーーーーーーー