You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by CodeCola <pr...@rogers.com> on 2016/12/14 16:44:38 UTC

JMX UI for Cellar and/or Karaf

I have to demo Karaf and Cellar to non-technical audience and working in the
shell makes it hard.

Is there no JMX UI for Cellar and/or Karaf? JConsole is not even worth
mentioning.

I am interested in something like this - Openfire JMX Web Console
<https://community.igniterealtime.org/blogs/ignite/2015/01/10/openfire-jmx-web-console>  

https://community.igniterealtime.org/blogs/ignite/2015/01/10/openfire-jmx-web-console

But which can show clusters, nodes, instances in *container run time views*,
not static class or codeviews like JConsole



--
View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: JMX UI for Cellar and/or Karaf

Posted by CodeCola <pr...@rogers.com>.
Ok I have Kibana running and can access the Dashboard over localhost.
I have also installed JMX collector (see below)

I have 2 Karaf instances started and cellar installed on them.

After that I am not sure.

How do I add the cellar nodes to show in the dashboard?
Using Filter but what queries or terms?

Can someone paste specifics?

------installed------------------------
karaf
feature:repo-add decanter 1.1.0
feature:install decanter/1.1.0
feature:install decanter-collector-jmx
feature:install decanter-collector-eventadmin
feature:install elasticsearch
feature:install decanter-appender-elasticsearch
feature:install decanter-appender-elasticsearch-rest
feature:install kibana/4.1.2




--
View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049021.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: JMX UI for Cellar and/or Karaf

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
It's the regular jmx collector.

Regards
JB\u2063\u200b

On Dec 14, 2016, 21:15, at 21:15, CodeCola <pr...@rogers.com> wrote:
>What is the syntax? It doesn't say here:
>
>https://karaf.apache.org/manual/decanter/latest-1/
>
>Should it be...
>
>karaf@root()> *feature:install decanter-collector-cellar* ??
>
>
>
>--
>View this message in context:
>http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049018.html
>Sent from the Karaf - User mailing list archive at Nabble.com.

Re: JMX UI for Cellar and/or Karaf

Posted by CodeCola <pr...@rogers.com>.
What is the syntax? It doesn't say here:

https://karaf.apache.org/manual/decanter/latest-1/

Should it be...

karaf@root()> *feature:install decanter-collector-cellar* ??



--
View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049018.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: JMX UI for Cellar and/or Karaf

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yes, Decanter can collect the JMX metrics of the Karaf instances where 
Cellar is running.

Regards
JB

On 12/14/2016 06:28 PM, CodeCola wrote:
> Yes I just went to see Decanter....but my primary interest is show runtime
> views...does Decanter plug into or collect runtime views from *Cellar*?
>
> (what are  "actions" on Decanter ?)
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049014.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofr
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: JMX UI for Cellar and/or Karaf

Posted by Milen Dyankov <mi...@gmail.com>.
Openfire seems to use Hawt.io. You should be able to install it in Karaf
(it's available as feature IIRC) and get similar view to the one from
Openfire. I have only played with it once, long time ago so I can't tell if
it still works and what exactly it gives you but perhaps it's worth trying.

Best,
Milen

On Wed, Dec 14, 2016 at 6:28 PM, CodeCola <pr...@rogers.com> wrote:

> Yes I just went to see Decanter....but my primary interest is show runtime
> views...does Decanter plug into or collect runtime views from *Cellar*?
>
> (what are  "actions" on Decanter ?)
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.
> com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049014.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>



-- 
http://about.me/milen

Re: JMX UI for Cellar and/or Karaf

Posted by CodeCola <pr...@rogers.com>.
Yes I just went to see Decanter....but my primary interest is show runtime
views...does Decanter plug into or collect runtime views from *Cellar*?

(what are  "actions" on Decanter ?)



--
View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049014.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: JMX UI for Cellar and/or Karaf

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

Decanter can collect JMX metrics and provide dashboard. But for now, we 
don't provide "actions" on Decanter (it's on the roadmap).

Hawtio provides some JMX views.

Regards
JB

On 12/14/2016 05:44 PM, CodeCola wrote:
> I have to demo Karaf and Cellar to non-technical audience and working in the
> shell makes it hard.
>
> Is there no JMX UI for Cellar and/or Karaf? JConsole is not even worth
> mentioning.
>
> I am interested in something like this - Openfire JMX Web Console
> <https://community.igniterealtime.org/blogs/ignite/2015/01/10/openfire-jmx-web-console>
>
> https://community.igniterealtime.org/blogs/ignite/2015/01/10/openfire-jmx-web-console
>
> But which can show clusters, nodes, instances in *container run time views*,
> not static class or codeviews like JConsole
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofr
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com