#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>
Go to the source code of this file.
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 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 91 of file XrdMonCtrMainApp.cc.
References XrdMonCtrArchiver::_decHDFlushDelay, XrdMonCtrArchiver::_decRTFlushDelay, DEFAULT_PORT, defaultCtrBufSize, defaultCtrLogDir, defaultDecHDFlushDelay, defaultDecLogDir, defaultDecRTFlushDelay, defaultMaxCtrLogSize, defaultOnlineDecOn, defaultRTBufSize, defaultRTLogDir, defaultRTOn, XrdMonCtrDebug::initialize(), mkdirIfNecessary(), XrdMonArgParser::ArgImpl< T, C >::myVal(), XrdMonArgParser::parseArguments(), XrdMonCtrCollector::port, printHelp(), XrdMonException::printIt(), pthread_create(), receivePackets(), XrdMonArgParser::registerExpectedArg(), and XRDMON_VERSION.
void printHelp | ( | ) |
Definition at line 44 of file XrdMonCtrMainApp.cc.
References DEFAULT_PORT, defaultCtrBufSize, defaultCtrLogDir, defaultDecHDFlushDelay, defaultDecLogDir, defaultDecRTFlushDelay, defaultMaxCtrLogSize, defaultOnlineDecOn, defaultRTBufSize, defaultRTLogDir, and defaultRTOn.
Referenced by main().
const kXR_int32 defaultCtrBufSize = 64*1024 |
const char* defaultCtrLogDir = "./logs/collector" |
const int defaultDecHDFlushDelay = 600 |
const char* defaultDecLogDir = "./logs/decoder" |
const int defaultDecRTFlushDelay = 5 |
const kXR_int64 defaultMaxCtrLogSize = 1024*1024*1024 |
const bool defaultOnlineDecOn = true |
const int defaultRTBufSize = 128*1024 |
const char* defaultRTLogDir = "./logs/rt" |
const bool defaultRTOn = true |