• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SmartInspect - favorite feature

 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dennis,
What is your favorite feature in SmartInspect? Or the one you find most interesting?
 
SmartInspect Support
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeanne,

I think there are two features I especially like, other users of course have other favorites

The watches graph in the Console is great to track application resources such as database connections, thread counts etc visually. It makes it a lot easier to understand a large amount on information


SmartInspect Tour #5

Another cool feature, this time a non-visual one, is the memory protocol. It lets you write logging data to memory instead to log files, and when an application failure occurs (for example an unhandled exception or other event), it allows you dump the data to a log file. This approach makes logging very interesting for performance-critical applications, because logging data is only written to disk when it's really needed (e.g., to identify application problems).


SmartInspect Tour #3

Regards,
Dennis

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic