Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Alternative to glassbox?


Hi,

Just wondering if anybody knows of an alternative to glassbox for investigating performance. Glassbox looks great except for the following:

1. We want to monitor other virtual machines, not just a jboss one so a war component is no good to us

2. Additionally our api is asynchronous so performance based on around() advice for a single join point is no
good to us: methods return almost immediately. So we want to test usually across 2 join points - eg the first
when a message is sent (asynchronously ) and the second when it eventually arrives at in a jms queue for example.

If there is nothing else out there then I'm sure we can come up with a custom solution.

Thanks
- Ashley Williams
---

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.


Back to the top