杂物改造 篇三:蜗牛b双cpu调度按需降频通用x86黑白群晖

2020-05-22 11:35:42 20点赞 88收藏 42评论

首先确定系统的版本和CPU类型,下面的安装脚本适用于x86平台64位系统,我是蜗牛星际B双的矿渣J1900,其他平台不确定。

群晖的管理后台,打开控制面板,在“终端机和SNMP”中,开启SSH功能,端口号默认为22,为了安全起见,建议修改成其他端口号。

使用PUTTY,或者其他SSH工具,或windows的linux子系统使用命令。登录后安装ipkg包管理,加粗的是命令。

admin@DiskStation:~$ sudo su

Password:

ash-4.3# wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh

--2020-05-22 07:59:03-- http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh

Resolving ipkg.nslu2-linux.org... 23.141.224.193, 2620:139:a000::c1

Connecting to ipkg.nslu2-linux.org|23.141.224.193|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 249507 (244K) [text/plain]

Saving to: 'syno-i686-bootstrap_1.2-7_i686.xsh'

100%[======================================>] 249,507 263KB/s in 0.9s

2020-05-22 07:59:05 (263 KB/s) - 'syno-i686-bootstrap_1.2-7_i686.xsh' saved [249507/249507]

ash-4.3# chmod +x syno-i686-bootstrap_1.2-7_i686.xsh

ash-4.3# sh syno-i686-bootstrap_1.2-7_i686.xsh

Optware Bootstrap for syno-i686.

Extracting archive... please wait

bootstrap/

bootstrap/bootstrap.sh

bootstrap/ipkg-opt.ipk

1216+1 records in

1216+1 records out

249302 bytes (249 kB) copied, 0.0066538 s, 37.5 MB/s

bootstrap/ipkg.sh

bootstrap/optware-bootstrap.ipk

bootstrap/wget.ipk

Creating temporary ipkg repository...

Installing optware-bootstrap package...

Unpacking optware-bootstrap.ipk...Done.

Configuring optware-bootstrap.ipk...Modifying /etc/rc.local

Done.

Installing ipkg...

Unpacking ipkg-opt.ipk...Done.

Configuring ipkg-opt.ipk...Done.

Removing temporary ipkg repository...

Installing wget...

Installing wget (1.12-2) to root...

Configuring wget

Successfully terminated.

Creating /opt/etc/ipkg/cross-feed.conf...

Setup complete.


之后安装cpufrequtils工具包

root@DiskStation:/volume1/homes/admin# ipkg update

Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/Packages.gz

Inflating http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/Packages.gz

Updated list of available packages in /opt/lib/ipkg/lists/cross

Successfully terminated.

root@DiskStation:/volume1/homes/admin# ipkg install cpufrequtils

Installing cpufrequtils (006-2) to root...

Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/cpufrequtils_006-2_i686.ipk

Configuring cpufrequtils

Successfully terminated.


然后,查看现有cpu调度策略,果然是performance。但是明明很空闲,cpu占用率不到10%,docker,qb没啥事干的哦

root@DiskStation:/volume1/homes/admin# cpufreq-info

cpufrequtils 006: cpufreq-info (C) Dominik Brodowski 2004-2009

Report errors and bugs to cpufreq@vger.kernel.org, please.

analyzing CPU 0:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "performance" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.95%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.00% (1)

analyzing CPU 1:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "performance" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.95%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.00% (1)

analyzing CPU 2:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "performance" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.95%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.00% (1)

analyzing CPU 3:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "performance" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.95%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.00% (1)


改为ondemand,4个core要分别执行。再查看cpu调度策略。

root@DiskStation:/volume1/homes/admin# cpufreq-set -c 0 -g ondemand

root@DiskStation:/volume1/homes/admin# cpufreq-set -c 1 -g ondemand

root@DiskStation:/volume1/homes/admin# cpufreq-set -c 2 -g ondemand

root@DiskStation:/volume1/homes/admin# cpufreq-set -c 3 -g ondemand

root@DiskStation:/volume1/homes/admin# cpufreq-info

cpufrequtils 006: cpufreq-info (C) Dominik Brodowski 2004-2009

Report errors and bugs to cpufreq@vger.kernel.org, please.

analyzing CPU 0:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.92%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.03% (399)

analyzing CPU 1:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.92%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.03% (399)

analyzing CPU 2:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.92%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.03% (399)

analyzing CPU 3:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:99.92%, 1.99 GHz:0.05%, 1.91 GHz:0.00%, 1.83 GHz:0.00%, 1.74 GHz:0.00%, 1.66 GHz:0.00%, 1.58 GHz:0.00%, 1.49 GHz:0.00%, 1.41 GHz:0.00%, 1.33 GHz:0.03% (399)


后续:

加入开机自动打开方法

在某个目录(我是在home/admin下)创建个cpufreqset.sh如下:

#/bin/bash

export PATH=$PATH:/opt/bin

cpufreq-set -c 0 -g ondemand

cpufreq-set -c 1 -g ondemand

cpufreq-set -c 2 -g ondemand

cpufreq-set -c 3 -g ondemand


蜗牛b双cpu调度按需降频通用x86黑白群晖

之后在控制面板的任务计划中,添加到开机任务中注意要用root执行(我的是最后一行)

蜗牛b双cpu调度按需降频通用x86黑白群晖

重启机器后,最开始1.99G,几分钟就1.33G了,完美!

还可以手工调整频率,但是就此打住吧。

ash-4.3# /opt/bin/cpufreq-info

cpufrequtils 006: cpufreq-info (C) Dominik Brodowski 2004-2009

Report errors and bugs to cpufreq@vger.kernel.org, please.

analyzing CPU 0:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:47.47%, 1.99 GHz:17.82%, 1.91 GHz:0.69%, 1.83 GHz:0.40%, 1.74 GHz:0.26%, 1.66 GHz:0.27%, 1.58 GHz:1.32%, 1.49 GHz:0.91%, 1.41 GHz:0.23%, 1.33 GHz:30.63% (1100)

analyzing CPU 1:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:47.47%, 1.99 GHz:17.82%, 1.91 GHz:0.69%, 1.83 GHz:0.40%, 1.74 GHz:0.26%, 1.66 GHz:0.27%, 1.58 GHz:1.32%, 1.49 GHz:0.91%, 1.41 GHz:0.23%, 1.33 GHz:30.63% (1100)

analyzing CPU 2:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:47.47%, 1.99 GHz:17.82%, 1.91 GHz:0.69%, 1.83 GHz:0.40%, 1.74 GHz:0.26%, 1.66 GHz:0.27%, 1.58 GHz:1.32%, 1.49 GHz:0.91%, 1.41 GHz:0.23%, 1.33 GHz:30.63% (1100)

analyzing CPU 3:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.99 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:47.47%, 1.99 GHz:17.82%, 1.91 GHz:0.69%, 1.83 GHz:0.40%, 1.74 GHz:0.26%, 1.66 GHz:0.27%, 1.58 GHz:1.32%, 1.49 GHz:0.91%, 1.41 GHz:0.23%, 1.33 GHz:30.63% (1100)



ash-4.3# /opt/bin/cpufreq-info

cpufrequtils 006: cpufreq-info (C) Dominik Brodowski 2004-2009

Report errors and bugs to cpufreq@vger.kernel.org, please.

analyzing CPU 0:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:46.80%, 1.99 GHz:16.77%, 1.91 GHz:0.75%, 1.83 GHz:0.40%, 1.74 GHz:0.27%, 1.66 GHz:0.29%, 1.58 GHz:1.49%, 1.49 GHz:1.00%, 1.41 GHz:0.27%, 1.33 GHz:31.94% (1252)

analyzing CPU 1:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:46.80%, 1.99 GHz:16.77%, 1.91 GHz:0.75%, 1.83 GHz:0.40%, 1.74 GHz:0.27%, 1.66 GHz:0.29%, 1.58 GHz:1.49%, 1.49 GHz:1.00%, 1.41 GHz:0.27%, 1.33 GHz:31.94% (1252)

analyzing CPU 2:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:46.80%, 1.99 GHz:16.77%, 1.91 GHz:0.75%, 1.83 GHz:0.40%, 1.74 GHz:0.27%, 1.66 GHz:0.29%, 1.58 GHz:1.49%, 1.49 GHz:1.00%, 1.41 GHz:0.27%, 1.33 GHz:31.94% (1252)

analyzing CPU 3:

driver: acpi-cpufreq

CPUs which run at the same hardware frequency: 0 1 2 3

CPUs which need to have their frequency coordinated by software: 0 1 2 3

maximum transition latency: 10.0 us.

hardware limits: 1.33 GHz - 1.99 GHz

available frequency steps: 1.99 GHz, 1.99 GHz, 1.91 GHz, 1.83 GHz, 1.74 GHz, 1.66 GHz, 1.58 GHz, 1.49 GHz, 1.41 GHz, 1.33 GHz

available cpufreq governors: conservative, powersave, performance, ondemand, userspace

current policy: frequency should be within 1.33 GHz and 1.99 GHz.

The governor "ondemand" may decide which speed to use

within this range.

current CPU frequency is 1.33 GHz (asserted by call to hardware).

cpufreq stats: 1.99 GHz:46.80%, 1.99 GHz:16.77%, 1.91 GHz:0.75%, 1.83 GHz:0.40%, 1.74 GHz:0.27%, 1.66 GHz:0.29%, 1.58 GHz:1.49%, 1.49 GHz:1.00%, 1.41 GHz:0.27%, 1.33 GHz:31.94% (1253)



展开 收起

UGREEN 绿联 DX4600 四盘位NAS存储 (赛扬N5105、8GB)

UGREEN 绿联 DX4600 四盘位NAS存储 (赛扬N5105、8GB)

1799元起

Synology 群晖 DS220+ 2盘位NAS (赛扬J4025、2GB)

Synology 群晖 DS220+ 2盘位NAS (赛扬J4025、2GB)

2179元起

QNAP 威联通 TS-464C 4盘位NAS(赛扬N5095、8GB)

QNAP 威联通 TS-464C 4盘位NAS(赛扬N5095、8GB)

2036.01元起

ZSpace 极空间 Z4 4盘位 NAS存储 黑色 (J4125 8GB)

ZSpace 极空间 Z4 4盘位 NAS存储 黑色 (J4125 8GB)

2584元起

Synology 群晖 DS920+ 4盘位 NAS存储(J4125、4GB)

Synology 群晖 DS920+ 4盘位 NAS存储(J4125、4GB)

2190.84元起

极空间私有云Z4Pro 性能版 8核16G内存 四盘位Nas网络存储服务器家庭个人云【配4T希捷酷狼硬盘】珍珠白

极空间私有云Z4Pro 性能版 8核16G内存 四盘位Nas网络存储服务器家庭个人云【配4T希捷酷狼硬盘】珍珠白

4299元起

TERRAMASTER 铁威马 F4-424 Pro 四盘位NAS(Intel Core i3、32GB)黑色

TERRAMASTER 铁威马 F4-424 Pro 四盘位NAS(Intel Core i3、32GB)黑色

3599元起

HUAWEI 华为 新品华为家庭存储nas家用网络存储主机扩容储存备份文件同步共享

HUAWEI 华为 新品华为家庭存储nas家用网络存储主机扩容储存备份文件同步共享

1999元起

TERRAMASTER 铁威马 F4-424 四盘位 NAS存储(Intel Celeron N95、8GB)黑色

TERRAMASTER 铁威马 F4-424 四盘位 NAS存储(Intel Celeron N95、8GB)黑色

2499元起

海康威视MAGE10个人私有云盘网络存储nas家庭共享资料备份服务器

海康威视MAGE10个人私有云盘网络存储nas家庭共享资料备份服务器

1583元起

QNAP 威联通 TS-453Dmini 4盘位NAS(J4125、8GB)

QNAP 威联通 TS-453Dmini 4盘位NAS(J4125、8GB)

暂无报价

QNAP 威联通 TS-453Bmini 4盘位NAS(J3455、4GB)

QNAP 威联通 TS-453Bmini 4盘位NAS(J3455、4GB)

1899元起

QNAP 威联通 TS-212P3 双盘位NAS(Realtek RTD1295、1GB)

QNAP 威联通 TS-212P3 双盘位NAS(Realtek RTD1295、1GB)

799元起

UGREEN 绿联 DX4600 Pro 4盘位NAS(奔腾N6005、8GB)

UGREEN 绿联 DX4600 Pro 4盘位NAS(奔腾N6005、8GB)

1798元起

HIKVISION 海康威视 Mage20 2盘位NAS (4GB)

HIKVISION 海康威视 Mage20 2盘位NAS (4GB)

567元起

QNAP 威联通 TS-462C 4盘位NAS(赛扬N4505、4GB)

QNAP 威联通 TS-462C 4盘位NAS(赛扬N4505、4GB)

1899元起
42评论

  • 精彩
  • 最新
提示信息

取消
确认
评论举报

相关好价推荐
查看更多好价

相关文章推荐

更多精彩文章
更多精彩文章
天猫超级红包
距结束::
早春焕新必领红包,最高8888元
红包按钮
最新文章 热门文章
88
扫一下,分享更方便,购买更轻松