EnglishFrenchSpanish

Ad


OnWorks favicon

blkreplay - Online in the Cloud

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

This is the command blkreplay 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


blkreplay - block device testing and benchmarking tool

SYNOPSIS


blkreplay [options] device

DESCRIPTION


blkreplay is a utility driving the block layer of the operating system while measuring
latency and throughput of I/O operations for later visualisation.

blkreplay can create artificial loads (random read-write sweeps, various kinds of overload
tests) or replay natural loads which have been recorded by blktrace or a similar utility
run at production servers.

blkreplay can be used to test physical hardware, to compare different brands of hard disks
or RAID controllers, to evaluate the effect of SSD caching, to compare different block
level transports like iSCSI vs Fibrechannel and so on.

blkreplay parses the load data from stdin. To create load data from blktrace output, use
conv_blktrace_to_load.sh script.

OPTIONS


Influence replay duration:
--replay-start=val
start offset (in seconds, 0=from_start)

--replay-end=val
end offset (in seconds, 0=unlimited)

--replay-duration=val
alternatively specify the end offset as delta

--replay-out=val
start offset, used for output (in seconds)

--start-grace=val
start after grace period for filling the pipes (in seconds)

Handling of conflicting I/O requests:
--with-conflicts
conflicting writes are ALLOWED (damaged I/O)

--with-drop
conflicting writes are simply dropped

--with-partial
partial ordering by pushing back conflicts (default)

--with-ordering
enforce total order in case of conflicts

--strong=val
mode between 0 and 2, see docs (default=1)

Replay parameters:
--threads=val
parallelism (default=1024)

--fill-random=val
fill data blocks with random bytes (%, default=0)

Verification modes:
--no-overhead
verify is OFF (default)

--with-verify
verify on reads

--with-final-verify
additional verify pass at the end

--with-paranoia
re-read after each write (destroys performance)

Convenience:
--verbose=val
increase verbosity, show additional INFO: output

Expert options (DANGEROUS):
--o-direct
use O_DIRECT (default)

--no-o-direct
don't use O_DIRECT, deliver FAKE results

--o-sync
use O_SYNC

--no-o-sync
don't use O_SYNC (default)

--dry-run
don't actually do I/O, measure internal overhead

--fake-io
omit lseek() and tags, even less internal overhead

--simulate-io=val
delay value for I/O simulation (timespec sec.nsec)

--ahead-limit=val
limit pipe fillahead (realtime sec.nsec)

--fan-out=val
only for kernel hackers (default=4)

--no-dispatcher
only for kernel hackers

--bottleneck=val
max #requests on dispatch

--speedup=val
speedup / slowdown by REAL factor (default=1.0)

--mmap-mode
use mmap() instead of read() / write() [NYI]

AUTHORS


blkreplay was written by Thomas Schoebel-Theuer. This manual page was created from
blkreplay documentation by Andrew Shadura.

COPYRIGHT


Copyright 2009-2012 Thomas Schoebel-Theuer

Use blkreplay online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad