Giter Site home page Giter Site logo

chaoscat's Introduction

chaoscat

chaoscat is a loadtesting program used to load test Splunk using past Splunk searches.

Installation

Clone the chaoscat repo and install requirements

$ git clone https://github.com/beachfires/chaoscat.git 
$ pip3 install -r requirements.txt

Configuration

[concurrency]
pool_connections = 1000
pool_maxsize = 1000
max_workers = 1000

[chaoscat]
cycle_limit = 1 ; Number of iterations to run
half_load = 1 ; Fires every other search, essentially half the load

[splunk]
search_endpoint = /services/search/jobs

[azure]
username = <azure_username>
password = <azure_username>
base_url = https://splunk.your-org.com:8089

[aws]
username = <aws_username>
password = <aws_password>
base_url = https://splunk-dev.your-org.net:8089
result_count = 0 ; Amount of results for initial Splunk audit search. 0 will return everything. 
search_data = <search string> ; to return Splunk searches to be run for loadtest. This must return a timestamp and a search string

Usage

$ python3 chaoscat.py

chaoscat's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.