Advertisement
Guest User

Troubleshooting

a guest
Jul 18th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. Benchmark:
  2. https://www.userbenchmark.com/UserRun/70731534
  3.  
  4. Latency Mon:
  5.  
  6. _________________________________________________________________________________________________________
  7. CONCLUSION
  8. _________________________________________________________________________________________________________
  9. Your system appears to be having trouble handling real-time audio and other tasks. You are likely to experience buffer underruns appearing as drop outs, clicks or pops. One or more DPC routines that belong to a driver running in your system appear to be executing for too long. Also one or more ISR routines that belong to a driver running in your system appear to be executing for too long. One problem may be related to power management, disable CPU throttling settings in Control Panel and BIOS setup. Check for BIOS updates.
  10. LatencyMon has been analyzing your system for 0:04:10 (h:mm:ss) on all processors.
  11.  
  12.  
  13. _________________________________________________________________________________________________________
  14. SYSTEM INFORMATION
  15. _________________________________________________________________________________________________________
  16. Computer name: DESKTOP-M98V1IO
  17. OS version: Windows 11, 10.0, version 2009, build: 26100 (x64)
  18. Hardware: System Product Name, System manufacturer
  19. BIOS: 5031
  20. CPU: AuthenticAMD AMD Ryzen 7 5800X 8-Core Processor
  21. Logical processors: 16
  22. Processor groups: 1
  23. Processor group size: 16
  24. RAM: 16291 MB total
  25.  
  26.  
  27. _________________________________________________________________________________________________________
  28. CPU SPEED
  29. _________________________________________________________________________________________________________
  30. Reported CPU speed (WMI): 3801 MHz
  31. Reported CPU speed (registry): 380 MHz
  32.  
  33. Note: reported execution times may be calculated based on a fixed reported CPU speed. Disable variable speed settings like Intel Speed Step and AMD Cool N Quiet in the BIOS setup for more accurate results.
  34.  
  35.  
  36. _________________________________________________________________________________________________________
  37. MEASURED INTERRUPT TO USER PROCESS LATENCIES
  38. _________________________________________________________________________________________________________
  39. The interrupt to process latency reflects the measured interval that a usermode process needed to respond to a hardware request from the moment the interrupt service routine started execution. This includes the scheduling and execution of a DPC routine, the signaling of an event and the waking up of a usermode thread from an idle wait state in response to that event.
  40.  
  41. Highest measured interrupt to process latency (µs): 122351.20
  42. Average measured interrupt to process latency (µs): 4112.605884
  43.  
  44. Highest measured interrupt to DPC latency (µs): 122345.40
  45. Average measured interrupt to DPC latency (µs): 3626.504021
  46.  
  47.  
  48. _________________________________________________________________________________________________________
  49. REPORTED ISRs
  50. _________________________________________________________________________________________________________
  51. Interrupt service routines are routines installed by the OS and device drivers that execute in response to a hardware interrupt signal.
  52.  
  53. Highest ISR routine execution time (µs): 48575.560
  54. Driver with highest ISR routine execution time: HDAudBus.sys - High Definition Audio Bus Driver, Microsoft Corporation
  55.  
  56. Highest reported total ISR routine time (%): 0.503105
  57. Driver with highest ISR total time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  58.  
  59. Total time spent in ISRs (%) 0.507796
  60.  
  61. ISR count (execution time <250 µs): 11445651
  62. ISR count (execution time 250-500 µs): 0
  63. ISR count (execution time 500-1000 µs): 3
  64. ISR count (execution time 1000-2000 µs): 0
  65. ISR count (execution time 2000-4000 µs): 2
  66. ISR count (execution time >=4000 µs): 0
  67.  
  68.  
  69. _________________________________________________________________________________________________________
  70. REPORTED DPCs
  71. _________________________________________________________________________________________________________
  72. DPC routines are part of the interrupt servicing dispatch mechanism and disable the possibility for a process to utilize the CPU while it is interrupted until the DPC has finished execution.
  73.  
  74. Highest DPC routine execution time (µs): 147346.640
  75. Driver with highest DPC routine execution time: nvlddmkm.sys - NVIDIA Windows Kernel Mode Driver, Version 576.88 , NVIDIA Corporation
  76.  
  77. Highest reported total DPC routine time (%): 0.279902
  78. Driver with highest DPC total execution time: Wdf01000.sys - Kernel Mode Driver Framework Runtime, Microsoft Corporation
  79.  
  80. Total time spent in DPCs (%) 0.697237
  81.  
  82. DPC count (execution time <250 µs): 6579850
  83. DPC count (execution time 250-500 µs): 0
  84. DPC count (execution time 500-10000 µs): 78
  85. DPC count (execution time 1000-2000 µs): 9
  86. DPC count (execution time 2000-4000 µs): 0
  87. DPC count (execution time >=4000 µs): 286
  88.  
  89.  
  90. _________________________________________________________________________________________________________
  91. REPORTED HARD PAGEFAULTS
  92. _________________________________________________________________________________________________________
  93. Hard pagefaults are events that get triggered by making use of virtual memory that is not resident in RAM but backed by a memory mapped file on disk. The process of resolving the hard pagefault requires reading in the memory from disk while the process is interrupted and blocked from execution.
  94.  
  95. NOTE: some processes were hit by hard pagefaults. If these were programs producing audio, they are likely to interrupt the audio stream resulting in dropouts, clicks and pops. Check the Processes tab to see which programs were hit.
  96.  
  97. Process with highest pagefault count: system
  98.  
  99. Total number of hard pagefaults 5900
  100. Hard pagefault count of hardest hit process: 1372
  101. Number of processes hit: 71
  102.  
  103.  
  104. _________________________________________________________________________________________________________
  105. PER CPU DATA
  106. _________________________________________________________________________________________________________
  107. CPU 0 Interrupt cycle time (s): 115.084535
  108. CPU 0 ISR highest execution time (µs): 48575.560
  109. CPU 0 ISR total execution time (s): 18.630503
  110. CPU 0 ISR count: 6180243
  111. CPU 0 DPC highest execution time (µs): 147346.640
  112. CPU 0 DPC total execution time (s): 23.516617
  113. CPU 0 DPC count: 6216513
  114. _________________________________________________________________________________________________________
  115. CPU 1 Interrupt cycle time (s): 37.170402
  116. CPU 1 ISR highest execution time (µs): 25.280
  117. CPU 1 ISR total execution time (s): 0.037877
  118. CPU 1 ISR count: 30696
  119. CPU 1 DPC highest execution time (µs): 145670.480
  120. CPU 1 DPC total execution time (s): 1.888548
  121. CPU 1 DPC count: 81431
  122. _________________________________________________________________________________________________________
  123. CPU 2 Interrupt cycle time (s): 24.315585
  124. CPU 2 ISR highest execution time (µs): 24.090
  125. CPU 2 ISR total execution time (s): 0.000206
  126. CPU 2 ISR count: 51
  127. CPU 2 DPC highest execution time (µs): 121401.270
  128. CPU 2 DPC total execution time (s): 0.580899
  129. CPU 2 DPC count: 30617
  130. _________________________________________________________________________________________________________
  131. CPU 3 Interrupt cycle time (s): 21.640829
  132. CPU 3 ISR highest execution time (µs): 8.690
  133. CPU 3 ISR total execution time (s): 0.000042
  134. CPU 3 ISR count: 5
  135. CPU 3 DPC highest execution time (µs): 24308.430
  136. CPU 3 DPC total execution time (s): 0.136167
  137. CPU 3 DPC count: 23388
  138. _________________________________________________________________________________________________________
  139. CPU 4 Interrupt cycle time (s): 22.905899
  140. CPU 4 ISR highest execution time (µs): 0.0
  141. CPU 4 ISR total execution time (s): 0.0
  142. CPU 4 ISR count: 0
  143. CPU 4 DPC highest execution time (µs): 24303.550
  144. CPU 4 DPC total execution time (s): 0.132812
  145. CPU 4 DPC count: 16236
  146. _________________________________________________________________________________________________________
  147. CPU 5 Interrupt cycle time (s): 22.254584
  148. CPU 5 ISR highest execution time (µs): 0.0
  149. CPU 5 ISR total execution time (s): 0.0
  150. CPU 5 ISR count: 0
  151. CPU 5 DPC highest execution time (µs): 24224.050
  152. CPU 5 DPC total execution time (s): 0.092849
  153. CPU 5 DPC count: 13674
  154. _________________________________________________________________________________________________________
  155. CPU 6 Interrupt cycle time (s): 22.918882
  156. CPU 6 ISR highest execution time (µs): 0.0
  157. CPU 6 ISR total execution time (s): 0.0
  158. CPU 6 ISR count: 0
  159. CPU 6 DPC highest execution time (µs): 24276.630
  160. CPU 6 DPC total execution time (s): 0.087458
  161. CPU 6 DPC count: 9866
  162. _________________________________________________________________________________________________________
  163. CPU 7 Interrupt cycle time (s): 22.245377
  164. CPU 7 ISR highest execution time (µs): 0.0
  165. CPU 7 ISR total execution time (s): 0.0
  166. CPU 7 ISR count: 0
  167. CPU 7 DPC highest execution time (µs): 24225.540
  168. CPU 7 DPC total execution time (s): 0.053538
  169. CPU 7 DPC count: 5144
  170. _________________________________________________________________________________________________________
  171. CPU 8 Interrupt cycle time (s): 19.651794
  172. CPU 8 ISR highest execution time (µs): 0.0
  173. CPU 8 ISR total execution time (s): 0.0
  174. CPU 8 ISR count: 0
  175. CPU 8 DPC highest execution time (µs): 24281.950
  176. CPU 8 DPC total execution time (s): 0.036866
  177. CPU 8 DPC count: 7582
  178. _________________________________________________________________________________________________________
  179. CPU 9 Interrupt cycle time (s): 20.080537
  180. CPU 9 ISR highest execution time (µs): 0.0
  181. CPU 9 ISR total execution time (s): 0.0
  182. CPU 9 ISR count: 0
  183. CPU 9 DPC highest execution time (µs): 24315.240
  184. CPU 9 DPC total execution time (s): 0.037857
  185. CPU 9 DPC count: 7236
  186. _________________________________________________________________________________________________________
  187. CPU 10 Interrupt cycle time (s): 20.588115
  188. CPU 10 ISR highest execution time (µs): 0.0
  189. CPU 10 ISR total execution time (s): 0.0
  190. CPU 10 ISR count: 0
  191. CPU 10 DPC highest execution time (µs): 24249.850
  192. CPU 10 DPC total execution time (s): 0.110550
  193. CPU 10 DPC count: 9872
  194. _________________________________________________________________________________________________________
  195. CPU 11 Interrupt cycle time (s): 21.179799
  196. CPU 11 ISR highest execution time (µs): 0.0
  197. CPU 11 ISR total execution time (s): 0.0
  198. CPU 11 ISR count: 0
  199. CPU 11 DPC highest execution time (µs): 24192.280
  200. CPU 11 DPC total execution time (s): 0.087539
  201. CPU 11 DPC count: 10220
  202. _________________________________________________________________________________________________________
  203. CPU 12 Interrupt cycle time (s): 25.490756
  204. CPU 12 ISR highest execution time (µs): 24268.640
  205. CPU 12 ISR total execution time (s): 0.724278
  206. CPU 12 ISR count: 2530941
  207. CPU 12 DPC highest execution time (µs): 24296.740
  208. CPU 12 DPC total execution time (s): 0.702588
  209. CPU 12 DPC count: 66480
  210. _________________________________________________________________________________________________________
  211. CPU 13 Interrupt cycle time (s): 21.445069
  212. CPU 13 ISR highest execution time (µs): 173.440
  213. CPU 13 ISR total execution time (s): 0.045643
  214. CPU 13 ISR count: 163415
  215. CPU 13 DPC highest execution time (µs): 284.420
  216. CPU 13 DPC total execution time (s): 0.061452
  217. CPU 13 DPC count: 31066
  218. _________________________________________________________________________________________________________
  219. CPU 14 Interrupt cycle time (s): 23.188487
  220. CPU 14 ISR highest execution time (µs): 23600.070
  221. CPU 14 ISR total execution time (s): 0.295403
  222. CPU 14 ISR count: 896351
  223. CPU 14 DPC highest execution time (µs): 24332.460
  224. CPU 14 DPC total execution time (s): 0.183292
  225. CPU 14 DPC count: 23793
  226. _________________________________________________________________________________________________________
  227. CPU 15 Interrupt cycle time (s): 23.136931
  228. CPU 15 ISR highest execution time (µs): 24268.330
  229. CPU 15 ISR total execution time (s): 0.595684
  230. CPU 15 ISR count: 1644034
  231. CPU 15 DPC highest execution time (µs): 24223.320
  232. CPU 15 DPC total execution time (s): 0.204862
  233. CPU 15 DPC count: 27105
  234. _________________________________________________________________________________________________________
  235.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement