summaryrefslogtreecommitdiffstats
path: root/pts-core/modules/system_monitor.php
Commit message (Expand)AuthorAgeFilesLines
* system_monitor: When monitoring CPU usage, monitor the usage on eachMichael Larabel2008-12-311-0/+30
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-061-1/+1
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-291-5/+0
* pts_Graph: Various changes to the graphing objectMichael Larabel2008-11-271-1/+1
* pts-core: Finish eliminating use of all global variables throughoutMichael Larabel2008-11-201-2/+2
* pts-core: Eliminate THIS_RUN_TIME constant and add preferred way ofMichael Larabel2008-11-191-2/+3
* pts-core: PTS_START_TIME -> PTS_INIT_TIME and add pts_elapsed_time() function...Michael Larabel2008-11-191-4/+3
* system_monitor: Update it to work with new APIsMichael Larabel2008-11-191-3/+3
* pts-core: Fix graphics constant warnings generated inMichael Larabel2008-11-191-1/+1
* pts-core: Standardize hw_sys_* functionsMichael Larabel2008-11-171-6/+6
* pts-core: Standardize hw_gpu_* functionsMichael Larabel2008-11-171-3/+3
* pts-core: Standardize CPU function namesMichael Larabel2008-11-171-4/+4
* pts-core: Rename display_web_browser() -> pts_display_web_browser()Michael Larabel2008-11-171-2/+2
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-131-48/+48
* pts-core: More various changesMichael Larabel2008-11-011-0/+2
* system_monitor: Add support for using the SVG renderer in pts_GraphMichael Larabel2008-10-131-39/+41
* pts-core: Add a index.html forwarder to each result file and have theMichael Larabel2008-10-041-2/+1
* pts-core: graphics_gpu_usage() returns -1 on failureMichael Larabel2008-10-021-1/+1
* system_monitor: Add support for monitoring hard drive temperature usingMichael Larabel2008-10-021-2/+27
* pts-core: Fix more missing / unset variablesMichael Larabel2008-08-231-2/+2
* system_monitor: Add physical, SWAP, and total memory usage monitoringMichael Larabel2008-08-211-8/+87
* pts-core: Add support for reading system memory and SWAP usageMichael Larabel2008-08-211-1/+1
* system_monitor: Report elapsed time in graphs instead of dateMichael Larabel2008-08-201-4/+8
* system_monitor: V3_POWER -> V3_VOLTAGE (Reported by Marox)Michael Larabel2008-08-191-2/+2
* system_monitor: Poll sensors every 10 secondsMichael Larabel2008-08-171-1/+1
* system_monitor: When reading +3.3V, poll V3_POWER not BATTERY_POWERMichael Larabel2008-08-061-1/+1
* system_monitor: Start pts_monitor_update() during theMichael Larabel2008-08-031-2/+4
* Remove codename from license/copyright comments headersMichael Larabel2008-08-031-1/+1
* pts_module: Add a simple module called dummy_module for showingMichael Larabel2008-08-031-1/+1
* Allow 0 percent usage monitoring...Michael Larabel2008-08-031-1/+1
* system_monitor: Add gpu.freq to MONITORMichael Larabel2008-08-031-1/+26
* pts_Graph: Always show key/legend if it's a single-type line graphMichael Larabel2008-08-031-1/+1
* Update pts_LineGraph, pts_module, and system_monitor objects.Michael Larabel2008-08-031-1/+1
* system_monitor: Add cpu.usage to MONITOR, fix some bugs as wellMichael Larabel2008-08-031-7/+32
* Add proper threading support for pts_module... new functions forMichael Larabel2008-08-031-60/+61
* Add pts_module object for providing some common functions to use by PTSMichael Larabel2008-08-031-9/+7
* system_monitor 1.1 module. Eliminate all pts_record_* sensor functionsMichael Larabel2008-08-031-35/+68
* Add module-info option for viewing information on a moduleMichael Larabel2008-08-031-1/+13
* Add list-modules option for listing all available/installed modulesMichael Larabel2008-08-031-1/+1
* Move all sensor monitoring code from pts-core to system_monitor module.Michael Larabel2008-08-031-0/+431