Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user @ a7fb19e1

Name Size
.gitignore 37 Bytes
Makefile 4.2 kB
bench-lfsr.c 7.6 kB
bench-lfsr.h 565 Bytes
bench-timer.c 4.9 kB
bench-utils.c 14.7 kB
bench-xseg.c 19.4 kB
bench-xseg.h 6.7 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 80.3 kB
mt-pfiled.c 18.9 kB
mt-sosd.c 25.5 kB
mt-vlmcd.c 22.2 kB
peer.c 23 kB
peer.h 4.7 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 49 kB

Latest revisions

# Date Author Comment
a7fb19e1 05/17/2013 11:57 am Filippos Giannakos

mapperd: Always sleep before checking request state.
(cherry picked from commit e0f306aa00f5aefa72dc4f607876ee87ddc2ea37)

cde4c186 05/17/2013 11:57 am Filippos Giannakos

Make peers close stdin when entering daemon mode.
(cherry picked from commit 04ea45339fd0e5a92c3290807805766acc1e7223)

07509a4a 05/17/2013 11:57 am Filippos Giannakos

Remove async unsafe functions from signal handlers
(cherry picked from commit 2d2a24a26ff9f3a7fd651b1c2386fbd31166a5e1)

0cb2fc09 05/07/2013 03:22 pm Alex Pyrgiotis

peer: Move peerd_loop plug out of peer_reqs loop

The plugging of generic_peerd_loop to peerd_loop was falsely done inside
a loop where peer_reqs were initialized. The plugging has now been moved
out of this loop.

601b64fa 04/23/2013 04:39 pm Alex Pyrgiotis

bench: Flush stdout when printing progress results

34dbf8a6 04/18/2013 06:39 pm Alex Pyrgiotis

bench: Fix issuing of read/write requests

Due to no initialization of struct bench, some "ifs" in the code would
show different behavior depending on the junk values they would check.
Now however, there is proper initialization of struct bench.

a80c60b6 04/18/2013 06:39 pm Alex Pyrgiotis

Add progress report for bench

Progress report is turned on by default. It reports every 5% the current
request status.
Also, we now make sure to terminate only if all peer requests are free.

1a2f3688 04/18/2013 06:39 pm Alex Pyrgiotis

bench: Change prefixes of static functions

In this repo, a static helpder function is prefixed with "__". However,
some static helper functions in bench-utils.c where prefixed with a
single underscore ("_"), so we updated their names to be consistent with...

a640985b 04/18/2013 06:39 pm Alex Pyrgiotis

bench: Include bandwidth and IOPS in results

911fec92 03/14/2013 06:29 pm Alex Pyrgiotis

Add a fallback clock for portability reasons

View revisions

Also available in: Atom