DiagnosticServlet - Vaadin Add-on Directory
Custom servlet which enables setting component's communication id's with setId()-methodExperimental utilities (DiagnosticServlet and DiagnosticInterceptor) for tests and diagnostics.
DiagnosticServlet
Experimental and simple custom servlet which enables setting component's communication id's. This will help one to write scalability tests for Vaadin with e.g JMeter or Gatling.
**For VAADIN 8.1 use ConnectorIdGenerator add-on instead**
See the following wiki articles for more information about the scalability testing:
http://bit.do/vaadin-gatling
http://bit.do/vaadin-jmeter
Caution! Use unique ids for components!
DiagnosticInterceptor
Server-side interceptor for recording Push WebSocket communication. You can use recorded requests e.g. for scalability testing a Vaadin application with JMeter. See also (https://github.com/johannest/JMeter-WebSocketSampler) for a customized WebSocketSampler plugin for JMeter.
ConnectorIdGeneratorSource Code
DiagnosticServlet version 0.1.0
null
DiagnosticServlet version 0.1.1
DiagnosticInterceptor for server side logging Atmosphere communication
DiagnosticServlet version 0.1.3
Improved support for Vaadin Grid
DiagnosticServlet version 0.2.0
Vaadin 8.0 version