radical-cybertools / radical.analytics

Analytics for RADICAL-Cybertools
Other
1 stars 1 forks source link

ORTE-specific missing events #71

Closed jdakka closed 6 years ago

jdakka commented 6 years ago

I have a couple of ORTE Titan runs that I am profiling, however I do not see two events: app_start and app_stop. I get timestamps all other events listed under AgentExecutingComponent. Is there any technical reason for why I should not get timestamps for these events?

radical-stack

radical.analytics    : 0.47.0
radical.pilot        : 0.47.4
radical.utils        : 0.47.5
saga                 : 0.47.3

esmacs_23_run_1.tgz.zip

andre-merzky commented 6 years ago

app_* events are created by the application, so I assume that your workload does not write those events. In fact, I think at this point you'll only get those events from synapse workloads.

This is documented in https://github.com/radical-cybertools/radical.pilot/blob/devel/docs/source/events.md

jdakka commented 6 years ago

Thanks I didn't know those events are synapse-specific.