Skip to content

Instantly share code, notes, and snippets.

View dciangot's full-sized avatar

Diego Ciangottini dciangot

View GitHub Profile
{
"cmsweb-dev": {
"delegate-dn": [
"/DC=ch/DC=cern/OU=computers/CN=asotest3.cern.ch"
],
"backend-urls" : {
"cacheSSL" : "https://cmsweb-testbed.cern.ch/crabcache",
"baseURL" : "https://cmsweb-testbed.cern.ch/crabcache",
"htcondorSchedds" : {
"crab3-5@vocms059.cern.ch" : {"proxiedurl" : "https://cmsweb.cern.ch/scheddmon/059"}
======== gWMS-CMSRunAnalysis.sh STARTING at Tue May 30 15:44:46 GMT 2017 on 0484a062b7c7 ========
Local time : Tue May 30 16:44:46 BST 2017
Current system : Linux 0484a062b7c7 4.4.0-78-generic #99~14.04.2-Ubuntu SMP Thu Apr 27 18:49:46 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Arguments are -a sandbox.tar.gz --sourceURL=https://cmsweb.cern.ch/crabcache --jobNumber=1 --cmsswVersion=CMSSW_8_0_13_patch1 --scramArch=slc6_amd64_gcc530 --inputFile=job_input_file_list_1.txt --runAndLumis=job_lumis_1.json --lheInputFiles=False --firstEvent=None --firstLumi=None --lastEvent=None --firstRun=None --seeding=AutomaticSeeding --scriptExe=None --eventsPerLumi=None --maxRuntime=-1 --scriptArgs=[] -o {}
SCRAM_ARCH=slc6_amd64_gcc530
======== HTCONDOR JOB SUMMARY at Tue May 30 15:44:46 GMT 2017 START ========
CRAB ID: 1
Execution site: T3_IT_Opportunistic_azure
Current hostname: 0484a062b7c7
Output files: DS_lastglobaltag.root=DS_lastglobaltag_1.root
======== gWMS-CMSRunAnalysis.sh STARTING at Tue May 30 15:44:46 GMT 2017 on e3ecb7233325 ========
Local time : Tue May 30 16:44:46 BST 2017
Current system : Linux e3ecb7233325 4.4.0-78-generic #99~14.04.2-Ubuntu SMP Thu Apr 27 18:49:46 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Arguments are -a sandbox.tar.gz --sourceURL=https://cmsweb.cern.ch/crabcache --jobNumber=2 --cmsswVersion=CMSSW_8_0_13_patch1 --scramArch=slc6_amd64_gcc530 --inputFile=job_input_file_list_2.txt --runAndLumis=job_lumis_2.json --lheInputFiles=False --firstEvent=None --firstLumi=None --lastEvent=None --firstRun=None --seeding=AutomaticSeeding --scriptExe=None --eventsPerLumi=None --maxRuntime=-1 --scriptArgs=[] -o {}
SCRAM_ARCH=slc6_amd64_gcc530
======== HTCONDOR JOB SUMMARY at Tue May 30 15:44:46 GMT 2017 START ========
CRAB ID: 2
Execution site: T3_IT_Opportunistic_azure
Current hostname: e3ecb7233325
Output files: DS_lastglobaltag.root=DS_lastglobaltag_2.root
###################### Metricbeat Configuration Example #######################
# This file is an example configuration file highlighting only the most common
# options. The metricbeat.full.yml file from the same directory contains all the
# supported options with more comments. You can use it as a reference.
#
# You can find the full configuration reference here:
# https://www.elastic.co/guide/en/beats/metricbeat/index.html
#========================== Modules configuration ============================
# ======================== Elasticsearch Configuration =========================
#
# NOTE: Elasticsearch comes with reasonable defaults for most settings.
# Before you set out to tweak and tune the configuration, make sure you
# understand what are you trying to accomplish and the consequences.
#
# The primary way of configuring a node is via this file. This template lists
# the most important settings you may want to configure for a production cluster.
#
# Please consult the documentation for further information on configuration options:
# Kibana is served by a back end server. This setting specifies the port to use.
#server.port: 5601
# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
# The default is 'localhost', which usually means remote machines will not be able to connect.
# To allow connections from remote users, set this parameter to a non-loopback address.
server.host: 192.168.0.7
# Enables you to specify a path to mount Kibana at if you are running behind a proxy. This only affects
# the URLs generated by Kibana, your proxy is expected to remove the basePath value before forwarding requests
def schema_asodb():
"""
ASO table schema
Map for values of tm_transfer_state and tm_publication_state in https://github.com/dmwm/CRABServer/blob/master/src/python/ServerUtilities.py#L61-L77
tm_id VARCHAR(60) NOT NULL,
tm_username VARCHAR(30) NOT NULL,
tm_taskname VARCHAR(255) NOT NULL,
tm_destination VARCHAR(100) NOT NULL,
tm_destination_lfn VARCHAR(1000) NOT NULL,
root
|-- activity: string (nullable = true)
|-- block_size: long (nullable = true)
|-- buf_size: long (nullable = true)
|-- channel_type: string (nullable = true)
|-- chk_timeout: long (nullable = true)
|-- dest_srm_v: string (nullable = true)
|-- dst_hostname: string (nullable = true)
|-- dst_se: string (nullable = true)
|-- dst_site_name: string (nullable = true)
// -*- C++ -*-
//
// Package: Demo/testCPU
// Class: testCPU
//
/**\class testCPU testCPU.cc Demo/testCPU/plugins/testCPU.cc
Description: [one line class summary]
Implementation:
import FWCore.ParameterSet.Config as cms
process = cms.Process("Demo")
process.load("FWCore.MessageService.MessageLogger_cfi")
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )
process.Timing = cms.Service("Timing",
summaryOnly = cms.untracked.bool(False),