Ajcody-Testing-Debugging: Difference between revisions

m (New page: ==Actual Testing & Debugging Homepage== Please see Ajcody-Testing-Debugging ==Caution== None of this is supported or used directly when engaged with the support team. It might prove...)
 
Line 14: Line 14:
** MAT w/ Eclipse
** MAT w/ Eclipse
*** http://www.eclipse.org/mat/
*** http://www.eclipse.org/mat/
**** Adding this to the startup settings of zimbra
***** <pre>-XX:+HeapDumpOnOutOfMemoryError</pre>
***** <pre>-XX:HeapDumpPath=/opt/zimbra/log/dumps/</pre>
**** dumps out of mem heap. That file you can then load into MAT.
* Hat - the Haskell Tracer
* Hat - the Haskell Tracer
** http://www.haskell.org/hat/
** http://www.haskell.org/hat/

Revision as of 16:45, 15 September 2008

Actual Testing & Debugging Homepage

Please see Ajcody-Testing-Debugging

Caution

None of this is supported or used directly when engaged with the support team. It might prove useful still the same though and depending on how much I can document around these tools - who know, maybe we can start using them more directly in the support process.

Tools

  • Opensourcetesting.org - General Site with News and Tools
  • MAT - Memory Analyzer Tool
    • MAT w/ Eclipse
      • http://www.eclipse.org/mat/
        • Adding this to the startup settings of zimbra
          • -XX:+HeapDumpOnOutOfMemoryError
          • -XX:HeapDumpPath=/opt/zimbra/log/dumps/
        • dumps out of mem heap. That file you can then load into MAT.

Automate Testing

Jump to: navigation, search