CPUMeter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Software | |||
|Picture=Cpumeter01.png | |||
|Version=1.1b (Oct 1996) | |||
|Author=[[Christof Pastors]] | |||
|License=Shareware | |||
|Download={{FileLink|CPUMeter_1-b.zip}} | |||
}} | |||
'''CPUMeter''' is an enhanced CPU-usage meter, similar to PULSE.EXE. It does not use a counting loop to determine the CPU load. By using the DosQProcStat API call the CPU load and power consumption are reduced. This gives the possibility to show infos about CPU-hogging processes. | '''CPUMeter''' is an enhanced CPU-usage meter, similar to PULSE.EXE. It does not use a counting loop to determine the CPU load. By using the DosQProcStat API call the CPU load and power consumption are reduced. This gives the possibility to show infos about CPU-hogging processes. | ||
Line 5: | Line 11: | ||
* The LineGraph, where the CPU load over time is displayed. | * The LineGraph, where the CPU load over time is displayed. | ||
* The DiskWindow(s), where disk use is shown: | * The DiskWindow(s), where disk use is shown: | ||
* Free space on user-selected drives. | ** Free space on user-selected drives. | ||
* The size of the swap file | ** The size of the swap file | ||
* Space used by other files. | ** Space used by other files. | ||
* The SwapWindow, where the size of the swapfile is shown: | * The SwapWindow, where the size of the swapfile is shown: | ||
* Free space on the swap drive. | ** Free space on the swap drive. | ||
* The size of the swap file (or another file on the drive). | ** The size of the swap file (or another file on the drive). | ||
* The CPUWindow, where the actual CPU load is displayed: | ** The CPUWindow, where the actual CPU load is displayed: | ||
* The total load of all processes. | ** The total load of all processes. | ||
* The load caused by the most active process. | ** The load caused by the most active process. | ||
* The TextWindow at the bottom gives you information about: | * The TextWindow at the bottom gives you information about: | ||
* The total load of all processes. | ** The total load of all processes. | ||
* The load caused by the most active process. | ** The load caused by the most active process. | ||
* The name of the most active process. | ** The name of the most active process. | ||
[[Category:CPU Utilities]][[Category:Shareware]] | |||
[[Category:Utilities]] | |||
[[Category:Shareware]] |
Latest revision as of 18:53, 20 January 2024
CPUMeter | |
---|---|
![]() | |
Version | 1.1b (Oct 1996) |
Vendor | |
Author | Christof Pastors |
License | Shareware |
Download | CPUMeter_1-b.zip |
Website |
CPUMeter is an enhanced CPU-usage meter, similar to PULSE.EXE. It does not use a counting loop to determine the CPU load. By using the DosQProcStat API call the CPU load and power consumption are reduced. This gives the possibility to show infos about CPU-hogging processes.
The main window can contain the following areas:
- The LineGraph, where the CPU load over time is displayed.
- The DiskWindow(s), where disk use is shown:
- Free space on user-selected drives.
- The size of the swap file
- Space used by other files.
- The SwapWindow, where the size of the swapfile is shown:
- Free space on the swap drive.
- The size of the swap file (or another file on the drive).
- The CPUWindow, where the actual CPU load is displayed:
- The total load of all processes.
- The load caused by the most active process.
- The TextWindow at the bottom gives you information about:
- The total load of all processes.
- The load caused by the most active process.
- The name of the most active process.