• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

System monitor

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Happy new year, everyone:
I have a question and hope you guys can help me.
Our software group are implementing a j2ee application. We want to have a system monitor to monitor stuffs like the number of users logged in.
The system should be monitored using chart. We want the chart to be dynamically updated in a fixed period of time, or by clicking refresh button. I searched on the web, there are lots of chart products implemented in applet. As I heard, applet has problems with IE. Have somebody ever used some chart products to achieve the similar purpose? Could you recommend some chart product to me? I really appreciated your help and suggestions.
Thank you very much.
Regards
 
Nancy King
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could someone help me?
Have you ever used Rchart. How is that? could you please give me some suggestions?

Thank you
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We use BMP Patrol which monitors concurrent users, load, CPU usage, etc.
Lovely charts and such.
 
Nancy King
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cindy:
Thank you for your reply.
Could you tell me what the web site URL is? I tried to search it using google, but I am not sure I can find it.
Thanks
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't miss investigating the JMX technology.
Sun's JMX page
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well that could be because I spelled it wrong :roll: .
BMC Patrol
And also, javaquestion king,

Please change your name to be compliant with JavaRanch's naming policy.
Your displayed name should be 2 separate names with more than 1 letter each. It should not be an obviously fictitious name. We really would prefer that you use your REAL name.
You can change your name: here.
Thanks,
Cindy
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rufus BugleWeed:
[QB]Don't miss investigating the JMX technology.


Good point. The J2ee application that I am just now inheriting uses JMX. I am not personally very familiar with it ( yet )
The applications that we have that use BMC Patrol have Java front ends with a Corba interface to c++ server side. Since the Oracle interaction is all on the server side, that is where most of the monitoring is done.
 
And will you succeed? Yes you will indeed! (98 and 3/4 % guaranteed) - Seuss. tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic