HP Compaq NX6110
$ cat /image/.disk/info
ALT p10 xfce-sysv/i586 build 2023-06-10
$ cat /etc/os-release
NAME="starter kit"
VERSION="10"
ID=altlinux
VERSION_ID=10
PRETTY_NAME="ALT Starterkit 10 (Hypericum)"
ANSI_COLOR="1;33"
CPE_NAME="cpe:/o:alt:starterkit:10"
BUILD_ID="starter kit 10"
ALT_BRANCH_ID="p10"
HOME_URL="http://en.altlinux.org/starterkits"
BUG_REPORT_URL="https://bugs.altlinux.org/"
$ free -mw # live lowmem
total used free shared buffers cache available
Mem: 2001 234 1233 33 2 530 1521
Swap: 0 0 0
# dmidecode --type bios | grep Date -B2
Vendor: Hewlett-Packard
Version: 68DTD Ver. F.0C
Release Date: 11/21/2005
$ lspci -knn | grep -A2 VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
Subsystem: Hewlett-Packard Company NX6110/NC6120 [103c:099c]
Kernel driver in use: i915
$ grep '^model name\|^address' /proc/cpuinfo
model name : Intel(R) Pentium(R) M processor 2.13GHz
address sizes : 32 bits physical, 32 bits virtual
# grep . /sys/devices/system/cpu/cpufreq/policy*/cpuinfo_*_freq
/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq:800000
/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_max_freq:2133000
/sys/devices/system/cpu/cpufreq/policy0/cpuinfo_min_freq:800000
$ grep . /sys/devices/system/cpu/cpu0/cpufreq/scaling_{available_frequencies,governor}
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies:2133000 1867000 1600000 1333000 1067000 800000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:ondemand
$ acpi -t
Thermal 0: ok, 44.0 degrees C
Thermal 1: ok, 24.9 degrees C
Thermal 2: ok, 47.0 degrees C
Thermal 3: ok, 40.0 degrees C
# dmidecode --type memory | grep 'Capacity\|Size\|Factor\|Type\|Speed'
Error Correction Type: None
Maximum Capacity: 2 GB
Size: 1 GB
Form Factor: SODIMM
Type: DDR
Type Detail: Synchronous
Speed: 333 MT/s
Size: 1 GB
Form Factor: SODIMM
Type: DDR
Type Detail: Synchronous
Speed: 333 MT/s
$ xrandr | grep 'Screen 0' -A2
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
LVDS1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 300mm x 230mm
1024x768 60.00*+
$ glxinfo | grep 'OpenGL vendor string' -A2
OpenGL vendor string: Mesa Project
OpenGL renderer string: i915 (chipset: 915GM)
OpenGL version string: 2.1 Mesa 22.3.7
$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
2154 frames in 5.0 seconds = 430.658 FPS
2274 frames in 5.0 seconds = 454.620 FPS
2278 frames in 5.0 seconds = 455.569 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
$ acpi -i
Battery 0: Full, 100%
Battery 0: design capacity 6146 mAh, last full capacity 6146 mAh = 100%
# smartctl -x /dev/sda | grep 'Device Model\|Capacity\|Hours'
Device Model: SAMSUNG HM160HC
User Capacity: 160 041 885 696 bytes [160 GB]
9 Power_On_Hours -O--CK 252 252 000 - 458
$ mediainfo http://video/stream.mp4 | grep 'Info\|Bit rate\|Width\|Height'
Format/Info : Advanced Video Codec
Codec ID/Info : Advanced Video Coding
Bit rate : 312 kb/s
Width : 512 pixels
Height : 384 pixels
Format/Info : Advanced Audio Codec Low Complexity
Bit rate mode : Variable
Bit rate : 62.7 kb/s
$ firefox --version
Mozilla Firefox 102.11.0esr
$ sleep 15; sar -P ALL 1 5
Linux 5.10.179-std-def-alt1 (localhost.localdomain) 07.07.2023 _i686_ (1 CPU)
23:15:09 CPU %user %nice %system %iowait %steal %idle
23:15:10 all 91,00 0,00 9,00 0,00 0,00 0,00
23:15:10 0 91,00 0,00 9,00 0,00 0,00 0,00
23:15:10 CPU %user %nice %system %iowait %steal %idle
23:15:11 all 93,00 0,00 7,00 0,00 0,00 0,00
23:15:11 0 93,00 0,00 7,00 0,00 0,00 0,00
23:15:11 CPU %user %nice %system %iowait %steal %idle
23:15:12 all 91,00 0,00 9,00 0,00 0,00 0,00
23:15:12 0 91,00 0,00 9,00 0,00 0,00 0,00
23:15:12 CPU %user %nice %system %iowait %steal %idle
23:15:13 all 94,06 0,00 5,94 0,00 0,00 0,00
23:15:13 0 94,06 0,00 5,94 0,00 0,00 0,00
23:15:13 CPU %user %nice %system %iowait %steal %idle
23:15:14 all 92,00 0,00 8,00 0,00 0,00 0,00
23:15:14 0 92,00 0,00 8,00 0,00 0,00 0,00
Среднее: CPU %user %nice %system %iowait %steal %idle
Среднее: all 92,22 0,00 7,78 0,00 0,00 0,00
Среднее: 0 92,22 0,00 7,78 0,00 0,00 0,00
$ sleep 300; acpi -t
Thermal 0: active, 75.0 degrees C
Thermal 1: ok, 24.9 degrees C
Thermal 2: ok, 59.0 degrees C
Thermal 3: ok, 75.0 degrees C
$ otter-browser --version; sleep 300; sar -P ALL 1 5; acpi -t
Otter 1.0.03
Linux 5.10.179-std-def-alt1 (localhost.localdomain) 08.07.2023 _i686_ (1 CPU)
01:06:00 CPU %user %nice %system %iowait %steal %idle
01:06:01 all 24,00 0,00 12,00 62,00 0,00 2,00
01:06:01 0 24,00 0,00 12,00 62,00 0,00 2,00
01:06:01 CPU %user %nice %system %iowait %steal %idle
01:06:02 all 24,49 0,00 8,16 62,24 0,00 5,10
01:06:02 0 24,49 0,00 8,16 62,24 0,00 5,10
01:06:02 CPU %user %nice %system %iowait %steal %idle
01:06:03 all 23,00 0,00 10,00 66,00 0,00 1,00
01:06:03 0 23,00 0,00 10,00 66,00 0,00 1,00
01:06:03 CPU %user %nice %system %iowait %steal %idle
01:06:04 all 25,25 0,00 11,11 60,61 0,00 3,03
01:06:04 0 25,25 0,00 11,11 60,61 0,00 3,03
01:06:04 CPU %user %nice %system %iowait %steal %idle
01:06:05 all 25,51 0,00 10,20 59,18 0,00 5,10
01:06:05 0 25,51 0,00 10,20 59,18 0,00 5,10
Среднее: CPU %user %nice %system %iowait %steal %idle
Среднее: all 24,44 0,00 10,30 62,02 0,00 3,23
Среднее: 0 24,44 0,00 10,30 62,02 0,00 3,23
Thermal 0: ok, 52.0 degrees C
Thermal 1: ok, 24.9 degrees C
Thermal 2: ok, 52.0 degrees C
Thermal 3: ok, 40.0 degrees C
$ mpv --version
mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects
built on Tue Feb 7 08:25:52 UTC 2023
$ sleep 15; sar -P ALL 1 5
Linux 5.10.179-std-def-alt1 (localhost.localdomain) 07.07.2023 _i686_ (1 CPU)
23:24:49 CPU %user %nice %system %iowait %steal %idle
23:24:50 all 47,47 0,00 31,31 1,01 0,00 20,20
23:24:50 0 47,47 0,00 31,31 1,01 0,00 20,20
23:24:50 CPU %user %nice %system %iowait %steal %idle
23:24:51 all 49,49 0,00 32,32 0,00 0,00 18,18
23:24:51 0 49,49 0,00 32,32 0,00 0,00 18,18
23:24:51 CPU %user %nice %system %iowait %steal %idle
23:24:52 all 54,55 0,00 34,34 0,00 0,00 11,11
23:24:52 0 54,55 0,00 34,34 0,00 0,00 11,11
23:24:52 CPU %user %nice %system %iowait %steal %idle
23:24:53 all 47,00 0,00 33,00 0,00 0,00 20,00
23:24:53 0 47,00 0,00 33,00 0,00 0,00 20,00
23:24:53 CPU %user %nice %system %iowait %steal %idle
23:24:54 all 50,50 0,00 37,62 0,00 0,00 11,88
23:24:54 0 50,50 0,00 37,62 0,00 0,00 11,88
Среднее: CPU %user %nice %system %iowait %steal %idle
Среднее: all 49,80 0,00 33,73 0,20 0,00 16,27
Среднее: 0 49,80 0,00 33,73 0,20 0,00 16,27
$ sleep 300; acpi -t
Thermal 0: ok, 55.0 degrees C
Thermal 1: ok, 24.9 degrees C
Thermal 2: ok, 54.0 degrees C
Thermal 3: ok, 55.0 degrees C
$ rpm -q mplayer
mplayer-1.4-alt7.38313.1.i586
$ sleep 15; sar -P ALL 1 5
Linux 5.10.179-std-def-alt1 (localhost.localdomain) 07.07.2023 _i686_ (1 CPU)
23:46:46 CPU %user %nice %system %iowait %steal %idle
23:46:47 all 31,31 0,00 6,06 0,00 0,00 62,63
23:46:47 0 31,31 0,00 6,06 0,00 0,00 62,63
23:46:47 CPU %user %nice %system %iowait %steal %idle
23:46:48 all 35,35 0,00 6,06 0,00 0,00 58,59
23:46:48 0 35,35 0,00 6,06 0,00 0,00 58,59
23:46:48 CPU %user %nice %system %iowait %steal %idle
23:46:49 all 37,37 0,00 8,08 0,00 0,00 54,55
23:46:49 0 37,37 0,00 8,08 0,00 0,00 54,55
23:46:49 CPU %user %nice %system %iowait %steal %idle
23:46:50 all 35,35 0,00 6,06 0,00 0,00 58,59
23:46:50 0 35,35 0,00 6,06 0,00 0,00 58,59
23:46:50 CPU %user %nice %system %iowait %steal %idle
23:46:51 all 33,00 0,00 6,00 0,00 0,00 61,00
23:46:51 0 33,00 0,00 6,00 0,00 0,00 61,00
Среднее: CPU %user %nice %system %iowait %steal %idle
Среднее: all 34,48 0,00 6,45 0,00 0,00 59,07
Среднее: 0 34,48 0,00 6,45 0,00 0,00 59,07
$ sleep 300; acpi -t
Thermal 0: ok, 53.0 degrees C
Thermal 1: ok, 24.9 degrees C
Thermal 2: ok, 52.0 degrees C
Thermal 3: ok, 40.0 degrees C