From 5ab4f2497dcaf0ac5f5386e7a58f49fd4fba1a32 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Mon, 28 Aug 2023 16:17:24 -0400 Subject: [PATCH 1/3] Add verbose flag for test --- src/go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/Makefile b/src/go/Makefile index 39f1a8d..c86fa72 100644 --- a/src/go/Makefile +++ b/src/go/Makefile @@ -35,4 +35,4 @@ clean: test : test1 test1: - go test + go test -v From 90a208788eeba3f34052b7abc008a28a72020a20 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Mon, 28 Aug 2023 16:17:30 -0400 Subject: [PATCH 2/3] Add configurable producer --- src/go/wmarchive.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/go/wmarchive.go b/src/go/wmarchive.go index 7a415a0..a30c9a7 100644 --- a/src/go/wmarchive.go +++ b/src/go/wmarchive.go @@ -66,6 +66,7 @@ type Configuration struct { StompSendTimeout int `json:"stompSendTimeout"` // heartbeat send timeout StompRecvTimeout int `json:"stompRecvTimeout"` // heartbeat recv timeout Endpoint string `json:"endpoint"` // StompAMQ endpoint + Producer string `json:"producer"` // MONIT producer ContentType string `json:"contentType"` // ContentType of UDP packet Protocol string `json:"protocol"` // protocol to use in stomp, e.g. tcp, tcp4 or tcp6 } @@ -122,6 +123,9 @@ func parseConfig(configFile string) error { if Config.StompRecvTimeout == 0 { Config.StompRecvTimeout = 1000 // miliseconds } + if Config.Producer == "" { + Config.Producer = "wmarchive" + } return nil } @@ -168,10 +172,9 @@ func processRequest(r *http.Request) (Record, error) { if _, ok := r["wmaid"]; !ok { r["wmaid"] = uid } - producer := "wmarchive" metadata := make(Record) //metadata["timestamp"] = time.Now().Unix() * 1000 - metadata["producer"] = producer + metadata["producer"] = Config.Producer metadata["_id"] = uid metadata["uuid"] = uid r["metadata"] = metadata From 8a5c574b7a8834f7c8da4d37106974cd2d8ca243 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Mon, 28 Aug 2023 16:18:15 -0400 Subject: [PATCH 3/3] Add doc.json used by WMArchive test --- src/go/doc.json | 414 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 src/go/doc.json diff --git a/src/go/doc.json b/src/go/doc.json new file mode 100644 index 0000000..2c0333a --- /dev/null +++ b/src/go/doc.json @@ -0,0 +1,414 @@ +{"data": [ +{"WMAgentJobID": 277, + "WMAgentJobName": "ba342860-4303-48b5-aa8a-21ea0e901811-4", + "ceName": "b7s02p8541.cern.ch", + "cmsRun1": {"WMCMSSWSubprocess": {"endTime": 1692718964.7409143, + "startTime": 1692712699.8846245, + "sysTime": 94.256681, + "userTime": 6053.7735170000005, + "wallClockTime": 6264.856289863586}, + "analysis": {"files": {"fileCount": 0}}, + "cleanup": {"removed": {"fileCount": 0}, "unremoved": {}}, + "errors": {}, + "fallback": {"files": {"fileCount": 0}}, + "id": null, + "input": {}, + "logs": {}, + "output": {"FEVTDEBUGoutput": {"dataset": {}, + "files": {"file0": {"InputPFN": "/srv/job/WMTaskSpace/cmsRun1/FEVTDEBUGoutput.root", + "OutputPFN": "root://eoscms.cern.ch//eos/cms/store/unmerged/CMSSW_8_1_0/RelValProdQCD_Pt_3000_3500_13/GEN-SIM/ProdQCD_Pt_3000_3500_13_TaskChain_MC_forceComplete_VK_patch11665-v11/00000/C0A1220B-F440-EE11-81BF-3CECEF0DBFD0.root", + "StageOutCommand": "xrdcp", + "acquisitionEra": "CMSSW_8_1_0", + "async_dest": null, + "branch_hash": "c66763b71bea0c528713710291d74b70", + "catalog": "", + "checksums": {"adler32": "e6c2fbc3", + "cksum": "308991998"}, + "configURL": "https://cmsweb.cern.ch/couchdb;;reqmgr_config_cache;;fd79406f016da454e5ac53c39354e9b3", + "dataset": {"applicationName": "cmsRun", + "applicationVersion": "CMSSW_8_1_0", + "dataTier": "GEN-SIM", + "primaryDataset": "RelValProdQCD_Pt_3000_3500_13", + "processedDataset": "CMSSW_8_1_0-ProdQCD_Pt_3000_3500_13_TaskChain_MC_forceComplete_VK_patch11665-v11"}, + "events": 100, + "globalTag": "81X_mcRun2_asymptotic_v12", + "guid": "C0A1220B-F440-EE11-81BF-3CECEF0DBFD0", + "inputPath": null, + "lfn": "/store/unmerged/CMSSW_8_1_0/RelValProdQCD_Pt_3000_3500_13/GEN-SIM/ProdQCD_Pt_3000_3500_13_TaskChain_MC_forceComplete_VK_patch11665-v11/00000/C0A1220B-F440-EE11-81BF-3CECEF0DBFD0.root", + "location": "T2_CH_CERN", + "merged": false, + "module_label": "FEVTDEBUGoutput", + "output_module_class": "PoolOutputModule", + "pfn": "/srv/job/WMTaskSpace/cmsRun1/FEVTDEBUGoutput.root", + "prep_id": "TEST-MC-Task1", + "processingStr": "ProdQCD_Pt_3000_3500_13_TaskChain_MC_forceComplete_VK_patch11665", + "processingVer": 11, + "runs": {"1": {}}, + "size": 135341941, + "user_dn": null, + "user_vogroup": "DEFAULT", + "user_vorole": "DEFAULT", + "validStatus": "PRODUCTION"}, + "fileCount": 1}}}, + "outputModules": ["FEVTDEBUGoutput"], + "parameters": {}, + "performance": {"cmssw": {"ApplicationMemory": {"AverageGrowthRateRss": 3.70559, + "AverageGrowthRateVsize": 5.58812, + "HEAP_ARENA_N_UNUSED_CHUNKS": 1, + "HEAP_ARENA_SIZE_BYTES": 0, + "HEAP_MAPPED_N_CHUNKS": 0, + "HEAP_MAPPED_SIZE_BYTES": 0, + "HEAP_TOP_FREE_BYTES": 0, + "HEAP_UNUSED_BYTES": 0, + "HEAP_USED_BYTES": 0, + "LargeVsizeIncreaseEventL1-a-COUNT": 2, + "LargeVsizeIncreaseEventL1-b-RUN": 1, + "LargeVsizeIncreaseEventL1-c-EVENT": 402, + "LargeVsizeIncreaseEventL1-d-VSIZE": 975.391, + "LargeVsizeIncreaseEventL1-e-DELTV": 32.0234, + "LargeVsizeIncreaseEventL1-f-RSS": 694.312, + "LargeVsizeIncreaseEventL2-a-COUNT": 9, + "LargeVsizeIncreaseEventL2-b-RUN": 1, + "LargeVsizeIncreaseEventL2-c-EVENT": 409, + "LargeVsizeIncreaseEventL2-d-VSIZE": 1025.29, + "LargeVsizeIncreaseEventL2-e-DELTV": 14, + "LargeVsizeIncreaseEventL2-f-RSS": 748.754, + "LargeVsizeIncreaseEventR1-a-COUNT": 66, + "LargeVsizeIncreaseEventR1-b-RUN": 1, + "LargeVsizeIncreaseEventR1-c-EVENT": 466, + "LargeVsizeIncreaseEventR1-d-VSIZE": 1081.47, + "LargeVsizeIncreaseEventR1-e-DELTV": 0.0078125, + "LargeVsizeIncreaseEventR1-f-RSS": 617.156, + "LargestIncreaseRssEvent-a-COUNT": 6, + "LargestIncreaseRssEvent-b-RUN": 1, + "LargestIncreaseRssEvent-c-EVENT": 406, + "LargestIncreaseRssEvent-d-VSIZE": 1007.29, + "LargestIncreaseRssEvent-e-DELTV": 6.39844, + "LargestIncreaseRssEvent-f-RSS": 740.305, + "LargestRssEvent-a-COUNT": 20, + "LargestRssEvent-b-RUN": 1, + "LargestRssEvent-c-EVENT": 420, + "LargestRssEvent-d-VSIZE": 1041.46, + "LargestRssEvent-e-DELTV": 8, + "LargestRssEvent-f-RSS": 771.398, + "LargestVsizeEventT1-a-COUNT": 66, + "LargestVsizeEventT1-b-RUN": 1, + "LargestVsizeEventT1-c-EVENT": 466, + "LargestVsizeEventT1-d-VSIZE": 1081.47, + "LargestVsizeEventT1-e-DELTV": 0.0078125, + "LargestVsizeEventT1-f-RSS": 617.156, + "LargestVsizeIncreaseEvent-a-COUNT": 60, + "LargestVsizeIncreaseEvent-b-RUN": 1, + "LargestVsizeIncreaseEvent-c-EVENT": 460, + "LargestVsizeIncreaseEvent-d-VSIZE": 1081.46, + "LargestVsizeIncreaseEvent-e-DELTV": 34, + "LargestVsizeIncreaseEvent-f-RSS": 607.902, + "PeakValueRss": 771.398, + "PeakValueVsize": 1081.47, + "SecondLargestIncreaseRssEvent-a-COUNT": 2, + "SecondLargestIncreaseRssEvent-b-RUN": 1, + "SecondLargestIncreaseRssEvent-c-EVENT": 402, + "SecondLargestIncreaseRssEvent-d-VSIZE": 975.391, + "SecondLargestIncreaseRssEvent-e-DELTV": 32.0234, + "SecondLargestIncreaseRssEvent-f-RSS": 694.312, + "SecondLargestRssEvent-a-COUNT": 21, + "SecondLargestRssEvent-b-RUN": 1, + "SecondLargestRssEvent-c-EVENT": 421, + "SecondLargestRssEvent-d-VSIZE": 1041.46, + "SecondLargestRssEvent-e-DELTV": 0, + "SecondLargestRssEvent-f-RSS": 768.941, + "SecondLargestVsizeEventT2-a-COUNT": 67, + "SecondLargestVsizeEventT2-b-RUN": 1, + "SecondLargestVsizeEventT2-c-EVENT": 467, + "SecondLargestVsizeEventT2-d-VSIZE": 1081.47, + "SecondLargestVsizeEventT2-e-DELTV": 0, + "SecondLargestVsizeEventT2-f-RSS": 617.59, + "ThirdLargestIncreaseRssEvent-a-COUNT": 3, + "ThirdLargestIncreaseRssEvent-b-RUN": 1, + "ThirdLargestIncreaseRssEvent-c-EVENT": 403, + "ThirdLargestIncreaseRssEvent-d-VSIZE": 988.891, + "ThirdLargestIncreaseRssEvent-e-DELTV": 13.5, + "ThirdLargestIncreaseRssEvent-f-RSS": 708.277, + "ThirdLargestRssEvent-a-COUNT": 19, + "ThirdLargestRssEvent-b-RUN": 1, + "ThirdLargestRssEvent-c-EVENT": 419, + "ThirdLargestRssEvent-d-VSIZE": 1033.46, + "ThirdLargestRssEvent-e-DELTV": 0, + "ThirdLargestRssEvent-f-RSS": 760.953, + "ThirdLargestVsizeEventT3-a-COUNT": 68, + "ThirdLargestVsizeEventT3-b-RUN": 1, + "ThirdLargestVsizeEventT3-c-EVENT": 468, + "ThirdLargestVsizeEventT3-d-VSIZE": 1081.47, + "ThirdLargestVsizeEventT3-e-DELTV": 0, + "ThirdLargestVsizeEventT3-f-RSS": 627.02}, + "StorageStatistics": {"Parameter-untracked-bool-enabled": true, + "Parameter-untracked-bool-prefetching": false, + "Parameter-untracked-bool-stats": true, + "Parameter-untracked-string-cacheHint": "auto-detect", + "Parameter-untracked-string-readHint": "auto-detect", + "ROOT-tfile-read-totalMegabytes": 1.22716, + "ROOT-tfile-write-totalMegabytes": 0, + "Timing-file-close-maxMsecs": 0.0313, + "Timing-file-close-minMsecs": 0.0313, + "Timing-file-close-numOperations": 1, + "Timing-file-close-numSuccessfulOperations": 1, + "Timing-file-close-totalMegabytes": 0, + "Timing-file-close-totalMsecs": 0.0313, + "Timing-file-construct-maxMsecs": 0.00263, + "Timing-file-construct-minMsecs": 0.00019, + "Timing-file-construct-numOperations": 3, + "Timing-file-construct-numSuccessfulOperations": 3, + "Timing-file-construct-totalMegabytes": 0, + "Timing-file-construct-totalMsecs": 0.00311, + "Timing-file-flush-maxMsecs": 1.97674, + "Timing-file-flush-minMsecs": 0.553828, + "Timing-file-flush-numOperations": 2, + "Timing-file-flush-numSuccessfulOperations": 2, + "Timing-file-flush-totalMegabytes": 0, + "Timing-file-flush-totalMsecs": 2.53057, + "Timing-file-open-maxMsecs": 2.19268, + "Timing-file-open-minMsecs": 0.150652, + "Timing-file-open-numOperations": 3, + "Timing-file-open-numSuccessfulOperations": 3, + "Timing-file-open-totalMegabytes": 0, + "Timing-file-open-totalMsecs": 4.29326, + "Timing-file-position-maxMsecs": 0.196323, + "Timing-file-position-minMsecs": 0.00028, + "Timing-file-position-numOperations": 194418, + "Timing-file-position-numSuccessfulOperations": 194418, + "Timing-file-position-totalMegabytes": 0, + "Timing-file-position-totalMsecs": 212.628, + "Timing-file-prefetch-maxMsecs": 0, + "Timing-file-prefetch-minMsecs": 0, + "Timing-file-prefetch-numOperations": 0, + "Timing-file-prefetch-numSuccessfulOperations": 0, + "Timing-file-prefetch-totalMegabytes": 0, + "Timing-file-prefetch-totalMsecs": 0, + "Timing-file-read-maxMsecs": 238.789, + "Timing-file-read-minMsecs": 0.00057, + "Timing-file-read-numOperations": 190655, + "Timing-file-read-numSuccessfulOperations": 190655, + "Timing-file-read-totalMegabytes": 1832.7, + "Timing-file-read-totalMsecs": 1494.69, + "Timing-file-readv-maxMsecs": 0, + "Timing-file-readv-minMsecs": 0, + "Timing-file-readv-numOperations": 0, + "Timing-file-readv-numSuccessfulOperations": 0, + "Timing-file-readv-totalMegabytes": 0, + "Timing-file-readv-totalMsecs": 0, + "Timing-file-write-maxMsecs": 0.464827, + "Timing-file-write-minMsecs": 0.00119, + "Timing-file-write-numOperations": 3735, + "Timing-file-write-numSuccessfulOperations": 3735, + "Timing-file-write-totalMegabytes": 129.072, + "Timing-file-write-totalMsecs": 84.7378, + "Timing-file-writev-maxMsecs": 0, + "Timing-file-writev-minMsecs": 0, + "Timing-file-writev-numOperations": 0, + "Timing-file-writev-numSuccessfulOperations": 0, + "Timing-file-writev-totalMegabytes": 0, + "Timing-file-writev-totalMsecs": 0, + "Timing-tstoragefile-close-maxMsecs": 0.033741, + "Timing-tstoragefile-close-minMsecs": 0.033741, + "Timing-tstoragefile-close-numOperations": 1, + "Timing-tstoragefile-close-numSuccessfulOperations": 1, + "Timing-tstoragefile-close-totalMegabytes": 0, + "Timing-tstoragefile-close-totalMsecs": 0.033741, + "Timing-tstoragefile-construct-maxMsecs": 14.1305, + "Timing-tstoragefile-construct-minMsecs": 1.00053, + "Timing-tstoragefile-construct-numOperations": 3, + "Timing-tstoragefile-construct-numSuccessfulOperations": 3, + "Timing-tstoragefile-construct-totalMegabytes": 0, + "Timing-tstoragefile-construct-totalMsecs": 17.5548, + "Timing-tstoragefile-flush-maxMsecs": 1.98658, + "Timing-tstoragefile-flush-minMsecs": 0.554938, + "Timing-tstoragefile-flush-numOperations": 2, + "Timing-tstoragefile-flush-numSuccessfulOperations": 2, + "Timing-tstoragefile-flush-totalMegabytes": 0, + "Timing-tstoragefile-flush-totalMsecs": 2.54151, + "Timing-tstoragefile-read-maxMsecs": 238.792, + "Timing-tstoragefile-read-minMsecs": 0.00076, + "Timing-tstoragefile-read-numOperations": 190655, + "Timing-tstoragefile-read-numSuccessfulOperations": 190655, + "Timing-tstoragefile-read-totalMegabytes": 1832.7, + "Timing-tstoragefile-read-totalMsecs": 1544.27, + "Timing-tstoragefile-readActual-maxMsecs": 238.791, + "Timing-tstoragefile-readActual-minMsecs": 0.00067, + "Timing-tstoragefile-readActual-numOperations": 190655, + "Timing-tstoragefile-readActual-numSuccessfulOperations": 190655, + "Timing-tstoragefile-readActual-totalMegabytes": 1832.7, + "Timing-tstoragefile-readActual-totalMsecs": 1520.52, + "Timing-tstoragefile-seek-maxMsecs": 0.197193, + "Timing-tstoragefile-seek-minMsecs": 0.00043, + "Timing-tstoragefile-seek-numOperations": 194390, + "Timing-tstoragefile-seek-numSuccessfulOperations": 194390, + "Timing-tstoragefile-seek-totalMegabytes": 0, + "Timing-tstoragefile-seek-totalMsecs": 248.477, + "Timing-tstoragefile-stat-maxMsecs": 0.00531, + "Timing-tstoragefile-stat-minMsecs": 0.00153, + "Timing-tstoragefile-stat-numOperations": 4, + "Timing-tstoragefile-stat-numSuccessfulOperations": 4, + "Timing-tstoragefile-stat-totalMegabytes": 0, + "Timing-tstoragefile-stat-totalMsecs": 0.01026, + "Timing-tstoragefile-write-maxMsecs": 0.466727, + "Timing-tstoragefile-write-minMsecs": 0.0014, + "Timing-tstoragefile-write-numOperations": 3735, + "Timing-tstoragefile-write-numSuccessfulOperations": 3735, + "Timing-tstoragefile-write-totalMegabytes": 129.072, + "Timing-tstoragefile-write-totalMsecs": 85.7578, + "Timing-tstoragefile-writeActual-maxMsecs": 0.466057, + "Timing-tstoragefile-writeActual-minMsecs": 0.00128, + "Timing-tstoragefile-writeActual-numOperations": 3735, + "Timing-tstoragefile-writeActual-numSuccessfulOperations": 3735, + "Timing-tstoragefile-writeActual-totalMegabytes": 129.072, + "Timing-tstoragefile-writeActual-totalMsecs": 85.2061, + "Timing-tstoragefile-writeViaCache-maxMsecs": 0, + "Timing-tstoragefile-writeViaCache-minMsecs": 0, + "Timing-tstoragefile-writeViaCache-numOperations": 3735, + "Timing-tstoragefile-writeViaCache-numSuccessfulOperations": 0, + "Timing-tstoragefile-writeViaCache-totalMegabytes": 0, + "Timing-tstoragefile-writeViaCache-totalMsecs": 0}, + "SystemCPU": {"CPUModels": "AMD EPYC 7302 15-Core Processor", + "averageCoreSpeed": 3000, + "cpusetCount": 64, + "totalCPUs": 64}, + "SystemMemory": {"Active": 137019636, + "Active(anon)": 22262428, + "Active(file)": 114757208, + "AnonHugePages": 0, + "AnonPages": 28696740, + "Bounce": 0, + "Buffers": 1256216, + "Cached": 217435420, + "CmaFree": 0, + "CmaTotal": 0, + "CommitLimit": 395841508, + "Committed_AS": 38218264, + "DirectMap1G": 255852544, + "DirectMap2M": 12124160, + "DirectMap4k": 318764, + "Dirty": 1384, + "HardwareCorrupted": 0, + "HugePages_Free": 0, + "HugePages_Rsvd": 0, + "HugePages_Surp": 0, + "HugePages_Total": 0, + "Hugepagesize": 2048, + "Inactive": 110398288, + "Inactive(anon)": 6468608, + "Inactive(file)": 103929680, + "KernelStack": 54688, + "Mapped": 1474188, + "MemAvailable": 228746452, + "MemFree": 4147252, + "MemTotal": 263892944, + "Mlocked": 2376, + "NFS_Unstable": 0, + "PageTables": 144016, + "Percpu": 34560, + "SReclaimable": 6793280, + "SUnreclaim": 1821988, + "Shmem": 1900, + "Slab": 8615268, + "SwapCached": 132968, + "SwapFree": 262419208, + "SwapTotal": 263895036, + "Unevictable": 2376, + "VmallocChunk": -135261660, + "VmallocTotal": -1, + "VmallocUsed": 835044, + "Writeback": 0, + "WritebackTmp": 0}, + "Timing": {"AvgEventTime": 61.9194, + "EventThroughput": 0.0160609, + "MaxEventTime": 83.6886, + "MinEventTime": 43.1446, + "NumberOfStreams": 1, + "NumberOfThreads": 1, + "TotalJobCPU": 6138.81, + "TotalJobTime": 6232.28, + "TotalLoopCPU": 6134.9}}, + "cpu": {"AvgEventTime": "61.9194", + "EventThroughput": "0.0160609", + "MaxEventTime": "83.6886", + "MinEventTime": "43.1446", + "NumberOfStreams": "1", + "NumberOfThreads": "1", + "TotalJobCPU": "6138.81", + "TotalJobTime": "6232.28", + "TotalLoopCPU": "6134.9"}, + "memory": {"PeakValueRss": "771.398", + "PeakValueVsize": "1081.47"}, + "storage": {"readAveragekB": 9.843354750727755, + "readCachePercentageOps": 0.0, + "readMBSec": 1226.1405375027598, + "readMaxMSec": 238.789, + "readNumOps": 190655.0, + "readPercentageOps": 1.0, + "readTotalMB": 1832.7, + "readTotalSecs": 1.54427, + "writeTotalMB": 129.072, + "writeTotalSecs": 0.08575780000000001}, + "summaries": {"SystemCPU": {"CPUModels": "AMD EPYC 7302 16-Core Processor", + "averageCoreSpeed": 3000, + "cpusetCount": 64, + "totalCPUs": 64}}}, + "site": {}, + "skipped": {"events": {}, "files": {"fileCount": 0}}, + "startTime": 1692712660.2307796, + "status": 0, + "stopTime": 1692718965.4402475}, + "completed": true, + "hostName": "b7s02p8541.cern.ch", + "jobFeatures": {"allocated_cpu": null, "hs06_job": null}, + "logArch1": {"analysis": {"files": {"fileCount": 0}}, + "cleanup": {"removed": {"fileCount": 0}, "unremoved": {}}, + "errors": {}, + "fallback": {"files": {"fileCount": 0}}, + "id": null, + "input": {}, + "logs": {}, + "output": {"logArchive": {"dataset": {}, + "files": {"file0": {"checksums": {"adler32": "514b4ac6", + "cksum": "3599680843"}, + "events": 0, + "lfn": "/store/unmerged/logs/prod/2023/8/22/wmagent_TaskChain_MC_Agent0291_forceComplete_230822_131344_5472/ProdQCD_Pt_3000_3500_13/0000/0/ba342860-4303-48b5-aa8a-21ea0e901811-4-0-logArchive.tar.gz", + "location": "T2_CH_CERN", + "merged": false, + "module_label": "logArchive", + "pfn": "root://eoscms.cern.ch//eos/cms/store/unmerged/logs/prod/2023/8/22/wmagent_TaskChain_MC_Agent0291_forceComplete_230822_131344_5472/ProdQCD_Pt_3000_3500_13/0000/0/ba342860-4303-48b5-aa8a-21ea0e901811-4-0-logArchive.tar.gz", + "runs": {}, + "size": 0}, + "fileCount": 1}}}, + "outputModules": ["logArchive"], + "parameters": {}, + "performance": {}, + "site": {}, + "skipped": {"events": {}, "files": {"fileCount": 0}}, + "startTime": 1692718966.4106545, + "status": 0, + "stopTime": 1692718966.7998054}, + "machineFeatures": {"hs06": null, "total_cpu": null}, + "pnn": "T2_CH_CERN", + "siteName": "T2_CH_CERN", + "stageOut1": {"analysis": {"files": {"fileCount": 0}}, + "cleanup": {"removed": {"fileCount": 0}, "unremoved": {}}, + "errors": {}, + "fallback": {"files": {"fileCount": 0}}, + "id": null, + "input": {}, + "logs": {}, + "output": {}, + "outputModules": [], + "parameters": {}, + "performance": {}, + "site": {}, + "skipped": {"events": {}, "files": {"fileCount": 0}}, + "startTime": 1692718965.4918995, + "status": 0, + "stopTime": 1692718966.3876004}, + "steps": ["cmsRun1", "stageOut1", "logArch1"], + "task": "/wmagent_TaskChain_MC_Agent0291_forceComplete_230822_131344_5472/ProdQCD_Pt_3000_3500_13", + "workload": "Unknown"} +] +}