On 07/17/2012 07:10 PM, Felicitus wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I'm using virt-manager via SSH. The docs say that the _initial_ > connect could be slow, which is correct in my case. > > However, anything I do within virt-manager is also slow, for example, > adding new hardware takes almost a minute to display the extra window, > and navigating to the "network device" section takes 5 minutes. > > The odd thing is that the VNC console is actually very fast. > > This seems to be very odd, and I really don't know where to start > debugging. Any hints how to get more debug output from virt-manager? > > Thanks, > Felicitus I assume the latency to the remote system is pretty high, ping will confirm. If that's the case, virt-manager is known to be difficult to use, since all the libvirt API calls we do behind the scenes need to do round trips which really slows things down. Unfortunately there really isn't a good solution that I know of. - Cole