You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by minisoft_rm <mi...@hotmail.com> on 2016/03/21 08:30:23 UTC

question about how to monitor ignite

I am using ignite to "select" lots of DB records into cache.
after that, I want to follow the "To start Console Management & Monitoring
run ignitevisorcmd.{sh|bat}".

however, not get correct idea how to use it. the reason is that I ran ignite
test from eclipse... and not xml Configuration File. so what should I do:
[
visor> open
Local configuration files:
+========================================================================================+
| #  |                                Configuration File                                
|
+========================================================================================+
| 0  | config/default-config.xml                                                        
|
| 1  | (?) config/router/default-router.xml                                             
|
| 2  | examples/config/example-cache.xml                                                
|
| 3  | examples/config/example-default.xml                                              
|
................
+----------------------------------------------------------------------------------------+

Choose configuration file number ('c' to cancel) [0]: c
]

besides, not sure if GridGain provide web style monitoring tool like web
console? thanks~



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/question-about-how-to-monitor-ignite-tp3599.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: question about how to monitor ignite

Posted by Vasiliy Sisko <vs...@gridgain.com>.
Hello. 

To connect to grid from Visor console you should use xml configuration with
same discovery as you specified in java code that you are running from IDE.

You can use multicast as most simple discovery and use "default.xml" in
Visor console.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/question-about-how-to-monitor-ignite-tp3599p3600.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.