Documentation ¶
Index ¶
- func DoJobs(name string, work []func() bool, concurrency int)
- func GetDevices(client *http.Client, address string, checkMounted bool) []string
- func RunBench(args []string)
- func RunCBench(args []string)
- func RunCGBench(args []string)
- func RunDBench(args []string)
- func RunThrash(args []string)
- type ContainerObject
- type DirectObject
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCGBench ¶
func RunCGBench(args []string)
Types ¶
type ContainerObject ¶
type ContainerObject struct { Url string // contains filtered or unexported fields }
func (*ContainerObject) Delete ¶
func (obj *ContainerObject) Delete() bool
func (*ContainerObject) Put ¶
func (obj *ContainerObject) Put() bool
type DirectObject ¶
func (*DirectObject) Delete ¶
func (obj *DirectObject) Delete() bool
func (*DirectObject) Get ¶
func (obj *DirectObject) Get() bool
func (*DirectObject) Put ¶
func (obj *DirectObject) Put() bool
func (*DirectObject) Replicate ¶
func (obj *DirectObject) Replicate() bool
Click to show internal directories.
Click to hide internal directories.