Development Workload
The development workload was designed to simulate users developing
various C and fortran programs. Each workload was designed to run for
between 8 and 12 minutes on a single processor Sparc Station 20. The
development size was varied from very small programs that could be
compiled in under one minute to fairly large programs that take ten
minutes to compile. Users were simulated to run a compiler, and then
run the program, either manually or through a debugger (simulating the
edit/compile/debug cycle). The simulated users developed the
following programs:
- zip: A mid-sized compression program.
- unzip: A mid-sized decompression program.
- spice2g6: A small program from the SPEC-fp benchmark suite.
- xv: A large program for viewing graphics files under X.
- grep: A small UNIX utility.
- gmake: GNU's version of the make utility.
- tomcatv: Another program from SPEC-fp.
- tcl: Ousterhout's scripting language/shell.
- fvwm: A popular virtual window manager for X.
- xeyes: A toy X utility.
- gnuplot: GNU's plotting/graphing package.
- bison: A version of yacc (takes lexemes and produces abstract
syntax trees).
- m4: GNU's preprocessor.
- nasa7: Another Fortran program from the SPEC-fp suite.
- sim: A simulator for scheduling parallel and interactive jobs on a
NOW.
- glunix: A user-level virtual operating system.
Back to Top-Level