summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_cpu.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Allow reading from TZ00 thermal zone over ACPI for CPUMichael Larabel2008-12-161-1/+3
| | | | temperature
* pts-core: Improve detection of CPU processor temperatureMichael Larabel2008-12-091-1/+1
|
* pts-core: Return false on failure from read_sysctl() instead ofMichael Larabel2008-11-201-1/+9
| | | | "Unknown" string
* pts-core: Standardize CPU function namesMichael Larabel2008-11-171-36/+34
|
* pts-core: Automatically append periods to test notesMichael Larabel2008-10-181-3/+3
|
* pts-core: Clean / optimize pts-core code / run PEAR's PHP_CodeSnifferMichael Larabel2008-10-161-2/+38
| | | | and clean up most errors and warnings
* pts-core: Improve OpenSolaris hardware detection with motherboard andMichael Larabel2008-10-151-2/+12
| | | | processor
* pts-core: Fix CPU frequency detection for Intel Xeon LV processors andMichael Larabel2008-10-081-1/+1
| | | | potentially other CPU families
* pts-core: Add support for reading software and hardware information onMichael Larabel2008-10-021-1/+20
| | | | Mac OS X
* pts-core: Improve formatting for systems with multiple CPUs but ofMichael Larabel2008-09-111-1/+3
| | | | different models
* pts-core: Drop pts_beep()Michael Larabel2008-08-221-1/+10
| | | | | | | pts-core: If using validate-install.sh/validate-install.php, switch to the test's environment directory before calling the validation script pts-core: General code cleaning, add more documentation, and other cleaning
* pts-core: Fix division by zero in current_processor_usage() exposed onMichael Larabel2008-08-201-2/+5
| | | | the Eee PC
* pts-core: Switch read_sensors() calls to using the new structure whereMichael Larabel2008-08-171-1/+1
| | | | relevant
* pts-core: NUM_CPU_JOBS now equals NUM_CPU_CORES * 2Michael Larabel2008-08-111-1/+1
|
* pts-core: Few small changesMichael Larabel2008-08-101-1/+2
|
* pts-core: Eliminate one second sleep time when determining whether a CPUMichael Larabel2008-08-031-3/+3
| | | | throttling technology (EIST/CnQ) is enabled or not
* pts-core: Should be a whole lot more trivial fixes...Michael Larabel2008-08-031-1/+0
|
* Add BSD CPU frequency detectionMichael Larabel2008-08-031-0/+6
|
* pts-core: Add BSD CPU detection supportMichael Larabel2008-08-031-3/+15
|
* Remove codename from license/copyright comments headersMichael Larabel2008-08-031-1/+1
|
* More OpenSolaris 2008.05 work...Michael Larabel2008-08-031-2/+2
|
* More OpenSolaris hardware/software detection work...Michael Larabel2008-08-031-3/+4
|
* Add initial support for Solaris / OpenSolaris... A few hardwareMichael Larabel2008-08-031-4/+28
| | | | detection functions may also be improved as a result.
* system_monitor: Add cpu.usage to MONITOR, fix some bugs as wellMichael Larabel2008-08-031-0/+30
|
* system_monitor 1.1 module. Eliminate all pts_record_* sensor functionsMichael Larabel2008-08-031-16/+0
| | | | | from pts-core and move into system_monitor. Move PTS_START_TIME and PTS_END_TIME into pts-functions, and other cleaning work.
* pts-core: Fix for detection of single-core processorsMichael Larabel2008-07-251-1/+1
|
* Add GPLv3 header to some source files missing the licenseMichael Larabel2008-06-221-0/+13
|
* Tweak to pts-functions_system_cpuMichael Larabel2008-06-121-1/+1
|
* Improve CPU physical processor count detectionMichael Larabel2008-06-101-1/+1
|
* Add CPU frequency monitoring support (MONITOR=cpu.freq). Thanks to workMichael Larabel2008-06-091-0/+32
| | | | from uncle_fungus.
* A variety of code clean-up work, updating/adding header information,Michael Larabel2008-05-131-0/+8
| | | | etc... Should be all trivial changes.
* Standardize function naming convention for pts-functions_system_parsingMichael Larabel2008-05-081-6/+6
|
* Move generic system parsing functions toMichael Larabel2008-05-081-25/+0
| | | | pts-core/functions/pts-functions_system_parsing.php
* Update to gtkperf profile. Change to 2,000 iterations and add additionalMichael Larabel2008-05-081-1/+1
| | | | | | GtkPerf tests to read. Also has trivial changes to pts-functions_system_cpu
* Report whether a CPU power savings / frequency scaling technology wasMichael Larabel2008-04-281-0/+24
| | | | enabled.
* Support for monitoring CPU and system temperatures through ACPI, ifMichael Larabel2008-04-271-1/+8
| | | | LM_Sensors isn't installed or working.
* Deanjo fix for undefined offset warnings.Michael Larabel2008-04-261-1/+5
|
* A lot more sensor support improvements. Support sys.temp and cpu.tempMichael Larabel2008-04-261-0/+17
| | | | for MONITOR=
* Split out CPU and graphics parts of pts-functions_system intoMichael Larabel2008-04-261-0/+125
pts-functions_system_cpu and pts-functions_system_graphics, respectively.