JMX Monitoring Software [closed] - jboss

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to find a good monitoring software for my simple hello world application written by test purposes.
So far I have tried SCOM 12 and OP5... which I didn't like because I want something more straight forward and easy to configure?
All suggestions are welcomed
Thanks

You might have a look at Jolokia which is a monitoring solution for accessing JMX MBeans remotely. It ships with an agent which uses JSON over HTTP for its communication in a REST-stylish way.
Have a look at this Jolokia tutorial

Have a look at these as well:
VisualVM
AppDynamics

Nagios offers JMX monitoring. I think the JMX aspect is commercial, built on top of the open-source framework.
See also this ServerFault question relating to JMX/Nagios.

If you just want to see the JMX output, use jconsole, it's part of JDK (JDK 7 will require you to install a plugin, but it's all doable from within the app).
If you want a real monitoring app with JMX support, I'd recommend Zabbix.

Try VisualVM, it is easy to use and gives nice chart views as in jconsole. For monitor MBeans, you have to install a plugin, this is better cause you can have a chart view for int type attribute whichi is refreshed in a configurable polling period. Means you don't need to click on "refresh" all the time!

Related

Searching for a MongoDB user interface [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I searching for mongodb gui user interface & database desinger tool. Does anyone of you knows a tool which he could recommend?
I will strongly recommend RoboMongo - shell-centric cross-platform open source MongoDB management tool
RoboMongo http://robomongo.org/ is awesome, it needs virtually zero configuration,very easy to use , gives you the power of mongo shell in GUI ,has auto completion feature and works on all platforms, yet another advantage is it is still under active maintenance. I have tried tools like RockMongo and ran into usability issues. MongoUVE is not opensource, it is commercial.
I've been using MongoVUE for a while. The free version can do everything I wanted sofar.
In Windows7 I'm using MongoExplorer, a very easy and visual tool

A Simple JMX Monitoring Tool that persists data too [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I use Java Visual VM to monitor my App Server (JBoss) via JMX.
The problem is that i can see only real-time data.
I want to capture the information permanently, so that i can see history anytime. Even when Java Visual VM has been restarted.
Questions:
Is there a way to make Java Visual VM log the statistics periodically.
Is there any other tool that can log JMX stats?
I tried some things like Zabbix, but its too complex for this need.
It seems to me that JavaMelody fits for what you need.
The data is persisted. There are graphics over time (used memory, cpu, http sessions, active threads...).
It is easy to install (no agent to install on servers). And after the installation it is automated.
There is a pretty cool tool called RHQ for complete JBoss-monitoring: http://rhq-project.org/display/RHQ/Home

XMPP web client [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any XMPP web client except SparkWeb and JWChat?
I'd recommend, you can use strophejs.
The examples of the Professional XMPP development with jQuery are very interesting.
Especially the chapter 6 application, which is a ... chat client.
There is also Jappix, which is a fresh new social-oriented XMPP web-client. You can test it here: http://www.jappix.com/ and get it on the project website (it's open source!).
Check out Candy - a pure JavaScript client for XMPP.
JAXL IM is something you might want to try out... provides a convenient admin panel for configuration of chat widget, enable/disable addons and plugins for the chat widget and view chat archives...
It build using JAXL open source library written in PHP....
There is a GWT based client called ijab. http://code.google.com/p/ijab/
Did you look here ?
http://xmpp.org/xmpp-software/clients/

Tool for web server redirect management? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm considering rolling my own, but just in case there's a good piece of software already available, I'm asking here: Is there something that will provide an interface to webserver redirect configuration, and allow redirects to be managed by a fairly non-technical userbase. The following requirements must be fulfilled:
Open-source
Apache
Support for internal / external redirects
Support for both web-server config and htaccess or meta-refresh files (for users who cannot restart the server)
Date range for validity
You could use either a RewriteMap script/program, or a static map (whichever is easiest for you/your users).
Check http://rewrite.drbacchus.com/rewritewiki/RewriteMap out for a basic example of the scripting capabilities. The performance hit is not as huge as you'd think because the process is launched one time only and stays alive until Apache is brought down. So be careful with resource management.

Data visualization framework for a web server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a framework for generating charts for data visualization. I picked up Processing www.processing.org/ but at the moment i can not run that in the "headless" mode from a web server. Is there any other candidate for this domain? What are the options if you need more chart type than what is supported by out-of-the-box solutions
-Bharani
Try using Silverlight for the clientside chart drawing
Great set of OpenSource Silverlight chart has published on CodePlex - Check out http://silverlight.codeplex.com/
Visifire is a free charting library available in Silverlight
And a tutorial is up here
JFreeChart is a option, or a software reporting software tool that does all the footwork of data analysis for you. I can recommend i-net Clear Reports seeing as how I work for i-net software and all... ;).
I am now using Graphics2D that comes with JDK. With this you are no longer limited to the chart types - simply concentrate of the data pattern and let Graphics2D do it's job.
There is also Gnuplot, if you're into calling stuff through the command line, and Matplotlib, if you're using python.