CF 8 Server Monitor vs. SeeFusion 4.0.6
ColdFusionI haven't seen a concise article on the primary (IMHO) similarities and differences between the CF 8 Server Monitor and SeeFusion. I have 2 years experience with SeeFusion, and have used nearly all of it's features, and I have been researching and tinkering with the Server Monitor tools of CF 8 for the past few months. Here's my top 10 lists of what I've found to be most important:
Primary Similarities
- Real-time monitoring UI
- Can toggle Monitoring ON/OFF on the fly (no CF server restart)
- Active request tracking
- Alerts which can send emails based on various CF events
- CF stack traces
- "Kill" command available to stop long-running/hung requests
- Reporting on slow pages and queries
- Filtering out pages not to monitor
- Can forcibly run Garbage Collection at any time
- API available to program against
Primary Differences
CF 8 Server Monitor
- Server and Application scope details
- UI includes CF Error reporting
- CFThread Monitoring
- Template Cache status
- Detailed Memory Usage Tracking
- CF Scope details
- Cached Query status/details
- Database Pool status
- Ability to create CF "Snapshots"
- Alerts can also call a CFC, Dump Snapshots, and reject new requests
SeeFusion
- Decoupled from CF - if CF goes down or hangs, SeeFusion is not affected and continues to get all information
- Counters: real-time view of current and recent requests
- Log large queries to stdout (based on # of rows)
- SeeFusion.trace() function for more granular, code-level request monitoring
- Streaming debugging output, with filtering and IP-restriction
- Logging of slow requests to a database via JDBC
- Logging of slow queries to a database via JDBC, including query exceptions
- Logging of SeeFusion counters to a database via JDBC
- Optional/configurable logging of user-defined events to a database via JDBC
- Configurable rowLimit parameter for limiting query result sets (and preventing OutOfMemory errors)
Sources:
- http://seefusion.com/index.cfm?do=c.versions
- https://admin.adobe.acrobat.com/_a227210/p59838964/
- http://www.adobe.com/devnet/coldfusion/articles/monitoring_pt2_02.html





Loading....