|
synology群晖NAS命令行SSH下如何查看每个硬盘的速度
1,打开控制面板Terminal & SNMP,在terminal选项中启用SSH,然后SSH的端口改成其它(这样防止黑客扫默认22商品)
2,在路由映射SSH端口到NAS
我用的是ROS,设定如下
3,用putty软件
填上NAS的IP,选SSH,把SSH的端口填上,连上后输入NAS的用户名回车,接着是密码回车,然后输入
回车
查看NAS上的磁盤命令- root@NAS:~# fdisk -l
- Disk /dev/sdh: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disklabel type: dos
- Disk identifier: 0x84764f50
- Device Boot Start End Sectors Size Id Type
- /dev/sdh1 2048 4982527 4980480 2.4G fd Linux raid autodetect
- /dev/sdh2 4982528 9176831 4194304 2G fd Linux raid autodetect
- /dev/sdh3 9437184 3907015007 3897577824 1.8T f W95 Ext'd (LBA)
- /dev/sdh5 9453280 3906822239 3897368960 1.8T fd Linux raid autodetect
复制代码
3,输入指令,其它sdX(a=第一个盘,b=第二个盘.....)
- hdparm -t /dev/sdX | grep "MB/sec"
复制代码- root@NAS:~# hdparm -t /dev/sdh5 | grep "MB/sec"
- Timing buffered disk reads: 532 MB in 3.01 seconds = 176.80 MB/sec
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|