|
本帖最后由 CodyDoby 于 2019-1-17 04:33 编辑
我先来
[ol]cody@sd-126441:~$ wget -qO- bench.sh | bash----------------------------------------------------------------------CPU model : Intel(R) Atom(TM) CPU C2338 @ 1.74GHzNumber of cores : 2CPU frequency : 1800.000 MHzTotal size of Disk : 915.2 GB (65.0 GB Used)Total amount of Mem : 3951 MB (260 MB Used)Total amount of Swap : 1048 MB (0 MB Used)System uptime : 0 days, 2 hour 9 minLoad average : 0.43, 0.67, 0.69OS : Debian GNU/Linux 9Arch : x86_64 (64 Bit)Kernel : 4.9.0-8-amd64----------------------------------------------------------------------I/O speed(1st run) : 81.6 MB/sI/O speed(2nd run) : 90.1 MB/sI/O speed(3rd run) : 90.0 MB/sAverage I/O speed : 87.2 MB/s----------------------------------------------------------------------Node Name IPv4 address Download SpeedCacheFly 205.234.175.175 66.7MB/s Linode, Tokyo, JP 106.187.96.148 2.81MB/s Linode, Singapore, SG 139.162.23.4 2.67MB/s Linode, London, UK 176.58.107.39 13.3MB/s Linode, Frankfurt, DE 139.162.130.8 17.0MB/s Linode, Fremont, CA 50.116.14.9 3.32MB/s Softlayer, Dallas, TX 173.192.68.18 5.95MB/s Softlayer, Seattle, WA 67.228.112.250 6.28MB/s Softlayer, Frankfurt, DE 159.122.69.4 10.1MB/s Softlayer, Singapore, SG 119.81.28.170 70.6KB/s Softlayer, HongKong, CN 119.81.130.170 68.9KB/s ----------------------------------------------------------------------Node Name IPv6 address Download SpeedLinode, Atlanta, GA 2600:3c02::4b 4.07MB/s Linode, Dallas, TX 2600:3c00::4b 4.93MB/s Linode, Newark, NJ 2600:3c03::4b 6.74MB/s Linode, Singapore, SG 2400:8901::4b 3.65MB/s Linode, Tokyo, JP 2400:8900::4b 3.86MB/s Softlayer, San Jose, CA 2607:f0d0:2601:2a::4 4.20MB/s Softlayer, Washington, WA 2607:f0d0:3001:78::2 21.4MB/s Softlayer, Paris, FR 2a03:8180:1301:8::4 84.0MB/s Softlayer, Singapore, SG 2401:c900:1101:8::2 7.42MB/s Softlayer, Tokyo, JP 2401:c900:1001:16::4 4.42MB/s ----------------------------------------------------------------------[/ol]复制代码
安装工具[ol]apt-get install smartmontools[/ol]复制代码
测硬盘通电时长,第 16 行,我的是 13420 小时
[ol]root@sd-126441:/home/cody# smartctl -A /dev/sdasmartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-8-amd64] (local build)Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF READ SMART DATA SECTION ===SMART Attributes Data Structure revision number: 16Vendor Specific SMART Attributes with Thresholds:ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000b 100 100 062 Pre-fail Always - 0 2 Throughput_Performance 0x0004 100 100 000 Old_age Offline - 0 3 Spin_Up_Time 0x0007 123 123 033 Pre-fail Always - 2 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 22 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000a 100 100 000 Old_age Always - 0 8 Seek_Time_Performance 0x0004 100 100 000 Old_age Offline - 0 9 Power_On_Hours 0x0012 070 070 000 Old_age Always - 13420 10 Spin_Retry_Count 0x0012 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 22191 G-Sense_Error_Rate 0x000a 100 100 000 Old_age Always - 0192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 8193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 88194 Temperature_Celsius 0x0002 130 130 000 Old_age Always - 46 (Min/Max 22/64)196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0223 Load_Retry_Count 0x000a 100 100 000 Old_age Always - 0240 Head_Flying_Hours 0x0032 070 070 000 Old_age Always - 13418241 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 11066262780242 Total_LBAs_Read 0x0032 100 100 000 Old_age Always - 25767282215254 Free_Fall_Sensor 0x0032 100 100 000 Old_age Always - 0[/ol]复制代码
|
|