#include "Utilities/StorageFactory/interface/StatisticsSenderService.h"
#include "Utilities/StorageFactory/interface/StorageAccount.h"
#include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
#include "FWCore/Catalog/interface/SiteLocalConfig.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/src/Guid.h"
#include <string>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
Go to the source code of this file.
Macros | |
#define | HOST_NAME_MAX 128 |
#define | OUTPUT_STATISTIC(x) os << "\"" #x "\":" << (x - m_##x) << ", "; |
Functions | |
static X509 * | findEEC (STACK_OF(X509)*certstack) |
static bool | getX509SubjectFromFile (const std::string &filename, std::string &result) |
Variables | |
static char const *const | JOB_UNIQUE_ID_ENV = "CRAB_UNIQUE_JOB_ID" |
static char const *const | JOB_UNIQUE_ID_ENV_V2 = "DashboardJobId" |
#define HOST_NAME_MAX 128 |
Definition at line 24 of file StatisticsSenderService.cc.
Referenced by edm::storage::StatisticsSenderService::determineHostnames().
#define OUTPUT_STATISTIC | ( | x | ) | os << "\"" #x "\":" << (x - m_##x) << ", "; |
Definition at line 19 of file StatisticsSenderService.cc.
Referenced by edm::storage::StatisticsSenderService::FileStatistics::fillUDP().
|
static |
Definition at line 449 of file StatisticsSenderService.cc.
References HLT_25ns10e33_v2_cff::depth, and customizeTrackingMonitorSeedNumber::idx.
Referenced by getX509SubjectFromFile().
|
static |
Definition at line 476 of file StatisticsSenderService.cc.
References data, findEEC(), mergeVDriftHistosByStation::name, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by edm::storage::StatisticsSenderService::getX509Subject().
|
static |
Definition at line 27 of file StatisticsSenderService.cc.
Referenced by edm::storage::StatisticsSenderService::getJobID().
|
static |
Definition at line 28 of file StatisticsSenderService.cc.
Referenced by edm::storage::StatisticsSenderService::getJobID().