Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user @ 61df4193

Name Size
.gitignore 37 Bytes
Makefile 4.4 kB
bench-lfsr.c 9.5 kB
bench-timer.c 4.9 kB
bench-utils.c 4.9 kB
bench-xseg.c 16.5 kB
bench-xseg.h 5.2 kB
common.c 4.8 kB
common.h 3.3 kB
dummy.c 2.3 kB
filed.c 18.6 kB
mapperd.c 8.2 kB
mapperd.py 2.8 kB
monitor.c 5.4 kB
mpeer.c 15.5 kB
mpeer.h 3.2 kB
mt-mapperd.c 79.1 kB
mt-pfiled.c 18.9 kB
mt-sosd.c 25.5 kB
mt-vlmcd.c 22.2 kB
peer.c 21.9 kB
peer.h 4.4 kB
pfiled.c 25.7 kB
sosd.c 16.3 kB
speer.c 13.1 kB
speer.h 3.1 kB
vlmc-tool.c 10.6 kB
vlmcd.c 15 kB
xseg-tool.c 48.7 kB

Latest revisions

# Date Author Comment
61df4193 02/20/2013 09:58 am Alex Pyrgiotis

Fix LFSR behavior

14e8d4f6 02/19/2013 07:15 pm Alex Pyrgiotis

Fix flag handling of struct bench

62a9cc91 02/19/2013 06:59 pm Alex Pyrgiotis

Fix target names and chunk offsets

5e76beb5 02/19/2013 05:24 pm Alex Pyrgiotis

Increment completed requests of insane timers

Even if a timer is not used for a benchmark, we need to increment its
completed requests since these are needed to calculate how many requests
are left etc.

d49e18aa 02/19/2013 04:28 pm Alex Pyrgiotis

Implement most semi-finished functionalities

Summary of new functionalities:

  • Add support for 4 different xseg operations (read, write, info,
    delete).
  • Add support for random I/O patterns with a fast Galois LFSR.
  • Add insanity levels in timers, which allow the user to exclude obscure...
9b5853f2 02/18/2013 09:56 pm Alex Pyrgiotis

Add an LFSR PRNG for bench

The PRNG introduced by this commit is a Galois-XNOR LFSR, which can
generate unique pseudorandom numbers. Also, seeded with the same
seed, it will produce the same sequence.

This implementation is driven by the needs of XSEG for a blazing fast...

41616c5b 02/16/2013 09:24 pm Alex Pyrgiotis

Add utility functions to header file

1d086ace 02/16/2013 08:51 pm Alex Pyrgiotis

Design the program's skeleton for new features

Bench peer must be able to test all xseg operations in a synchronous or
asynchronous way. Also, it must have a validation mode to sanity-check
if xseg requests are issued properly. Most of the above are present in...

b0074b6c 02/15/2013 11:40 am Alex Pyrgiotis

Fix segfault, parameters validation

907e1862 02/14/2013 08:00 pm Alex Pyrgiotis

Initial support for xseg ops

View revisions

Also available in: Atom