Click here to Skip to main content
15,881,413 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: ChatGTP: Write me a poem about programming Pin
SteakhouseLuke15-Feb-23 1:02
SteakhouseLuke15-Feb-23 1:02 
GeneralSpan<T> equality Pin
Rob Grainger31-Jan-23 14:05
Rob Grainger31-Jan-23 14:05 
GeneralRe: Span<T> equality Pin
Richard Deeming31-Jan-23 21:50
mveRichard Deeming31-Jan-23 21:50 
GeneralRe: Span<T> equality Pin
Richard Deeming7-Feb-23 4:12
mveRichard Deeming7-Feb-23 4:12 
GeneralWeird One: CPU utilization Pin
raddevus25-Jan-23 8:31
mvaraddevus25-Jan-23 8:31 
GeneralRe: Weird One: CPU utilization Pin
RickZeeland25-Jan-23 9:06
mveRickZeeland25-Jan-23 9:06 
GeneralRe: Weird One: CPU utilization Pin
trønderen25-Jan-23 9:28
trønderen25-Jan-23 9:28 
GeneralRe: Weird One: CPU utilization Pin
trønderen25-Jan-23 9:57
trønderen25-Jan-23 9:57 
I noticed from your first screenshot, your last boot-up was three days ago, so those 19% load isn't startup tasks!

However, the PC spends almost 8 GiBytes of RAM on something. 18% disk activity on a fast SSD, is remarkable. For a good WiFi unit, 104 Kbps isn't that much, but some process is using it. I am not familiar with AMD GPUs, but if your are just displaying the Task Manager, 27% utilization is somewhat on the high side. There is something keeping your CPU busy (and RAM, and disk, and GPU), even if it isn't startup tasks!

Compare that to the second screen dump: Half the memory load, 1% disk, half the Wi-Fi load, less than half GPU load (still surprising high, though!), half the handle count thread count. 1:34 after boot up, some of the load could come from start up tasks.

Before rebooting your PC, you could have produced screen dumps of process lists and thread counts and I/O-activity, to see which might be suspected for preventing the clock speed adjustment (it could still be a long way to the answer, though). If you experience the same again, you may want to take dumps of all the Resource Monitor's displays.

In the DOS days, any software problem could be handled by Ctrl-Alt-Delete. This is the first time for many years that I hear of that Smile | :)
GeneralRe: Weird One: CPU utilization Pin
raddevus25-Jan-23 10:22
mvaraddevus25-Jan-23 10:22 
GeneralRe: Weird One: CPU utilization Pin
RainHat25-Jan-23 23:00
RainHat25-Jan-23 23:00 
GeneralWhat the *ell Windows Explorer? Pin
charlieg18-Jan-23 9:23
charlieg18-Jan-23 9:23 
GeneralHow old am I, according to Amazon? Pin
jsc4214-Jan-23 5:09
professionaljsc4214-Jan-23 5:09 
GeneralRe: How old am I, according to Amazon? Pin
Richard Deeming15-Jan-23 22:38
mveRichard Deeming15-Jan-23 22:38 
GeneralRe: How old am I, according to Amazon? Pin
jsc4215-Jan-23 23:05
professionaljsc4215-Jan-23 23:05 
GeneralRe: How old am I, according to Amazon? Pin
Jeremy Falcon18-Jan-23 2:53
professionalJeremy Falcon18-Jan-23 2:53 
GeneralRe: How old am I, according to Amazon? Pin
charlieg18-Jan-23 8:42
charlieg18-Jan-23 8:42 
GeneralRe: How old am I, according to Amazon? Pin
jsc4218-Jan-23 22:54
professionaljsc4218-Jan-23 22:54 
GeneralForbidden File Names? Pin
kmoorevs30-Dec-22 9:23
kmoorevs30-Dec-22 9:23 
GeneralRe: Forbidden File Names? Pin
trønderen30-Dec-22 9:52
trønderen30-Dec-22 9:52 
GeneralRe: Forbidden File Names? Pin
kmoorevs2-Jan-23 7:16
kmoorevs2-Jan-23 7:16 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 10:36
professionalEddy Vluggen2-Jan-23 10:36 
GeneralRe: Forbidden File Names? Pin
Daniel Pfeffer2-Jan-23 21:23
professionalDaniel Pfeffer2-Jan-23 21:23 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 22:43
professionalEddy Vluggen2-Jan-23 22:43 
GeneralRe: Forbidden File Names? PinPopular
haughtonomous2-Jan-23 21:47
haughtonomous2-Jan-23 21:47 
GeneralRe: Forbidden File Names? Pin
Eddy Vluggen2-Jan-23 22:52
professionalEddy Vluggen2-Jan-23 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.