RPC Monitor - Watch your wire
The old IT joke goes: "If something is broken, it is always the cable". In our networks the closest you get to a cable is the low level protocol a client (Rich Client or Browser) is using to talk to the server. Some protocol analyzer should be in the bag of tricks of any admin and developer. For low level work there are tools like Wireshark, but they may be a little too deep for our needs. Looking for something simpler you will find Apache TCPMon for monitoring your HTTP traffic (cross-platform, I don't care for single platform tools), but you will be hard pressed to find something to watch your Notes client communication short of with the notes.ini settings
Once installed it allows you to see exactly what is going on during communication between the Notes client and the Domino server(s). Very educational to watch replication, online access, response times and data volume with and without compression. While you give Domiclipse a visit, check out DocViewer, Repton, DXLExplorer, DXLExporter, DXLImporterand the famous LOLcode editor. Keith includes installation instructions and access to the source code. I haven't tested it on Mac, but it runs well on Linux. Well done!
CLIENT_CLOCK=1
and DEBUG_CONSOLE=1
and other settings. Enter the power of the R8.x sidebar and the creativity of Keith Smillie. He created a nice sidebar plug-in called RCP MonitorOnce installed it allows you to see exactly what is going on during communication between the Notes client and the Domino server(s). Very educational to watch replication, online access, response times and data volume with and without compression. While you give Domiclipse a visit, check out DocViewer, Repton, DXLExplorer, DXLExporter, DXLImporterand the famous LOLcode editor. Keith includes installation instructions and access to the source code. I haven't tested it on Mac, but it runs well on Linux. Well done!
Posted by Stephan H Wissel on 19 April 2010 | Comments (2) | categories: Show-N-Tell Thursday