Iostat output on my system:
avg-cpu: %user %nice %system %iowait %steal %idle
0.13 0.02 0.42 0.32 0.10 99.01
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
xvdap1 1.29 32.67 10.06 27432377 8450380
But if we examine lsblk
, we do not find a device named xvdap1
:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda1 202:1 0 8G 0 disk /
Moreover, xvdap1
cannot be found in /dev/
:
user@host:~$ ls /dev/xvd*
/dev/xvda1
I'm inclined to believe that xvdap1
is the same as /dev/xvda1
, but why on earth would they have two different names? It is a problem, because i get partitions which mounted from /proc/mounts
and there are not describe xvdap1
, only xvda1
. And if i pass /dev/xvda1 request to iostat, f.e.:
iostat -p /dev/xvda1
He nothing output.