13.8. I/O Statistics

简介:
freebsd# zpool iostat
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank        73.5K  1.98G      0      2    119  2.10K
		

freebsd# zpool iostat
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank        73.5K  1.98G      0      2    119  2.10K
freebsd# zpool iostat tank 2
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank        73.5K  1.98G      0      1     84  1.48K
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
tank        73.5K  1.98G      0      0      0      0
		

13.8.1. Virtual Device Statistics

freebsd# zpool iostat -v
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank        73.5K  1.98G      0      0     45    824
  mirror    73.5K  1.98G      0      0     45    824
    ad1         -      -      0      0  1.12K  9.04K
    ad3         -      -      0      0    778  9.04K
----------  -----  -----  -----  -----  -----  -----
			
freebsd# zpool iostat -v tank 5
               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank         124K  1.98G      0      0     12    367
  mirror     124K  1.98G      0      0     12    367
    ad1         -      -      0      0    297    773
    ad3         -      -      0      0    270    773
----------  -----  -----  -----  -----  -----  -----


               capacity     operations    bandwidth
pool         used  avail   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
tank         124K  1.98G      0      0      0      0
  mirror     124K  1.98G      0      0      0      0
    ad1         -      -      0      0      0      0
    ad3         -      -      0      0      0      0
----------  -----  -----  -----  -----  -----  -----
			




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
8月前
|
SQL
Adaptive Statistics
Adaptive Statistics
37 0
|
SQL Oracle 关系型数据库
0227show all segment level statistics
[20180227]show all segment level statistics.txt https://orainternals.wordpress.com/2013/06/12/dude-where-is-my-redo/ REM Author : Ri...
1022 1
|
安全
How to Defend Against a Database Hit Attack in 10 Minutes or Less
The Alibaba Cloud Security team has detected more and more database hit attacks recently.
1822 0