In a former life using SQL Server Profiler I could setup a trace that logged specific events against my production DB.
By selecting very specific events, Profiler would not place a crippling burden on the production server and the specific events would not result in an obscenely large trace file. I could run this trace for a day or so, log back in, stop the trace and export to excel to analyze.
My trace would target events;
1) Transactions taking longer than x seconds
2) Deadlocks - both sides
3) Slow Queries
How do achieve something similar with Jade Monitor? I have use method analysis, but I want to trace my database as a whole across all processes but only these specific events? and be assured that I do not bring down a production server currently running at 320 GB and growing?