← Back to KHAO

Crypto ·

Task Manager's CPU meter is an obituary for the recent past, tells the engineer who created it

2 min read

Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.

◌ Single Source

Task Manager in Windows XP.

Windows has always had a built-in portal to the recent past: Task Manager's CPU usage meter.

Key facts

Summary

"The CPU number in Task Manager is a moving little obituary for the immediate past," explained former Microsoft engineer Dave Plummer, "Not what happened at the moment that your eyeballs landed on the row. Plummer wrote the original version of Task Manager, back when it was a lean, mean, process-killing machine rather than the considerably chubbier and cuddlier tool of today. So how did Task Manager report the CPU percentage? Every time the timer fired, the code asked the kernel for cumulative execution times and compared them to the previous sample. "For an individual process, the math is the cumulative current CPU time minus the previous cumulative CPU time.

Read full article at The Register →