summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-21 14:49:13 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-21 14:49:13 -0400
commit2d3dc4f983bbf077432cff8193836038584b369c (patch)
tree4df666081826593634cb525cea030302d19dddf9 /pts-core/functions/pts-functions_system.php
parent139577a6d076e528d4ee77674a2ab20570d1dc1f (diff)
downloadphoronix-test-suite-upstream-2d3dc4f983bbf077432cff8193836038584b369c.tar.gz
phoronix-test-suite-upstream-2d3dc4f983bbf077432cff8193836038584b369c.tar.xz
phoronix-test-suite-upstream-2d3dc4f983bbf077432cff8193836038584b369c.zip
pts-core: Add Linux support for reading DIMM speed, capacity, and bank
information through DMI
Diffstat (limited to 'pts-core/functions/pts-functions_system.php')
-rw-r--r--pts-core/functions/pts-functions_system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index 14d4bb5..b5d43c4 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -34,7 +34,7 @@ function pts_hw_string()
$hw_string = "Processor: " . processor_string() . " (Total Cores: " . cpu_core_count() . "), ";
$hw_string .= "Motherboard: " . main_system_hardware_string() . ", ";
$hw_string .= "Chipset: " . motherboard_chipset_string() . ", ";
- $hw_string .= "System Memory: " . memory_mb_capacity() . "MB, ";
+ $hw_string .= "System Memory: " . system_memory_string() . ", ";
$hw_string .= "Disk: " . system_hard_disks() . ", ";
$hw_string .= "Graphics: " . graphics_processor_string() . graphics_frequency_string() . ", ";
$hw_string .= "Screen Resolution: " . current_screen_resolution() . " ";