EnglishFrenchSpanish

OnWorks favicon

redis-benchmark - Online in the Cloud

Run redis-benchmark in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command redis-benchmark that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


redis-benchmark - Benechmark a Redis instance

SYNOPSIS


redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests]> [-k <boolean>]

DESCRIPTION


Redis is a key-value database. It is similar to memcached but the dataset is not volatile
and other datatypes (such as lists and sets) are natively supported.

OPTIONS


-h hostname
Server hostname (default 127.0.0.1)

-p hostname
Server port (default 6379)

-c clients
Number of parallel connections (default 50)

-n requests
Total number of requests (default 10000)

-d size
Data size of SET/GET value in bytes (default 2)

-k boolean
1=keep alive 0=reconnect (default 1)

-r keyspacelen
Use random keys for SET/GET/INCR, random values for SADD Using this option the
benchmark will get/set keys in the form mykey_rand000000012456 instead of constant
keys, the <keyspacelen> argument determines the max number of values for the random
number. For instance if set to 10 only rand000000000000 - rand000000000009 range
will be allowed.

-q Quiet. Just show query/sec values

-l Loop. Run the tests forever

-I Idle mode. Just open N idle connections and wait.

-D Debug mode. more verbose.

Use redis-benchmark online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 2
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 3
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 4
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 5
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • 6
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • More »

Linux commands

Ad