Jump to content

Talk:CPU time

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Cristiklein (talk | contribs) at 08:04, 21 August 2013 (Unix commands). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconComputing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by Computer hardware task force.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

definition is wrong

CPU time or CPU usage is the amount of time a computer program uses in processing central processing unit (CPU) instructions, as opposed to, for example, waiting for input/output operations. and is also a CPU usage

This is wrong because wait states are usually included in the CPU time, because the CPU is still used from a software point-of-view. CPU time is usually mesured as the time, where the system idle task is not running. --MrBurns (talk) 23:41, 27 April 2009 (UTC)[reply]

Unix commands

Only Unix commands are mentioned. This article ought to mention commands for other operating systems. Otherwise the section should be tagged with {{undue weight}}.

I totally agree with the above comment. The article should insist more on definition, characterization and other generalities that are valid across all operating systems. It should also clearly define user time, system time and steal time, before showing how these values can be found out on different operating systems. Cristiklein (talk) 08:04, 21 August 2013 (UTC)[reply]

scheduled time

Could someone please read this article article and work the insights into this wikipedia article? I'm not deep enough into this topic to do that by myself. --IUniversEi (talk) 08:19, 8 October 2012 (UTC)[reply]

That article is a personal blog, so it's probably not a reliable source. The crux of it can be boiled down to one sentence: "When a process tells you it got 1 second of CPU time, the 1 second could have been really used by 8 other processes alltogether (sic) [depending on the operating system]". This seems more appropriate for an errata or bugs section about the operating system, not the concept of CPU time. — Loadmaster (talk) 16:31, 8 October 2012 (UTC)[reply]