Opened 10 years ago

Closed 10 years ago

#217 closed task (fixed)

send instrumentation information through AMQP

Reported by: sdipsl Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.4 metrics
Component: AMQP message Version:
Keywords: Cc:

Description

because it will be lot of fun to monitor computing centre in real time

Change History (2)

comment:1 Changed 10 years ago by sdipsl

  • Owner set to sdipsl
  • Status changed from new to assigned

comment:2 Changed 10 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed

Kind of json output produced by instrumented functions.
First msgCode=2000 enter a function
then msgCode=7000 containning fucntions statistics
then msgCode=3000 success of the function

 > 1 : IGCM_sys_Cp /ccc/work/cont003/dsm/p86ipsl/IGCM/INIT/CPL/IPSLCM6/ORCA2.3xLMD9695/flxat.nc flxat.nc
 sendAMQPMsg -h localhost -p 5672 -b {"msgApplication":"monitoring","msgProducer":"libigcm","activity":"IPSL","name":"CM6PI.03","cumulPeriod":"","experiment":"piControl","space":"TEST","model":"IPSLCM6","startDate":"1850-01-01","endDate":"1859-12-31","login":"p86denv","centre":"TGCC","machine":"curie","simuid":"817f02cc-02cc-4de7-b3df-b027548dbb29","jobuid":"75e3ad4c-fe93-4ab2-9730-a782b114f791","msgCode":"2000","msgUID":"0eccd17d-98bc-465f-84dc-89485bf1f4a0","nesting":"1","command":"IGCM_sys_Cp /ccc/work/cont003/dsm/p86ipsl/IGCM/INIT/CPL/IPSLCM6/ORCA2.3xLMD9695/flxat.nc flxat.nc","msgTimestamp":"2014-09-15-10:54:02-199362084"}
 sendAMQPMsg -h localhost -p 5672 -b {"msgApplication":"monitoring","msgProducer":"libigcm","activity":"IPSL","name":"CM6PI.03","cumulPeriod":"","experiment":"piControl","space":"TEST","model":"IPSLCM6","startDate":"1850-01-01","endDate":"1859-12-31","login":"p86denv","centre":"TGCC","machine":"curie","simuid":"817f02cc-02cc-4de7-b3df-b027548dbb29","jobuid":"75e3ad4c-fe93-4ab2-9730-a782b114f791","msgCode":"7000","msgUID":"28c8405b-9de6-4f0b-b4b7-643ffbc97109","act":"IGCM_sys_Cp","sz":"1.408203","ms":"154","fx(ko)":"9363.636","fx(mo)":"9.144175","nm":"doNotKnow","dirSource":"/ccc/work/cont003/dsm/p86ipsl/IGCM/STORAGE/INIT/CPL/IPSLCM6/ORCA2.3xLMD9695","dirOut":"/ccc/scratch/cont003/dsm/p86denv/RUN_DIR/2090622_27596/CM6PI.03.27596","msgTimestamp":"2014-09-15-10:54:02-395113803"}
 < 1 : IGCM_sys_Cp
 sendAMQPMsg -h localhost -p 5672 -b {"msgApplication":"monitoring","msgProducer":"libigcm","activity":"IPSL","name":"CM6PI.03","cumulPeriod":"","experiment":"piControl","space":"TEST","model":"IPSLCM6","startDate":"1850-01-01","endDate":"1859-12-31","login":"p86denv","centre":"TGCC","machine":"curie","simuid":"817f02cc-02cc-4de7-b3df-b027548dbb29","jobuid":"75e3ad4c-fe93-4ab2-9730-a782b114f791","msgCode":"3000","msgUID":"3496d900-f048-42c6-9848-abe563c6bb37","nesting":"1","command":"IGCM_sys_Cp /ccc/work/cont003/dsm/p86ipsl/IGCM/INIT/CPL/IPSLCM6/ORCA2.3xLMD9695/flxat.nc flxat.nc","msgTimestamp":"2014-09-15-10:54:02-424510038"}
Note: See TracTickets for help on using tickets.