RE: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-07 Thread stuartevansuk
In response to this, I solved all of my issues by performing; 1. Moved away from XRDP and over to TightVNC on Ubuntu 14. 2. Implemented Websockets within HAProxy to improve performance. Cheers for all of your help guys. Thanks, -- View this message in context: http://apache-guacamole-incuba

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 11:42 AM, Dogbert wrote: > ... > > I have debugged through this and it does get called, how would I be able to > check the difference? In Firefox I found an extension that showed web-socket > traffic and that works, although on chrome is where I see a bunch of get > requests

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Dogbert
Hi Mike, Thank you so much. >>> ... >>> GuacamoleSocket socket = new ConfiguredGuacamoleSocket(new InetGuacamoleSocket("localhost", 4822), guacamoleConfig, info) >>> >>> // Return a new tunnel which uses the connected socket >>> return new SimpleGuacamoleTunnel(socket) Hav

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 10:33 AM, Dogbert wrote: > Thanks, actually for the error, it was just the session died, restarted it > and Guac is back. Still looking at the CPU spikes, upgrading didn't change > much. looking closer at the spikes, they usually take 80%, although that > would be out of 800

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 9:30 AM, Dogbert wrote: > > Hi one more time, > After upgrading to the latest 0.9.12 I get the following message: > Exception in thread "Thread-19" java.lang.IllegalStateException: Message will > not be sent because the WebSocket session has been closed > at > org.apac

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Dogbert
wrote: > Try clean build > > > > git clean -f > > autoreconf -i > > ./configure > > make > > > > > > > > > > > > *From:* Dogbert [mailto:virtualdogb...@gmail.com] > *Sent:* 06 June 2017 17:31 > *To:* user@guacamole.incubato

RE: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Adrian Owen
Try clean build git clean -f autoreconf -i ./configure make From: Dogbert [mailto:virtualdogb...@gmail.com] Sent: 06 June 2017 17:31 To: user@guacamole.incubator.apache.org Subject: Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP) Hi one more time, After upgrading to the latest

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Dogbert
Hi one more time, After upgrading to the latest 0.9.12 I get the following message: Exception in thread "Thread-19" java.lang.IllegalStateException: Message will not be sent because the WebSocket session has been closed at org.apache.tomcat.websocket.WsRemoteEndpointImplBase. writeMessagePart(W

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Dogbert
Hi again, Just got back the status from the upgrade, and it still can spike the cpu and the IT guy sent be back the status of the install, below. Could any of the libs with the status of 'no' have a negative effect on performance. With this install I am running against a vnc server. Thanks, Tucke

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Dogbert
Hi Al Gore/Cody, So I saw this email and I'm looking into Guacamole again, a while ago I did a poc(project taken over from offshore) with Guac looking to move to it from novnc. I have seen CPU spikes, even on my dev box(quad core 8 thread 32GB of RAM), when running a session. My sessions are runni

RE: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-02 Thread Al Gore
The most common issues are CPU on the guacd server and using HTTP instead of websockets. Here is how you can figure this out: 1. Run "top" on your guacd server, open a console to one of your Ubuntu hosts in a browser, then open a terminal window or something and drag it quickly in a circle while w

RE: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-02 Thread stuartevansuk
Its difficult to tell at the minute as I'm remote to the machine, i would say there's a slight improvement but not the level at which I'm expecting? Would you suggest XRDP is a bad idea? i thought RDP (XRDP) was a better protocol to VNC? Do you think I should give VNC a shot? if so what flavour wou

RE: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-02 Thread Adrian Owen
Non Guacamole Windows RDP to Ubuntu XRDP? Any delay? -Original Message- From: stuartevansuk [mailto:stuartw.evan...@live.co.uk] Sent: 02 June 2017 10:40 To: user@guacamole.incubator.apache.org Subject: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP) Hello All, I've recently built 0