Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Coldfusion 8 standard edition performance monitoring free tools are available?

The company I work for only has standard edition, and can not afford a pricey monitoring solution. And this is installed on windows 2003, IIS 6, Coldfusion 8.

But we need a way to remotely look at performance of the coldfusion server, since perfmon can not send data remotely.

And we don't want to put in tons of data into sql server, to store and then view remotely.

Any ideas or suggestions?

Thank you for answers, but we only have standard edition, and need solutions for that version.

like image 546
crosenblum Avatar asked Dec 22 '22 08:12

crosenblum


1 Answers

Charlie Arehart's CF411 lists several monitoring tools, some free, some not.

Here's the current list:

  • CFStatShot, free, from Dave Spurr. CFStat Yahoo Desktop Widget.
  • ColdFusion AJAX System Monitor, free, from Steve Brownlee
  • ColdFusion JVM Memory Monitor, from Dan Switzer
  • ColdFusion Tracker, free, from David Boyer. Access application, session and memory information
  • FlexMon CF monitor, free, from Tariq Ahmed (also available at RiaForge)
  • FusionAnalytics, commercial, from Intergral (makers of Fusionreactor)
  • FusionReactor, commercial, from Intergral
  • Scope Enhancer, free tool from Steve Brownlee. Places java system info into the CF Server scope to assist with monitoring JVM setup.
  • SeeFusion, commercial, from Webapper
  • ServerStats, free from Mark Lynch
  • WhosOn CFC, open source, from Shane Zehnder. Simple tool to help track users visiting your site.

Here's a couple of Java EE tools (not CF-specific, but might still be useful):

  • InfraRED
  • x.Link
like image 127
Peter Boughton Avatar answered May 21 '23 16:05

Peter Boughton