Documentation ¶
Overview ¶
package traffic generates filesystem traffic useful for testing and benchmarking
Index ¶
Constants ¶
View Source
const ( R RW = iota W File Object = iota Commit Branch )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workload ¶
type Workload []Op
Workload describe work to be done on the server. We generate workloads in specific ways such that read operations (o.RW == R) can be taken as facts about the system. For example a read operation on a file will indicate with its Data file what the file should look like right now
Click to show internal directories.
Click to hide internal directories.