DataBot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
=Overview=
=Overview=


A low-overhead O/S level event collector that generates [[events]]-compatible events. It is designed to run in background, collect times events and channel them (to files, over the network, etc.) It is capable of collecting memory, CPU, etc. usage statistics, as well as WildFly management domain model metrics.
A low-overhead O/S level event collector that generates [[events]]-compatible events. It is designed to run in background, collect times events and channel them (to files, over the network, etc.) It is capable of collecting memory, CPU, etc. usage statistics, as well as WildFly management domain model and JMX metrics.


=os-stats User Manual=
[[File:Overview.png]]


In-line help is available with:
=DataBot User Manual=


<pre>
{{Internal|DataBot User Manual|DataBot User Manual}}
os-stats --help
</pre>


==os-stats Metric Reference==
=GitHub=


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
{{External|https://github.com/NovaOrdis/databot}}
:[[os-stats Metric Reference]]
</blockquote>


=os-stats Development=
git clone git@github.com:NovaOrdis/databot.git
 
==GitHub==
 
<pre>
git clone git@github.com:NovaOrdis/os-stats.git
</pre>
 
==os-stats TODO==
 
 
* Explore using [[iftop]] to gather up/down bandwidth usage for each host:port pair.
 
* '''JDG testing'''
** Network bandwidth statistics, integrate <tt>iftop</tt>.
** Access to MBeans. Paul's e-mail ''The mbean of the transport for the bridge channel exposes the attributes: num_bytes_sent and num_bytes_received''.
 
 
* For four CLI metrics (2 for one instance and 2 for another, I get 4 cli.xml warnings. Normally I should get only 2 because I should share the clients.
<pre>
[fsgapp@ln001xsjdg0003 etc]$ WARN: can't find jboss-cli.xml. Using default configuration values.
@Timer-0 17:28:55,620 INFO  [xnio] XNIO Version 3.0.14.GA-redhat-1
@Timer-0 17:28:55,623 INFO  [nio] XNIO NIO Implementation Version 3.0.14.GA-redhat-1
@Timer-0 17:28:55,634 INFO  [remoting] JBoss Remoting version 3.3.5.Final-redhat-1
WARN: can't find jboss-cli.xml. Using default configuration values.
WARN: can't find jboss-cli.xml. Using default configuration values.
WARN: can't find jboss-cli.xml. Using default configuration values.
</pre>
 
* Fix logging, get rid of:
<pre>
NOMBP2:tmp ovidiu$ @Timer-0 18:37:22,052 INFO  [xnio] XNIO Version 3.0.15.GA-redhat-1
@Timer-0 18:37:22,058 INFO  [nio] XNIO NIO Implementation Version 3.0.15.GA-redhat-1
@Timer-0 18:37:22,080 INFO  [remoting] JBoss Remoting version 3.3.7.Final-redhat-1
</pre>
* Disconnect the JBossCliMetricSource instances on os-stats shutdown.
* <span id="n3jHG32">'''Support for password externalization'''. Then update [[Os-stats_Metric_Reference#JBoss_CLI_Metrics]] with details.</span>
* Warn if the collection time takes so long that it interferes with sampling interval length. Tests.
* Implement <tt>os-stats --help metrics</tt> that introspects and displays the list of built-in metrics.
* Current OSBase.execute() implementation is naive, implement it correctly.
* Integrate the functionality and get rid of https://github.com/NovaOrdis/shell-tools/blob/master/jboss-os-memory-stats.sh

Latest revision as of 13:32, 20 July 2017

Internal

Overview

A low-overhead O/S level event collector that generates events-compatible events. It is designed to run in background, collect times events and channel them (to files, over the network, etc.) It is capable of collecting memory, CPU, etc. usage statistics, as well as WildFly management domain model and JMX metrics.

Overview.png

DataBot User Manual

DataBot User Manual

GitHub

https://github.com/NovaOrdis/databot
git clone git@github.com:NovaOrdis/databot.git