On Tue, Feb 25, 2020, 19:39 Tushar Jain <[email protected]> wrote:
> ... > ---I am not seeing even a single busy thread when users are logging into > Guacamole. What could be the problem? > I'm not sure why zero threads would be shown, but perhaps one of the Tomcat lists would be of better help in debugging the Tomcat manager webapp? If you just want to inspect what threads are running, there are generic Java debugging tools that would let you obtain overall JVM thread dumps. Is there something you're trying to solve by doing this? Also, once a user opens a RemoteApp from Guacamole and *starts working > within the RemoteApp*, do the Java Threads get busy for every > interaction(mouse clicks/text input etc) the user has within the RemoteApp? > The fact that the connection uses RemoteApp (or RDP, or VNC, or SSH, etc.) is opaque to the client and webapp. Everything is just the Guacamole protocol at that level. What do you mean by "do the Java Threads get busy"? - Mike
