Wei Zhou
Wei Zhou
@SviridoffA does the `agent` mean the `cloudstack-agent` service on kvm host? or the `cloud` service in CPVM ?
@SviridoffA just to confirm, does 4 seconds mean the wait time when you open the vm console, or the delay of mouse or keyboard events in the vm console ?
> [@weizhouapache](https://github.com/weizhouapache) It's delay from click on console icon to open browser tab with console. Over the past month, I’ve been recording delays of up to 8 seconds. I restarted...
> > [@SviridoffA](https://github.com/SviridoffA) can you open a vm console, and search the agent.log by keyword "GetVncPort" ? > > If the agent.log does not contain DEBUG info, you need to...
> After that, I restarted cloudstack-agent. I connected to the VM console several more times and still didn’t find “GetVncPort”. Also, I don’t see any messages with the DEBUG level....
Calculated the timestamp of GetVncPortCommand and GetVncPortAnswer, - for the first two vms (on node03), the duration is less than 1 second - for the last two vms (on node04),...
> Cluster mostly on idle.. DRS turned on. All nodes in one same network switch. > that's a bit weird actually the process of GetVncPortCommand on the kvm host is...
> 2025-04-16 13:30:03,301 DEBUG [cloud.agent.Agent] (agentRequest-Handler-3:null) (logid:ad81f47e) Request:Seq 4-1755277954767687211: { Cmd , MgmtId: 345049528973, via: 4, Ver: v1, Flags: 10001 > 1, [{"com.cloud.agent.api.GetVncPortCommand":{"id":"21","name":"i-2-21-VM","wait":"0","bypassHostMaintenance":"false"}}] } > 2025-04-16 13:30:03,301 DEBUG [cloud.agent.Agent] (agentRequest-Handler-3:null)...
> node4 console connection after restarting cloudstack agent > > ``` > 2025-04-16 15:17:02,932 DEBUG [cloud.agent.Agent] (agentRequest-Handler-5:null) (logid:38a02db1) Request:Seq 4-2075033528310956043: { Cmd , MgmtId: 345049528973, via: 4, Ver: v1, Flags:...
> [@rp-](https://github.com/rp-) Thanks for you reply. What do you mean by saying ‘console with virsh directly on the host’? If you’re referring to virsh console command, then connection works without...