US20090192762A1 - Method for Measuring Quantity of Usage of CPU - Google Patents
Method for Measuring Quantity of Usage of CPU Download PDFInfo
- Publication number
- US20090192762A1 US20090192762A1 US12/416,686 US41668609A US2009192762A1 US 20090192762 A1 US20090192762 A1 US 20090192762A1 US 41668609 A US41668609 A US 41668609A US 2009192762 A1 US2009192762 A1 US 2009192762A1
- Authority
- US
- United States
- Prior art keywords
- cpu
- usage
- thread
- measuring
- present
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
- G06F11/3419—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F1/00—Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
- G06F11/3419—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time
- G06F11/3423—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment by assessing time where the assessed time is active or idle time
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present invention relates to a method for measuring a quantity of usage of a device, in particular, to a method for measuring a quantity of usage of a CPU.
- a method for calculating a quantity of usage of a CPU can be differentiated in accordance with an operating system. For example, in a MS-Windows 9.times. system, system usage of a CPU is updated by the CPU itself using its own algorithm. However, it is recommended to use the registry information when an application program is developed.
- an Operating System (OS) kernel takes charge of the CPU multi-tasking in all threads in a present ready-to-run state
- the OS kernel generally knows whether there are OS threads in the ready-to-run state or an action state (all threads do not wait for certain event to resume execution). For example, when the OS determines there are no threads in the ready-to-run state, a value of a power management timer is read, and the CPU is maintained in sleep mode. In this mode the power management timer operates independently from the CPU, and measures accurately time duration of reads (regular increase with a fixed rate of 3.579545 Mhz). After that, the OS reads the value of the power management timer when the CPU is waken up.
- OS Operating System
- measuring time difference between initial timer read in the sleep mode of the CPU and second timer read in the wake mode is a measure of idle time of the CPU.
- the CPU idle time can be measured by dividing a total of the difference between the second timer and initial timer for a large sampling interval, by the sampling interval.
- the first timer read describes a processor in sleep mode (initial timer read)
- the second timer read describes the CPU is in the wake mode.
- An object of the invention is to solve at least the above problems and/or disadvantages and to provide at least the advantages described hereinafter.
- An object of the present invention is to provide a method for measuring a quantity of usage of a CPU which is capable of getting directly a result by using various functions provided by the operating system on the behalf of a registry storing a quantity of usage of a CPU inside the system.
- the method for measuring a quantity of usage of the CPU comprises reading execution time of all threads excluding a system thread with a known time interval, adding the values, subtracting a total of the execution time of the former stored thread from the grand total, and measuring a quantity of usage of a CPU by dividing the subtracted execution time by the known time interval.
- a method for measuring a quantity of usage of a CPU in a system including reading execution time of all threads excluding a system thread with a certain timer time interval, adding the read values, subtracting a total of execution time of the former stored thread from the grand total, and measuring a quantity of usage of a CPU by dividing the subtracted execution time of the thread by the certain timer time.
- a method for measuring CPU usage including reading an execution time of a thread over a time interval, adding the execution times to obtain a grand total, reading a total execution time for a previously stored thread, subtracting the total execution time for the previously stored thread from the grand total to obtain a result, and outputting the result.
- FIG. 1 is a detailed flow chart illustrating a method for measuring a quantity of usage of a CPU in accordance with an embodiment of the present invention.
- FIG. 2 illustrates an interface between a procedure for calculating a quantity of usage of a CPU and an outer program.
- a thread used in a Windows system is an execution unit in an application program.
- the each thread is combined with CPU commands, and a set of CPU registers, stacks, etc.
- a process can have several threads, and the thread can make other threads again.
- a kernel as the core of the Windows OS uses a service called a scheduler allocating CPU time to each execution thread.
- the system makes automatically one thread for the process.
- the thread is called a ‘basic thread’ of the process, the basic thread can make additional threads, and the each additional thread can make threads also.
- GDI Graphic Device Interface
- FIG. 1 is a detailed flow chart illustrating a method for measuring a quantity of usage of a CPU in accordance with a preferred embodiment of the present invention.
- a quantity of usage of a CPU is calculated by using a system service provided from MS-Windows.
- a VMM (Virtual Machine Manager) service usable in an embodiment of a VDD (Virtual Device Driver) is provided.
- a service related to a timer and threads is used in the VMM service, and preferably operating at a ring 0 level.
- a program operated in the system is classified as a thread, and the thread is a minimum unit of execution.
- the execution means the CPU is used.
- a variable (SUM) storing the sum of the execution time of all threads excluding the system thread is initialized as in step S 10 .
- a handle value Hd 1 is then read as a pointer of the system thread in step S 11 , and the next thread handle value Hd 2 is read in step S 12 .
- After reading the handle value Hd 1 of the system thread and handle value Hd 2 of the next thread they are compared in step S 13 to determine whether the read values are the same. In other words, it is judged whether the all thread values have been read by comparing the handle value read most recently with the handle value of the system thread.
- the thread handles are executed repeatedly by scheduling of the operating system.
- the operating system also manages information about the thread and execution of it.
- Windows has the VMM service information about the thread execution.
- the VMM service comprises a function (Get_Sys_Thread_Handle) finding a handle of the first thread (system thread), a function (Get Next_Thread_Handle) finding a handle of the next thread, and a function (_GetThreadExecTime) finding execution time after a thread generation etc.
- step S 13 of the thread handle when the thread handle value of the system is different from the next thread handle value, execution time of the next thread handle up to the present is read in step S 14 . The execution time is then added to the variable SUM in step S 15 .
- the above-mentioned process is performed repeatedly until the next thread value approaches to the thread handle value of the system.
- the execution time of the all thread handles excluding the handle value of the system thread is stored in the variable SUM. Accordingly, the sum execution time (before SUM) of the thread handles stored formerly is subtracted from the total execution time (present SUM) of the thread handles stored in the variable SUM, and the subtracted value is divided by the time interval at step S 16 .
- the value divided by the time interval is a quantity of usage of a CPU (CPU_USAGE).
- a value found by dividing 10 seconds by 5 seconds as the ratio between the execution time (100 seconds) of the former stored thread handle and the execution time (105 seconds) of the present execution thread handle is 50% as the quantity of usage of the CPU (CPU_USAGE).
- the execution time for the interval is found by calculating a total of the execution time of all the thread handles excluding the handle of the system thread at each interval by using the VMM service, and subtracting the former calculated total execution time from the grand total.
- a quantity of usage of a system is measured by dividing the found execution time for the interval by the interval.
- a quantity of usage of a CPU is compensated by finding an average value between the former calculated quantities of usage of a CPU (CPU_USAGE_PREV) and the present calculated quantity of usage of a CPU (CPU_USAGE_NOW) in step S 18 .
- the calculated quantity of usage of the CPU shows a sudden variation. It shows sudden variation also however, in an application construction responding sensitively in accordance with a quantity of usage of a CPU.
- the above-described sudden variation of the calculated quantity of usage of the CPU can be prevented by compensating the calculated quantity of usage of the CPU.
- the calculated quantity of usage of the CPU is maintained as it is in step S 19 .
- the total procedure ends after storing the usage values and reserving the time for the next procedure.
- FIG. 2 illustrates an interface between a procedure for calculating a quantity of usage of a CPU and another program. It is possible to update a quantity of usage of a CPU calculated by the algorithm of FIG. 1 to a registry or to access in the Windows program through an interface between an application program (win App) and a V.times.D or other device driver. As described above, the calculated quantity of usage of the CPU of FIG. 1 is updated continually to a memory. In the other device driver (V.times.D), a quantity of usage of a CPU can be gotten through an interfacing method between device drivers. In addition, a method reading a quantity of usage of a CPU directly by using the application program and device I/O control can be used.
- V.times.D the other device driver
- the method for measuring the quantity of usage of the CPU in accordance with the present invention can measure a quantity of usage of a CPU with higher confidence by using various functions provided by an operating system.
- a power consumption in a system (computer) decreases by adjusting a clock pulse of a CPU with the method for measuring the quantity of usage of the CPU in accordance with the present invention.
- the method for measuring the quantity of usage of the CPU in accordance with the present invention can be adapted to various applications based on the system execution requirement, and it is very useful for an application monitoring and reporting a load of a CPU in accordance with an operation state of a system.
- the method for measuring a quantity of usage of a CPU in accordance with the present invention is embodied in a device driver (V.times.D) level, control of a system is useful.
- the method for measuring a quantity of usage of a CPU in accordance with the present invention uses a basic service provided from MS-Windows, there is no need to amend an algorithm in order to adapt it for the other MS-Windows nor does it require a complicated code, and the present invention can measure a quantity of usage of a CPU simply, and without lowering performance of the MS-Windows system.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
- This application is a continuation of U.S. patent application Ser. No. 11/240,634, filed Oct. 3, 2005 and entitled Method for Measuring Quantity of Usage of CPU, which is a continuation of U.S. patent application Ser. No. 10/879,091, filed Jun. 30, 2004 (now U.S. Pat. No. 7,010,466), which is a continuation of U.S. patent application Ser. No. 09/930,447, filed Aug. 16, 2001 (now U.S. Pat. No. 6,804,630), which claims priority to Korean Patent Application No. 50037/2000, filed Aug. 28, 2000, the entire disclosures of which are incorporated herein by reference.
- 1. Field of the Invention
- The present invention relates to a method for measuring a quantity of usage of a device, in particular, to a method for measuring a quantity of usage of a CPU.
- 2. Background of the Related Art
- There are various kinds of algorithms for predicting a quantity of usage of a system in the related art. In general, more complicated algorithms yield more credible predictions; less complicated algorithms yield less credible predictions.
- In addition, a method for calculating a quantity of usage of a CPU can be differentiated in accordance with an operating system. For example, in a MS-Windows 9.times. system, system usage of a CPU is updated by the CPU itself using its own algorithm. However, it is recommended to use the registry information when an application program is developed.
- Furthermore, because an Operating System (OS) kernel takes charge of the CPU multi-tasking in all threads in a present ready-to-run state, the OS kernel generally knows whether there are OS threads in the ready-to-run state or an action state (all threads do not wait for certain event to resume execution). For example, when the OS determines there are no threads in the ready-to-run state, a value of a power management timer is read, and the CPU is maintained in sleep mode. In this mode the power management timer operates independently from the CPU, and measures accurately time duration of reads (regular increase with a fixed rate of 3.579545 Mhz). After that, the OS reads the value of the power management timer when the CPU is waken up.
- In addition, measuring time difference between initial timer read in the sleep mode of the CPU and second timer read in the wake mode is a measure of idle time of the CPU. In other words, the CPU idle time can be measured by dividing a total of the difference between the second timer and initial timer for a large sampling interval, by the sampling interval. It can be described as in Equations 1 and 2, Idle Ticks=Sum (across sampling interval)[Second Timer Read-Initial Timer Read] [Equation 1]CPU Idle(%)=Idle Ticks.times.Tick Period(s)/Sampling Interval(s).times.100% [Equation 2] Herein, the first timer read describes a processor in sleep mode (initial timer read), and the second timer read describes the CPU is in the wake mode.
- In contrast, related art algorithms yield large values of CPU usage, even though the system does not perform an operation. In addition, in the related art, there is no time interval information available for updating a quantity of usage of a CPU, accordingly it is not appropriate for measuring a quantity of usage of a CPU in short time. In addition, in the related art, because an algorithm has to be amended in order to adapt it to the MS-Windows system or a complicated code is required, it degrades the MS-Windows system performance.
- An object of the invention is to solve at least the above problems and/or disadvantages and to provide at least the advantages described hereinafter.
- An object of the present invention is to provide a method for measuring a quantity of usage of a CPU which is capable of getting directly a result by using various functions provided by the operating system on the behalf of a registry storing a quantity of usage of a CPU inside the system.
- In order to achieve the object of the present invention, the method for measuring a quantity of usage of the CPU comprises reading execution time of all threads excluding a system thread with a known time interval, adding the values, subtracting a total of the execution time of the former stored thread from the grand total, and measuring a quantity of usage of a CPU by dividing the subtracted execution time by the known time interval.
- To achieve at least the above objects and advantages in a whole or in parts and in accordance with the purpose of the present invention, as embodied and broadly described, a method for measuring a quantity of usage of a CPU in a system, including reading execution time of all threads excluding a system thread with a certain timer time interval, adding the read values, subtracting a total of execution time of the former stored thread from the grand total, and measuring a quantity of usage of a CPU by dividing the subtracted execution time of the thread by the certain timer time.
- To further achieve at least the above objects and advantages in a whole or in parts and in accordance with the purpose of the present invention, as embodied and broadly described, a method for measuring CPU usage, including reading an execution time of a thread over a time interval, adding the execution times to obtain a grand total, reading a total execution time for a previously stored thread, subtracting the total execution time for the previously stored thread from the grand total to obtain a result, and outputting the result.
- Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention. The objects and advantages of the invention may be realized and attained as particularly pointed out in the appended claims.
- The invention will be described in detail with reference to the following drawings in which like reference numerals refer to like elements wherein:
-
FIG. 1 is a detailed flow chart illustrating a method for measuring a quantity of usage of a CPU in accordance with an embodiment of the present invention. -
FIG. 2 illustrates an interface between a procedure for calculating a quantity of usage of a CPU and an outer program. - Hereinafter, a thread and a handle in accordance with the present invention will be described, and an embodiment in accordance with the present invention will now be described in detail with reference to accompanying
FIGS. 1 and 2 . First, a thread used in a Windows system is an execution unit in an application program. The each thread is combined with CPU commands, and a set of CPU registers, stacks, etc. - In the Windows OS, a process can have several threads, and the thread can make other threads again. In the meantime, a kernel as the core of the Windows OS uses a service called a scheduler allocating CPU time to each execution thread. When a process is getting made, the system makes automatically one thread for the process. The thread is called a ‘basic thread’ of the process, the basic thread can make additional threads, and the each additional thread can make threads also.
- In addition, in the Windows system, it is not possible to approach the kernel, a Graphic Device Interface (GDI) or other object directly, but it is possible through a handle. In general, because the objects have mobility in a memory by a memory manager of the Windows, it is possible to search and approach the objects only through their handles.
- A first embodiment in accordance with the present invention will now be described in detail with reference to accompanying
FIGS. 1 and 2 .FIG. 1 is a detailed flow chart illustrating a method for measuring a quantity of usage of a CPU in accordance with a preferred embodiment of the present invention. In other words, a quantity of usage of a CPU is calculated by using a system service provided from MS-Windows. In Windows, a VMM (Virtual Machine Manager) service usable in an embodiment of a VDD (Virtual Device Driver) is provided. In other words, a service related to a timer and threads is used in the VMM service, and preferably operating at a ring 0 level. - In general, a program operated in the system is classified as a thread, and the thread is a minimum unit of execution. Herein, the execution means the CPU is used. As described in
FIG. 1 , a variable (SUM) storing the sum of the execution time of all threads excluding the system thread is initialized as in step S10. A handle value Hd1 is then read as a pointer of the system thread in step S11, and the next thread handle value Hd2 is read in step S12. After reading the handle value Hd1 of the system thread and handle value Hd2 of the next thread, they are compared in step S13 to determine whether the read values are the same. In other words, it is judged whether the all thread values have been read by comparing the handle value read most recently with the handle value of the system thread. - Herein, the thread handles are executed repeatedly by scheduling of the operating system. The operating system also manages information about the thread and execution of it. In addition, Windows has the VMM service information about the thread execution. For example, the VMM service comprises a function (Get_Sys_Thread_Handle) finding a handle of the first thread (system thread), a function (Get Next_Thread_Handle) finding a handle of the next thread, and a function (_GetThreadExecTime) finding execution time after a thread generation etc.
- After that, in the comparing process of step S13 of the thread handle, when the thread handle value of the system is different from the next thread handle value, execution time of the next thread handle up to the present is read in step S14. The execution time is then added to the variable SUM in step S15. In judging whether the all thread handles are read by comparing the read values, when the thread handle value of the system is different from the next thread handle value, the above-mentioned process is performed repeatedly until the next thread value approaches to the thread handle value of the system.
- When the thread handle value of the system is the same as the last thread handle value, the execution time of the all thread handles excluding the handle value of the system thread is stored in the variable SUM. Accordingly, the sum execution time (before SUM) of the thread handles stored formerly is subtracted from the total execution time (present SUM) of the thread handles stored in the variable SUM, and the subtracted value is divided by the time interval at step S16. Herein, the value divided by the time interval is a quantity of usage of a CPU (CPU_USAGE).
- For example, when the total execution time of the formerly stored thread handles is 100 seconds and the total execution time of the present thread handles is 105 seconds after a 10 second interval, a value found by dividing 10 seconds by 5 seconds as the ratio between the execution time (100 seconds) of the former stored thread handle and the execution time (105 seconds) of the present execution thread handle is 50% as the quantity of usage of the CPU (CPU_USAGE). In other words, the execution time for the interval is found by calculating a total of the execution time of all the thread handles excluding the handle of the system thread at each interval by using the VMM service, and subtracting the former calculated total execution time from the grand total. And, a quantity of usage of a system is measured by dividing the found execution time for the interval by the interval.
- In the meantime, when the interval is set shorter, the calculated quantity of usage of the CPU shows more sudden change than a case when the interval is set longer, in order to decrease the sudden variation, a quantity of usage of a CPU is compensated by finding an average value between the former calculated quantities of usage of a CPU (CPU_USAGE_PREV) and the present calculated quantity of usage of a CPU (CPU_USAGE_NOW) in step S18. In other words, when the interval is short in step S17, the calculated quantity of usage of the CPU shows a sudden variation. It shows sudden variation also however, in an application construction responding sensitively in accordance with a quantity of usage of a CPU. Accordingly, the above-described sudden variation of the calculated quantity of usage of the CPU can be prevented by compensating the calculated quantity of usage of the CPU. On the contrary, when the interval is sufficiently long, the calculated quantity of usage of the CPU is maintained as it is in step S19. The total procedure ends after storing the usage values and reserving the time for the next procedure.
-
FIG. 2 illustrates an interface between a procedure for calculating a quantity of usage of a CPU and another program. It is possible to update a quantity of usage of a CPU calculated by the algorithm ofFIG. 1 to a registry or to access in the Windows program through an interface between an application program (win App) and a V.times.D or other device driver. As described above, the calculated quantity of usage of the CPU ofFIG. 1 is updated continually to a memory. In the other device driver (V.times.D), a quantity of usage of a CPU can be gotten through an interfacing method between device drivers. In addition, a method reading a quantity of usage of a CPU directly by using the application program and device I/O control can be used. - As described above, the method for measuring the quantity of usage of the CPU in accordance with the present invention can measure a quantity of usage of a CPU with higher confidence by using various functions provided by an operating system. In addition, a power consumption in a system (computer) decreases by adjusting a clock pulse of a CPU with the method for measuring the quantity of usage of the CPU in accordance with the present invention. In addition, the method for measuring the quantity of usage of the CPU in accordance with the present invention can be adapted to various applications based on the system execution requirement, and it is very useful for an application monitoring and reporting a load of a CPU in accordance with an operation state of a system.
- In addition, because the method for measuring a quantity of usage of a CPU in accordance with the present invention is embodied in a device driver (V.times.D) level, control of a system is useful. In addition, because the method for measuring a quantity of usage of a CPU in accordance with the present invention uses a basic service provided from MS-Windows, there is no need to amend an algorithm in order to adapt it for the other MS-Windows nor does it require a complicated code, and the present invention can measure a quantity of usage of a CPU simply, and without lowering performance of the MS-Windows system.
- The foregoing embodiments and advantages are merely exemplary and are not to be construed as limiting the present invention. The present teaching can be readily applied to other types of apparatuses. The description of the present invention is intended to be illustrative, and not to limit the scope of the claims. Many alternatives, modifications, and variations will be apparent to those skilled in the art.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/416,686 US20090192762A1 (en) | 2000-08-28 | 2009-04-01 | Method for Measuring Quantity of Usage of CPU |
Applications Claiming Priority (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR50037/2000 | 2000-08-28 | ||
KR1020000050037A KR100613201B1 (en) | 2000-08-28 | 2000-08-28 | Measuring method for cpu usage |
US09/930,447 US6804630B2 (en) | 2000-08-28 | 2001-08-16 | Method for measuring quantity of usage of CPU |
US10/879,091 US7010466B2 (en) | 2000-08-28 | 2004-06-30 | Method for measuring quantity of usage of CPU |
US11/240,634 US7519511B2 (en) | 2000-08-28 | 2005-10-03 | Method for measuring quantity of usage of CPU |
US12/416,686 US20090192762A1 (en) | 2000-08-28 | 2009-04-01 | Method for Measuring Quantity of Usage of CPU |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/240,634 Continuation US7519511B2 (en) | 2000-08-28 | 2005-10-03 | Method for measuring quantity of usage of CPU |
Publications (1)
Publication Number | Publication Date |
---|---|
US20090192762A1 true US20090192762A1 (en) | 2009-07-30 |
Family
ID=19685546
Family Applications (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/930,447 Expired - Lifetime US6804630B2 (en) | 2000-08-28 | 2001-08-16 | Method for measuring quantity of usage of CPU |
US10/879,091 Expired - Fee Related US7010466B2 (en) | 2000-08-28 | 2004-06-30 | Method for measuring quantity of usage of CPU |
US11/240,634 Expired - Fee Related US7519511B2 (en) | 2000-08-28 | 2005-10-03 | Method for measuring quantity of usage of CPU |
US11/410,834 Expired - Lifetime US7412354B2 (en) | 2000-08-28 | 2006-04-26 | Method for measuring quantity of usage of CPU |
US12/185,447 Expired - Fee Related US7813897B2 (en) | 2000-08-28 | 2008-08-04 | Method for measuring quantity of usage of CPU |
US12/416,686 Abandoned US20090192762A1 (en) | 2000-08-28 | 2009-04-01 | Method for Measuring Quantity of Usage of CPU |
Family Applications Before (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/930,447 Expired - Lifetime US6804630B2 (en) | 2000-08-28 | 2001-08-16 | Method for measuring quantity of usage of CPU |
US10/879,091 Expired - Fee Related US7010466B2 (en) | 2000-08-28 | 2004-06-30 | Method for measuring quantity of usage of CPU |
US11/240,634 Expired - Fee Related US7519511B2 (en) | 2000-08-28 | 2005-10-03 | Method for measuring quantity of usage of CPU |
US11/410,834 Expired - Lifetime US7412354B2 (en) | 2000-08-28 | 2006-04-26 | Method for measuring quantity of usage of CPU |
US12/185,447 Expired - Fee Related US7813897B2 (en) | 2000-08-28 | 2008-08-04 | Method for measuring quantity of usage of CPU |
Country Status (2)
Country | Link |
---|---|
US (6) | US6804630B2 (en) |
KR (1) | KR100613201B1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110119330A1 (en) * | 2009-11-13 | 2011-05-19 | Microsoft Corporation | Selective content loading based on complexity |
US20110213997A1 (en) * | 2010-02-26 | 2011-09-01 | Microsoft Corporation | Virtual machine power consumption measurement and management |
US20130117275A1 (en) * | 2010-07-16 | 2013-05-09 | Nec Corporation | Index monitoring system, index monitoring method and program |
Families Citing this family (55)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020059544A1 (en) * | 1999-02-04 | 2002-05-16 | Boucher Michael L. | Methods and systems for determining and displaying activities of concurrent processes |
KR100361340B1 (en) * | 2000-05-15 | 2002-12-05 | 엘지전자 주식회사 | Controlling method for cpu clock |
KR100613201B1 (en) * | 2000-08-28 | 2006-08-18 | 마이크로코넥트 엘엘씨 | Measuring method for cpu usage |
US6671658B2 (en) * | 2000-12-23 | 2003-12-30 | Hewlett-Packard Development Company, L.P | Method for service level estimation in an operating computer system |
EP1514187A2 (en) * | 2001-10-10 | 2005-03-16 | Gartner Inc. | System and method for assigning an engine measure metric to a computing system |
US7631196B2 (en) * | 2002-02-25 | 2009-12-08 | Intel Corporation | Method and apparatus for loading a trustable operating system |
US7131015B2 (en) | 2002-11-12 | 2006-10-31 | Arm Limited | Performance level selection in a data processing system using a plurality of performance request calculating algorithms |
GB2395309A (en) * | 2002-11-12 | 2004-05-19 | Advanced Risc Mach Ltd | Performance level selection in a data processing system |
US7415708B2 (en) * | 2003-06-26 | 2008-08-19 | Intel Corporation | Virtual machine management using processor state information |
US7900092B2 (en) * | 2003-07-11 | 2011-03-01 | Computer Associates Think, Inc. | Kernel-level method of flagging problems in applications |
US20050050237A1 (en) * | 2003-08-28 | 2005-03-03 | Jeddeloh Joseph M. | Memory module and method having on-board data search capabilities and processor-based system using such memory modules |
US20050108591A1 (en) * | 2003-11-13 | 2005-05-19 | Mendelson Geoffrey S. | Method for reduced power consumption |
US8037314B2 (en) | 2003-12-22 | 2011-10-11 | Intel Corporation | Replacing blinded authentication authority |
US7197652B2 (en) * | 2003-12-22 | 2007-03-27 | International Business Machines Corporation | Method and system for energy management in a simultaneous multi-threaded (SMT) processing system including per-thread device usage monitoring |
JP4237661B2 (en) * | 2004-03-25 | 2009-03-11 | 株式会社東芝 | System LSI design support system and design support method |
US20050235284A1 (en) * | 2004-04-14 | 2005-10-20 | International Business Machines Corporation | Systems and methods for tracking processing unit usage |
US8015566B2 (en) * | 2005-01-13 | 2011-09-06 | Lenovo (Singapore) Pte. Ltd. | Attributing energy consumption to individual code threads in a data processing system |
US7627770B2 (en) * | 2005-04-14 | 2009-12-01 | Mips Technologies, Inc. | Apparatus and method for automatic low power mode invocation in a multi-threaded processor |
US7577875B2 (en) * | 2005-09-14 | 2009-08-18 | Microsoft Corporation | Statistical analysis of sampled profile data in the identification of significant software test performance regressions |
US7689838B2 (en) * | 2005-12-22 | 2010-03-30 | Intel Corporation | Method and apparatus for providing for detecting processor state transitions |
DE112005003788T5 (en) * | 2005-12-30 | 2008-09-25 | Intel Corp., Santa Clara | Dynamic estimation of the lifetime of a semiconductor device |
US8127299B2 (en) * | 2006-03-28 | 2012-02-28 | Sap Ag | Landscape reorganization algorithm for dynamic load balancing |
US8117614B2 (en) * | 2006-05-19 | 2012-02-14 | International Business Machines Corporation | Extract CPU time facility |
US8402463B2 (en) * | 2006-10-30 | 2013-03-19 | Hewlett-Packard Development Company, L.P. | Hardware threads processor core utilization |
US20080147357A1 (en) * | 2006-12-15 | 2008-06-19 | Iintrinisyc Software International | System and method of assessing performance of a processor |
US7643964B2 (en) * | 2007-08-21 | 2010-01-05 | Texas Instruments Incorporated | Method, system and apparatus for measuring an idle value of a central processing unit |
US7725296B1 (en) * | 2007-09-24 | 2010-05-25 | United Services Automobile Association (Usaa) | Estimating processor usage |
US7720643B1 (en) | 2007-09-24 | 2010-05-18 | United Services Automobile Association (Usaa) | Estimating processor usage |
US7680628B1 (en) | 2007-09-24 | 2010-03-16 | United Services Automobile Association (Usaa) | Estimating processor usage |
US8578382B2 (en) * | 2009-05-19 | 2013-11-05 | Qualcomm Incorporated | Associating data for events occurring in software threads with synchronized clock cycle counters |
GB2473194A (en) * | 2009-09-02 | 2011-03-09 | 1E Ltd | Monitoring the performance of a computer based on the value of a net useful activity metric |
NL2003915C2 (en) | 2009-12-07 | 2011-06-09 | Yggdra Solutions | Improved power usage management. |
US8650426B2 (en) * | 2009-12-16 | 2014-02-11 | Qualcomm Incorporated | System and method for controlling central processing unit power in a virtualized system |
US9176572B2 (en) | 2009-12-16 | 2015-11-03 | Qualcomm Incorporated | System and method for controlling central processing unit power with guaranteed transient deadlines |
US9104411B2 (en) | 2009-12-16 | 2015-08-11 | Qualcomm Incorporated | System and method for controlling central processing unit power with guaranteed transient deadlines |
US9128705B2 (en) * | 2009-12-16 | 2015-09-08 | Qualcomm Incorporated | System and method for controlling central processing unit power with reduced frequency oscillations |
US8775830B2 (en) * | 2009-12-16 | 2014-07-08 | Qualcomm Incorporated | System and method for dynamically controlling a plurality of cores in a multicore central processing unit based on temperature |
US8909962B2 (en) * | 2009-12-16 | 2014-12-09 | Qualcomm Incorporated | System and method for controlling central processing unit power with guaranteed transient deadlines |
US20110145559A1 (en) * | 2009-12-16 | 2011-06-16 | Thomson Steven S | System and method for controlling central processing unit power with guaranteed steady state deadlines |
US8689037B2 (en) * | 2009-12-16 | 2014-04-01 | Qualcomm Incorporated | System and method for asynchronously and independently controlling core clocks in a multicore central processing unit |
US9563250B2 (en) * | 2009-12-16 | 2017-02-07 | Qualcomm Incorporated | System and method for controlling central processing unit power based on inferred workload parallelism |
US8402471B2 (en) * | 2009-12-21 | 2013-03-19 | At&T Intellectual Property I, L.P. | Methods and apparatus to benchmark a computer system based on executing instructions using different numbers of threads |
US8607232B2 (en) * | 2010-11-11 | 2013-12-10 | International Business Machines Corporation | Identifying a transient thread and excluding the transient thread from a processor load calculation |
US9098561B2 (en) | 2011-08-30 | 2015-08-04 | Intel Corporation | Determining an effective stress level on a processor |
CN103164321A (en) * | 2013-03-20 | 2013-06-19 | 华为技术有限公司 | Occupancy rate measuring method and device of central processing unit |
US9317389B2 (en) | 2013-06-28 | 2016-04-19 | Intel Corporation | Apparatus and method for controlling the reliability stress rate on a processor |
KR101474551B1 (en) * | 2013-08-23 | 2014-12-30 | 주식회사 팀스톤 | Method of representing execution core use and user terminal performing the same |
US9904339B2 (en) | 2014-09-10 | 2018-02-27 | Intel Corporation | Providing lifetime statistical information for a processor |
US9704598B2 (en) | 2014-12-27 | 2017-07-11 | Intel Corporation | Use of in-field programmable fuses in the PCH dye |
US11057446B2 (en) | 2015-05-14 | 2021-07-06 | Bright Data Ltd. | System and method for streaming content from multiple servers |
CN106708709A (en) * | 2015-07-30 | 2017-05-24 | 中兴通讯股份有限公司 | CPU occupancy rate detection method and device |
CN110309036B (en) * | 2018-03-27 | 2023-02-10 | 华为技术有限公司 | CPU occupancy rate detection method and detection equipment |
CN111831519A (en) * | 2019-04-16 | 2020-10-27 | 阿里巴巴集团控股有限公司 | Data acquisition method, device and equipment |
CN112783519B (en) * | 2019-11-04 | 2023-10-20 | 航天科工惯性技术有限公司 | Application program updating method and system for measuring nipple |
CN113448803A (en) * | 2021-06-25 | 2021-09-28 | 东莞市小精灵教育软件有限公司 | Method and device for monitoring CPU |
Citations (49)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5167024A (en) * | 1989-09-08 | 1992-11-24 | Apple Computer, Inc. | Power management for a laptop computer with slow and sleep modes |
US5239652A (en) * | 1991-02-04 | 1993-08-24 | Apple Computer, Inc. | Arrangement for reducing computer power consumption by turning off the microprocessor when inactive |
US5355484A (en) * | 1991-08-12 | 1994-10-11 | International Business Machines Corporation | Dynamically established event monitors in event management services of a computer system |
US5463775A (en) * | 1991-06-10 | 1995-10-31 | International Business Machines Corporation | System and method for performing monitoring of resources in a data processing system in real time |
US5475848A (en) * | 1990-12-28 | 1995-12-12 | Dia Semicon Systems, Incorporated | Supervisory control method and power saving control unit for computer system |
US5511205A (en) * | 1992-04-15 | 1996-04-23 | International Business Machines Corporation | System for distributed power management in portable computers |
US5537656A (en) * | 1994-06-17 | 1996-07-16 | Intel Corporation | Method and apparatus for a microprocessor to enter and exit a reduced power consumption state |
US5586332A (en) * | 1993-03-24 | 1996-12-17 | Intel Corporation | Power management for low power processors through the use of auto clock-throttling |
US5590341A (en) * | 1994-09-30 | 1996-12-31 | Intel Corporation | Method and apparatus for reducing power consumption in a computer system using ready delay |
US5623647A (en) * | 1995-03-07 | 1997-04-22 | Intel Corporation | Application specific clock throttling |
US5719800A (en) * | 1995-06-30 | 1998-02-17 | Intel Corporation | Performance throttling to reduce IC power consumption |
US5754436A (en) * | 1994-12-22 | 1998-05-19 | Texas Instruments Incorporated | Adaptive power management processes, circuits and systems |
US5761517A (en) * | 1996-08-14 | 1998-06-02 | International Business Machines Corporation | System and method for reducing power consumption in high frequency clocked circuits |
US5768602A (en) * | 1995-08-04 | 1998-06-16 | Apple Computer, Inc. | Sleep mode controller for power management |
US5784628A (en) * | 1996-03-12 | 1998-07-21 | Microsoft Corporation | Method and system for controlling power consumption in a computer system |
US5787294A (en) * | 1995-10-13 | 1998-07-28 | Vlsi Technology, Inc. | System for reducing the power consumption of a computer system and method therefor |
US5797115A (en) * | 1995-08-24 | 1998-08-18 | Fuller; Billy | Measuring direct and indirect usage of a central processing unit |
US5812860A (en) * | 1996-02-12 | 1998-09-22 | Intel Corporation | Method and apparatus providing multiple voltages and frequencies selectable based on real time criteria to control power consumption |
US5825674A (en) * | 1995-09-29 | 1998-10-20 | Intel Corporation | Power control for mobile electronics using no-operation instructions |
US5838976A (en) * | 1995-11-28 | 1998-11-17 | Hewlett-Packard Co. | System and method for profiling code on symmetric multiprocessor architectures |
US5983357A (en) * | 1995-07-28 | 1999-11-09 | Compaq Computer Corporation | Computer power management |
US6003061A (en) * | 1995-12-07 | 1999-12-14 | Microsoft Corporation | Method and system for scheduling the use of a computer system resource using a resource planner and a resource provider |
US6006248A (en) * | 1996-07-12 | 1999-12-21 | Nec Corporation | Job application distributing system among a plurality of computers, job application distributing method and recording media in which job application distributing program is recorded |
US6009452A (en) * | 1997-05-02 | 1999-12-28 | Microsoft Corporation | Apparatus and methods for optimally using available computer resources for task execution during idle-time based on probabilistic assessment of future task instances |
US6029119A (en) * | 1996-01-16 | 2000-02-22 | Compaq Computer Corporation | Thermal management of computers |
US6049798A (en) * | 1991-06-10 | 2000-04-11 | International Business Machines Corporation | Real time internal resource monitor for data processing system |
US6076171A (en) * | 1997-03-28 | 2000-06-13 | Mitsubishi Denki Kabushiki Kaisha | Information processing apparatus with CPU-load-based clock frequency |
US6079025A (en) * | 1990-06-01 | 2000-06-20 | Vadem | System and method of computer operating mode control for power consumption reduction |
US6092095A (en) * | 1996-01-08 | 2000-07-18 | Smart Link Ltd. | Real-time task manager for a personal computer |
US6198245B1 (en) * | 1999-09-20 | 2001-03-06 | O2 Micro International Ltd. | Look-ahead closed-loop thermal management |
US6216235B1 (en) * | 1994-06-20 | 2001-04-10 | C. Douglass Thomas | Thermal and power management for computer systems |
US6219723B1 (en) * | 1997-06-25 | 2001-04-17 | Sun Microsystems, Inc. | Method and apparatus for moderating current demand in an integrated circuit processor |
US6272642B2 (en) * | 1998-12-03 | 2001-08-07 | Intel Corporation | Managing a system's performance state |
US6298448B1 (en) * | 1998-12-21 | 2001-10-02 | Siemens Information And Communication Networks, Inc. | Apparatus and method for automatic CPU speed control based on application-specific criteria |
US6384651B1 (en) * | 2000-03-28 | 2002-05-07 | Intel Corporation | Method of generating a signal with controlled duty-cycle and pseudo-random spectrum |
US6397340B2 (en) * | 1989-10-30 | 2002-05-28 | Texas Instruments Incorporated | Real-time power conservation for electronic device having a processor |
US6415388B1 (en) * | 1998-10-30 | 2002-07-02 | Intel Corporation | Method and apparatus for power throttling in a microprocessor using a closed loop feedback system |
US6434714B1 (en) * | 1999-02-04 | 2002-08-13 | Sun Microsystems, Inc. | Methods, systems, and articles of manufacture for analyzing performance of application programs |
US6446214B2 (en) * | 1998-06-08 | 2002-09-03 | Microsoft Corporation | System and method for handling power state change requests initiated by peripheral devices |
US6542940B1 (en) * | 1999-10-25 | 2003-04-01 | Motorola, Inc. | Method and apparatus for controlling task execution in a direct memory access controller |
US6564328B1 (en) * | 1999-12-23 | 2003-05-13 | Intel Corporation | Microprocessor with digital power throttle |
US6584488B1 (en) * | 1999-04-12 | 2003-06-24 | International Business Machines Corporation | Controlling allocation of system resources with an enhanced priority calculation |
US6601179B1 (en) * | 1997-05-02 | 2003-07-29 | Intel Corporation | Circuit and method for controlling power and performance based on operating environment |
US6684341B1 (en) * | 2000-03-09 | 2004-01-27 | International Business Machines Corporation | Method of altering the appearance of an icon of a program to provide an indication to a user that a power management is associated with the particular program |
US6694442B2 (en) * | 2000-12-18 | 2004-02-17 | Asustek Computer Inc. | Method for saving power in a computer by idling system controller and reducing frequency of host clock signal used by system controller |
US6754690B2 (en) * | 1999-09-16 | 2004-06-22 | Honeywell, Inc. | Method for time partitioned application scheduling in a computer operating system |
US6804630B2 (en) * | 2000-08-28 | 2004-10-12 | Lg Electronics Inc. | Method for measuring quantity of usage of CPU |
US6823516B1 (en) * | 1999-08-10 | 2004-11-23 | Intel Corporation | System and method for dynamically adjusting to CPU performance changes |
US7146174B2 (en) * | 1993-09-08 | 2006-12-05 | Qualcomm Incorporated | Method and apparatus for determining the transmission data rate in a multi-user communication system |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1011333A (en) * | 1996-06-24 | 1998-01-16 | Nippon Denki Ido Tsushin Kk | Measuring instrument for cpu use rate by task |
JPH1069405A (en) * | 1996-08-28 | 1998-03-10 | Nec Software Ltd | Task unit cpu use rate measurement system |
JPH10143274A (en) | 1996-11-11 | 1998-05-29 | Casio Comput Co Ltd | Clock controller for cpu |
JP3099807B2 (en) * | 1998-05-15 | 2000-10-16 | 日本電気株式会社 | CPU usage measurement method |
KR100905435B1 (en) | 2009-02-05 | 2009-07-02 | 전제판 | Device and method for turbine seal fin |
-
2000
- 2000-08-28 KR KR1020000050037A patent/KR100613201B1/en active IP Right Grant
-
2001
- 2001-08-16 US US09/930,447 patent/US6804630B2/en not_active Expired - Lifetime
-
2004
- 2004-06-30 US US10/879,091 patent/US7010466B2/en not_active Expired - Fee Related
-
2005
- 2005-10-03 US US11/240,634 patent/US7519511B2/en not_active Expired - Fee Related
-
2006
- 2006-04-26 US US11/410,834 patent/US7412354B2/en not_active Expired - Lifetime
-
2008
- 2008-08-04 US US12/185,447 patent/US7813897B2/en not_active Expired - Fee Related
-
2009
- 2009-04-01 US US12/416,686 patent/US20090192762A1/en not_active Abandoned
Patent Citations (50)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5167024A (en) * | 1989-09-08 | 1992-11-24 | Apple Computer, Inc. | Power management for a laptop computer with slow and sleep modes |
US6397340B2 (en) * | 1989-10-30 | 2002-05-28 | Texas Instruments Incorporated | Real-time power conservation for electronic device having a processor |
US6079025A (en) * | 1990-06-01 | 2000-06-20 | Vadem | System and method of computer operating mode control for power consumption reduction |
US5475848A (en) * | 1990-12-28 | 1995-12-12 | Dia Semicon Systems, Incorporated | Supervisory control method and power saving control unit for computer system |
US5239652A (en) * | 1991-02-04 | 1993-08-24 | Apple Computer, Inc. | Arrangement for reducing computer power consumption by turning off the microprocessor when inactive |
US5463775A (en) * | 1991-06-10 | 1995-10-31 | International Business Machines Corporation | System and method for performing monitoring of resources in a data processing system in real time |
US6049798A (en) * | 1991-06-10 | 2000-04-11 | International Business Machines Corporation | Real time internal resource monitor for data processing system |
US5355484A (en) * | 1991-08-12 | 1994-10-11 | International Business Machines Corporation | Dynamically established event monitors in event management services of a computer system |
US5511205A (en) * | 1992-04-15 | 1996-04-23 | International Business Machines Corporation | System for distributed power management in portable computers |
US5586332A (en) * | 1993-03-24 | 1996-12-17 | Intel Corporation | Power management for low power processors through the use of auto clock-throttling |
US7146174B2 (en) * | 1993-09-08 | 2006-12-05 | Qualcomm Incorporated | Method and apparatus for determining the transmission data rate in a multi-user communication system |
US5537656A (en) * | 1994-06-17 | 1996-07-16 | Intel Corporation | Method and apparatus for a microprocessor to enter and exit a reduced power consumption state |
US6216235B1 (en) * | 1994-06-20 | 2001-04-10 | C. Douglass Thomas | Thermal and power management for computer systems |
US5590341A (en) * | 1994-09-30 | 1996-12-31 | Intel Corporation | Method and apparatus for reducing power consumption in a computer system using ready delay |
US5754436A (en) * | 1994-12-22 | 1998-05-19 | Texas Instruments Incorporated | Adaptive power management processes, circuits and systems |
US5623647A (en) * | 1995-03-07 | 1997-04-22 | Intel Corporation | Application specific clock throttling |
US5719800A (en) * | 1995-06-30 | 1998-02-17 | Intel Corporation | Performance throttling to reduce IC power consumption |
US5983357A (en) * | 1995-07-28 | 1999-11-09 | Compaq Computer Corporation | Computer power management |
US5768602A (en) * | 1995-08-04 | 1998-06-16 | Apple Computer, Inc. | Sleep mode controller for power management |
US5797115A (en) * | 1995-08-24 | 1998-08-18 | Fuller; Billy | Measuring direct and indirect usage of a central processing unit |
US5825674A (en) * | 1995-09-29 | 1998-10-20 | Intel Corporation | Power control for mobile electronics using no-operation instructions |
US5787294A (en) * | 1995-10-13 | 1998-07-28 | Vlsi Technology, Inc. | System for reducing the power consumption of a computer system and method therefor |
US5838976A (en) * | 1995-11-28 | 1998-11-17 | Hewlett-Packard Co. | System and method for profiling code on symmetric multiprocessor architectures |
US6003061A (en) * | 1995-12-07 | 1999-12-14 | Microsoft Corporation | Method and system for scheduling the use of a computer system resource using a resource planner and a resource provider |
US6092095A (en) * | 1996-01-08 | 2000-07-18 | Smart Link Ltd. | Real-time task manager for a personal computer |
US6029119A (en) * | 1996-01-16 | 2000-02-22 | Compaq Computer Corporation | Thermal management of computers |
US5812860A (en) * | 1996-02-12 | 1998-09-22 | Intel Corporation | Method and apparatus providing multiple voltages and frequencies selectable based on real time criteria to control power consumption |
US5784628A (en) * | 1996-03-12 | 1998-07-21 | Microsoft Corporation | Method and system for controlling power consumption in a computer system |
US6006248A (en) * | 1996-07-12 | 1999-12-21 | Nec Corporation | Job application distributing system among a plurality of computers, job application distributing method and recording media in which job application distributing program is recorded |
US5761517A (en) * | 1996-08-14 | 1998-06-02 | International Business Machines Corporation | System and method for reducing power consumption in high frequency clocked circuits |
US6076171A (en) * | 1997-03-28 | 2000-06-13 | Mitsubishi Denki Kabushiki Kaisha | Information processing apparatus with CPU-load-based clock frequency |
US6009452A (en) * | 1997-05-02 | 1999-12-28 | Microsoft Corporation | Apparatus and methods for optimally using available computer resources for task execution during idle-time based on probabilistic assessment of future task instances |
US6601179B1 (en) * | 1997-05-02 | 2003-07-29 | Intel Corporation | Circuit and method for controlling power and performance based on operating environment |
US6219723B1 (en) * | 1997-06-25 | 2001-04-17 | Sun Microsystems, Inc. | Method and apparatus for moderating current demand in an integrated circuit processor |
US6446214B2 (en) * | 1998-06-08 | 2002-09-03 | Microsoft Corporation | System and method for handling power state change requests initiated by peripheral devices |
US6415388B1 (en) * | 1998-10-30 | 2002-07-02 | Intel Corporation | Method and apparatus for power throttling in a microprocessor using a closed loop feedback system |
US6272642B2 (en) * | 1998-12-03 | 2001-08-07 | Intel Corporation | Managing a system's performance state |
US6298448B1 (en) * | 1998-12-21 | 2001-10-02 | Siemens Information And Communication Networks, Inc. | Apparatus and method for automatic CPU speed control based on application-specific criteria |
US6434714B1 (en) * | 1999-02-04 | 2002-08-13 | Sun Microsystems, Inc. | Methods, systems, and articles of manufacture for analyzing performance of application programs |
US6584488B1 (en) * | 1999-04-12 | 2003-06-24 | International Business Machines Corporation | Controlling allocation of system resources with an enhanced priority calculation |
US6823516B1 (en) * | 1999-08-10 | 2004-11-23 | Intel Corporation | System and method for dynamically adjusting to CPU performance changes |
US6754690B2 (en) * | 1999-09-16 | 2004-06-22 | Honeywell, Inc. | Method for time partitioned application scheduling in a computer operating system |
US6198245B1 (en) * | 1999-09-20 | 2001-03-06 | O2 Micro International Ltd. | Look-ahead closed-loop thermal management |
US6542940B1 (en) * | 1999-10-25 | 2003-04-01 | Motorola, Inc. | Method and apparatus for controlling task execution in a direct memory access controller |
US6564328B1 (en) * | 1999-12-23 | 2003-05-13 | Intel Corporation | Microprocessor with digital power throttle |
US6684341B1 (en) * | 2000-03-09 | 2004-01-27 | International Business Machines Corporation | Method of altering the appearance of an icon of a program to provide an indication to a user that a power management is associated with the particular program |
US6384651B1 (en) * | 2000-03-28 | 2002-05-07 | Intel Corporation | Method of generating a signal with controlled duty-cycle and pseudo-random spectrum |
US6804630B2 (en) * | 2000-08-28 | 2004-10-12 | Lg Electronics Inc. | Method for measuring quantity of usage of CPU |
US7010466B2 (en) * | 2000-08-28 | 2006-03-07 | Microconnect Llc | Method for measuring quantity of usage of CPU |
US6694442B2 (en) * | 2000-12-18 | 2004-02-17 | Asustek Computer Inc. | Method for saving power in a computer by idling system controller and reducing frequency of host clock signal used by system controller |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110119330A1 (en) * | 2009-11-13 | 2011-05-19 | Microsoft Corporation | Selective content loading based on complexity |
US20110213997A1 (en) * | 2010-02-26 | 2011-09-01 | Microsoft Corporation | Virtual machine power consumption measurement and management |
US8862914B2 (en) | 2010-02-26 | 2014-10-14 | Microsoft Corporation | Virtual machine power consumption measurement and management |
US9575539B2 (en) | 2010-02-26 | 2017-02-21 | Microsoft Technology Licensing, Llc | Virtual machine power consumption measurement and management |
US20130117275A1 (en) * | 2010-07-16 | 2013-05-09 | Nec Corporation | Index monitoring system, index monitoring method and program |
Also Published As
Publication number | Publication date |
---|---|
US7010466B2 (en) | 2006-03-07 |
US20020026291A1 (en) | 2002-02-28 |
US7813897B2 (en) | 2010-10-12 |
KR100613201B1 (en) | 2006-08-18 |
US20040254765A1 (en) | 2004-12-16 |
US20080288216A1 (en) | 2008-11-20 |
US6804630B2 (en) | 2004-10-12 |
US20060212269A1 (en) | 2006-09-21 |
KR20020016995A (en) | 2002-03-07 |
US7519511B2 (en) | 2009-04-14 |
US7412354B2 (en) | 2008-08-12 |
US20060136176A1 (en) | 2006-06-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7519511B2 (en) | Method for measuring quantity of usage of CPU | |
US7051219B2 (en) | System and apparatus for adjusting a clock speed based on a comparison between a time required for a scheduler function to be completed and a time required for an execution condition to be satisfied | |
US6711526B2 (en) | Operating system-independent method and system of determining CPU utilization | |
US6457135B1 (en) | System and method for managing a plurality of processor performance states | |
KR101518440B1 (en) | Dynamic performance control of processing nodes | |
US7036030B1 (en) | Computer system and method of using temperature measurement readings to detect user activity and to adjust processor performance | |
US7577860B2 (en) | Processor specific BIOS interface for power management | |
US6442700B1 (en) | Thermal control within systems having multiple CPU performance states | |
US20090138219A1 (en) | Estimating power consumption of computing components configured in a computing system | |
US6823516B1 (en) | System and method for dynamically adjusting to CPU performance changes | |
US7490256B2 (en) | Identifying a target processor idle state | |
US6829713B2 (en) | CPU power management based on utilization with lowest performance mode at the mid-utilization range | |
US5355501A (en) | Idle detection system | |
US7861068B2 (en) | Method and apparatus for using dynamic workload characteristics to control CPU frequency and voltage scaling | |
US20120297232A1 (en) | Adjusting the clock frequency of a processing unit in real-time based on a frequency sensitivity value | |
US7694164B2 (en) | Operating system-independent method and system of determining CPU utilization | |
KR20100017874A (en) | Dynamic processor power management device and method thereof | |
JP2000039937A (en) | Computer system and its power-saving control method | |
JP2003337713A (en) | Method for controlling processor | |
US20070005996A1 (en) | Collecting thermal, acoustic or power data about a computing platform and deriving characterization data for use by a driver | |
US8762744B2 (en) | Energy management system configured to generate energy management information indicative of an energy state of processing elements | |
US7903502B2 (en) | Automatic read of current time when exiting low-power state utility | |
US20070028124A1 (en) | Measuring power-on-time in data processing systems | |
Wan et al. | Power management in an RF5 audio streaming application using DSP/BIOS | |
JPH10269140A (en) | Processing performance control system for computer system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: PROTIMUS TECHNOLOGIES LLC, DISTRICT OF COLUMBIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROCONNECT LLC;REEL/FRAME:022499/0301 Effective date: 20071028 Owner name: MICROCONNECT LLC, ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LG ELECTRONICS INC.;REEL/FRAME:022499/0262 Effective date: 20031119 Owner name: ANPA INC., KOREA, REPUBLIC OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PROTIMUS TECHNOLOGIES LLC;REEL/FRAME:022499/0385 Effective date: 20080701 Owner name: LG ELECTRONICS INC., KOREA, REPUBLIC OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEE, SANG HO;OH, JANG KEUN;REEL/FRAME:022499/0161 Effective date: 20010710 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |