@tjkreidl said in slow vm with high steal:
is iost
Linux 4.19.0+1 (xcp-ng-iptyubfo) 	07/20/2023 	x86_64	(8 CPU)
avg-cpu:  %user   %nice %system %iowait  %steal   %idle
5.85    0.00    4.83    0.01    1.32   87.99
Device:            tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
nvme0n1           1.74        53.49         9.16     819462     140304
sdb               3.50         6.69        19.69     102444     301689
sda               3.79        13.69        19.69     209780     301689
md127             4.62        20.34        18.92     311612     289808
dm-0              1.76        53.45         9.23     818878     141344
tda               0.19         8.10         0.00     124140          4
xentop
dom-0 cpu usage is ranging around 150% to 20%. memory usage is 5.8%.
the only vm there cpu usage is 1% and memory is 3%.
as for the ssd speeds.
I ran dd if=/dev/zero of=~/test bs=512 count=10000
the dd command ran at 15.8 mb/s so I'm assuming its not the ssd i'm having trouble with.
That said, I took a look at the tasks and found a lot of this error:
Xapi#getResource /rrd_updates
I googled it and found a post about host being behind a nat and not on the same subnet. Xen orchestra and xcpng are on the same subnet. So I'm lost as to what is going on here.
Here is the post I was looking at: https://xcp-ng.org/forum/topic/4926/thousands-of-tasks-xapi-getresource-rrd_updates-on-xcp-ng-01-0/7
thanks.