CfTracker 2.0 released
July 8, 2010 2 Comments

CfTracker 2.0
Introduction
CfTracker consists of an application and a set of components.
- Application
- Standalone or as a CFIDE Administrator extension.
- Gives you an overview of what’s happening on your Coldfusion server.
- Information includes applications (settings, scopes, metadata), sessions (scopes, metadata), query cache (sql, parameters, results), threads, memory and other statistics.
- Applications can be stopped, restarted, refreshed.
- Sessions can be stopped or refreshed.
- Query cache items can be purged or refreshed.
- Components (services/cftracker)
- Can be used independently of the application.
- Provide all the information used by the application.
Further Information
For more detailed information on CfTracker, please visit it’s GitHub Wiki. It’s worth looking at the Wiki if you haven’t heard of CfTracker before, but it you don’t fancy reading try out the video and view the screen shots below to give you a better idea.
http://wiki.github.com/misterdai/cfTracker/
New to version 2.0
- Operating as a standalone application.
- Includes extra navigation layout.
- Password setting for restricting access.
- Demonstration mode.
- Set via config.cfm, loads dummy data for demo purposes.
- No CfTracker components are loaded.
- Query Cache
- All sorts of information, results, SQL etc…
- Purge selected items instead of the whole cache.
- Threads
- View all threads in the JVM.
- Dashboard
- Live graphs of sessions per app, memory usage, cache hit ratios and threads per group.
Download
http://github.com/misterdai/cfTracker/downloads
Support
If you have any problems with CfTracker, please submit them via the GitHub Issue tracker:
http://github.com/misterdai/cfTracker/issues
Any suggestions or changes you’d like to put forward, use the UserVoice site:
http://cftracker.uservoice.com/
Screenshots
- Login
- Dashboard
- Applications
- Sessions
- Query Cache
- Stats
- Threads
Video
Keep in mind there is no audio, since I don’t like my own voice that much
If the video isn’t working or is too small, try out the following link:
http://www.screencast.com/users/misterdai/folders/Jing/media/4f8ba204-7d9f-4ab6-827b-24b57438e37c
Demo
Should be available soon. I have completed the code required to run CfTracker in a “demo” mode but haven’t sorted out anywhere to host it yet.
Thoughts
Well I hope everyone finds this useful. I’ve had some great feedback from previous releases and I’ve tried to include some of those ideas in this release. There is a roadmap available in the Wiki showing what features I’m planning to add and I’ve made a little bit of progress towards a Railo port.
Thanks to anyone who provided feedback and told me about any bugs with previous versions.
I’d love to hear what you think of this tool and what you’re using it for.
Enjoy!









Found something extremely useful and want to thank me with more than just words?
Does 2.0 support Multi-server config?
It should work on it. But it can’t provide much information on the statistics page due to getmetricdata not working. I’m looking into other ways of getting stats though