Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Aug 15, 2017
1 parent 9a3116f commit 967cb0e
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/eventgen_testing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
################
Eventgen testing
################

Testing Nmon performance with evengen
=====================================

**Splunk Evengen is a pretty good and straightforward way to test the application**

Starting the TA-nmon version 1.3.28 and TA-nmon-hec version 1.3.32, we provide sample data for 2 AIX and 2 Linux servers.
The data has been generated on IBM Power Development Cloud servers.

Finally, we use to run a system stress tool on 1 server of each category, such that you will have quickly active alerts and system statistic anomalies.

**Evengen will generate data for:**

* performance metrics (sourcetype=nmon_data / eventtype=nmon:performance)
* configuration data (sourcetype=nmon_config / eventtype-nmon:config)

Additional data normally available within the application is related to the nmon data collection and will not be generated by Eventgen.

Get it working in 30 seconds
============================

* Have a Splunk instance up and running
* Download the current eventgen version from https://github.com/splunk/eventgen
* Install the eventgen application, you should name the application directory as:

::

$SPLUNK_HOME/etc/apps/SA-Eventgen

* If not done already, install the Nmon Performance application (obvious!)
* Install either the TA-nmon or the TA-nmon-hec on this instance
* Create an index called "nmon"
* Restart Splunk

**Immediately after Splunk restart, eventgen starts to generate nmon data, as visible from the application home page:**

.. image:: img/eventgen_testing.png
:alt: eventgen_testing.png
:align: center

**Example of a server running with abnormal load:**

.. image:: img/eventgen_testing2.png
:alt: eventgen_testing2.png
:align: center
Binary file added docs/img/eventgen_testing.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/eventgen_testing2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Deployment and configuration:

deployment
upgrade
eventgen_testing
external
nmon_config
json_indexing
Expand Down

0 comments on commit 967cb0e

Please sign in to comment.