singrdk/base/Applications/Benchmarks/SpecWeb99/webfiles
Lily Tsuru db9d77760c RDK 2.0 2024-05-24 07:44:53 -04:00
..
README.txt RDK 2.0 2024-05-24 07:44:53 -04:00
random.cs RDK 2.0 2024-05-24 07:44:53 -04:00
urlcache.cs RDK 2.0 2024-05-24 07:44:53 -04:00
webfiles.cs RDK 2.0 2024-05-24 07:44:53 -04:00
webfiles.csproj RDK 2.0 2024-05-24 07:44:53 -04:00
xwebfile.init.script RDK 2.0 2024-05-24 07:44:53 -04:00
xwebfile.script RDK 1.1 2024-05-24 07:43:45 -04:00

README.txt

Here is how to run webfiles:

On Windows:
in Applications\Benchmarks\SpecWeb99\webfiles type
"msb"

On Singularity:

First run:
- "fatcontrol @format /dev/vol2"
- "fatcontrol @mount /dev/vol2 /fs"
- "wafgen99 -v 10 /fs" [Generates lots of files]
- "fatcontrol @unmount"
- reboot to clear the log.

Second boot:
- "fatcontrol @mount /dev/vol2 /fs"
- "webfiles -r:60"

Alternatively, to run an fixed benchmark size, use the -f:X, forced
iteration, parameter:
- "webfiles -f:20000"