
| /RUBBoS | contains configuration files for mysql (mysql.properties) and RUBiS (rubis.properties) and shell scripts for starting or stoping Jonas and Tomcat. This directoty also contains the makefile. |
| /RUBBoS/doc | contains the RUBBoS documentation. |
| /RUBBoS/database | contains the files with the lists of regions and categories used to generate the database data. |
| /RUBBoS/PHP | contains the html files and PHP scripts for the version of RUBiS that is designed to be used with PHP only. |
| /RUBBoS/workload | contains the files that describes the workload of the bidding system.
We designed various patterns of request distribution. The browse_only_transition
pattern simulate user's behavior that only generate read requests from
the database.
The default_transition pattern is a mix of read and write requests. It simulate a user who looks for items and categories but also who can sell or put bids on items. |
| /RUBBoS/bench | |
| /RUBBoS/edu/rice/rubbos/client | edu.rice.rubis.client package contains the files used in the benchmark to simulate clients and perform measurements. |
| make client | compile the client |
| make emulator | run the client |
API documentation
| make javadoc | generate the javadoc documentation |
