Git Product home page Git Product logo

redistimeseries-ooo-benchmark's Introduction

CircleCI GitHub issues Codecov GoDoc

redistimeseries-ooo-benchmark

Forum Gitter

Overview

This repo contains code to mimic the out ot order / backfilled workloads on RedisTimeSeries >= v1.4.

Several aspects can dictate the overall system performance, like the:

  • Pipeline size
  • Number of distinct clients ( each client has a dedicated time-serie )
  • Compressed / Uncompressed series
  • Out of order ratio

Installation

This benchmark go program is know to be supported for go >= 1.13. The easiest way to get and install the Subscriber Go program is to use go get and then go install:

# Fetch this repo
go get github.com/RedisTimeSeries/redistimeseries-ooo-benchmark
cd $GOPATH/src/github.com/RedisTimeSeries/redistimeseries-ooo-benchmark
make

Usage of redistimeseries-ooo-benchmark

Usage of redistimeseries-ooo-benchmark:
  -chunk-size int
        chunk size. (default 4096)
  -client-update-tick int
        client update tick. (default 1)
  -compressed
        test for compressed TS
  -debug-level int
        debug level.
  -host string
        redis host. (default "127.0.0.1:6379")
  -json-out-file string
        Name of json output file, if not set, will not print to json.
  -ooo-percentage float
        out of order percentage [0.0,100.0]
  -pipeline int
        pipeline. (default 1)
  -random-seed int
        random seed to be used. (default 12345)
  -samples-per-ts uint
        Number of total samples per timeseries. (default 100000)
  -ts-maximum uint
        channel ID maximum value ( each channel has a dedicated thread ). (default 100)
  -ts-minimum uint
        channel ID minimum value ( each channel has a dedicated thread ). (default 1)

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.