ewmscp  ..
Classes | Variables
outputHandler Namespace Reference

Classes

class  base
 
class  daosFs
 
class  davix
 
class  dcap
 
class  Gpfs
 
class  libssh
 
class  posixFile
 

Variables

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))
 

Variable Documentation

◆ doClearCache

options::single<bool> outputHandler::doClearCache('\0', "gpfsOutClearCache", "clear cache in gpfs output", false)
static

◆ freeRange

options::single<bool> outputHandler::freeRange('\0', "gpfsOutFreeRange", "use range free in gpfs output", false)
static

◆ fsidMask

options::single<unsigned long> outputHandler::fsidMask('\0', "fsidMask", "bit mask for required fsid of output file system", 0)
static

◆ outputConfig [1/2]

davixConfigObject outputHandler::outputConfig("davixOut")
static

◆ outputConfig [2/2]

libsshCommon::sshOptions outputHandler::outputConfig("sshOut")
static

◆ requiredFsid

options::single<unsigned long> outputHandler::requiredFsid('\0', "requiredFsid", "required fsid of output file system", 0)
static

◆ slownessThreshold [1/2]

options::single<timer::clock_type::duration> outputHandler::slownessThreshold('\0',"daosFsSlownessThreshold", "duration after which file operations are considered slow", std::chrono::milliseconds(10))
static

◆ slownessThreshold [2/2]

options::single<timer::clock_type::duration> outputHandler::slownessThreshold('\0',"posixSlownessThreshold", "duration after which file operations are considered slow", std::chrono::seconds(1))
static

◆ useRange

options::single<bool> outputHandler::useRange('\0', "gpfsOutUseRange", "use range hint in gpfs output", false)
static