#include "XrdMon/XrdMonArgParser.hh"
#include "XrdMon/XrdMonArgParserConvert.hh"
#include "XrdMon/XrdMonCommon.hh"
#include "XrdMon/XrdMonTypes.hh"
#include "XrdMon/XrdMonUtils.hh"
#include "XrdMon/XrdMonCtrArchiver.hh"
#include "XrdMon/XrdMonCtrDebug.hh"
#include "XrdMon/XrdMonCtrCollector.hh"
#include "XProtocol/XPtypes.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include <iomanip>
Include dependency graph for XrdMonCtrMainApp.cc:
Functions | |
void | printHelp () |
int | main (int argc, char *argv[]) |
Variables | |
const bool | defaultOnlineDecOn = true |
const bool | defaultRTOn = true |
const char * | defaultCtrLogDir = "./logs/collector" |
const char * | defaultDecLogDir = "./logs/decoder" |
const char * | defaultRTLogDir = "./logs/rt" |
const int | defaultDecHDFlushDelay = 600 |
const int | defaultDecRTFlushDelay = 5 |
const kXR_int64 | defaultMaxCtrLogSize = 1024*1024*1024 |
const kXR_int32 | defaultCtrBufSize = 64*1024 |
const int | defaultRTBufSize = 128*1024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|