|
static options::single< timer::clock_type::duration > | slownessThreshold ('\0',"daosFsSlownessThreshold", "duration after which file operations are considered slow", std::chrono::milliseconds(10)) |
|
static davixConfigObject | outputConfig ("davixOut") |
|
static options::single< bool > | useRange ('\0', "gpfsOutUseRange", "use range hint in gpfs output", false) |
|
static options::single< bool > | freeRange ('\0', "gpfsOutFreeRange", "use range free in gpfs output", false) |
|
static options::single< bool > | doClearCache ('\0', "gpfsOutClearCache", "clear cache in gpfs output", false) |
|
static libsshCommon::sshOptions | outputConfig ("sshOut") |
|
static options::single< unsigned long > | requiredFsid ('\0', "requiredFsid", "required fsid of output file system", 0) |
|
static options::single< unsigned long > | fsidMask ('\0', "fsidMask", "bit mask for required fsid of output file system", 0) |
|
static options::single< timer::clock_type::duration > | slownessThreshold ('\0',"posixSlownessThreshold", "duration after which file operations are considered slow", std::chrono::seconds(1)) |
|