Closed mturilli closed 8 years ago
The state model for the three entities session, pmgr, and umgr is not recorded/parsed for OSG runs (and possibly every other run):
For session rp.session.radical.mingtha.017035.0010 from the repository of the AIMES-experience experiment:
rp.session.radical.mingtha.017035.0010
>>> session.describe('state_model', etype=['session']) {'session': {'state_model': {}}} >>> session.describe('state_model', etype=['umgr']) {'umgr': {'state_model': {}}} >>> session.describe('state_model', etype=['pmgr']) {'pmgr': {'state_model': {}}}
NOTE: this might be critical as without these states I see no reliable way to measure TTC for a run.
Session, emgr, pmgr have no states but only event. As such, duplicate of #6
The state model for the three entities session, pmgr, and umgr is not recorded/parsed for OSG runs (and possibly every other run):
For session
rp.session.radical.mingtha.017035.0010
from the repository of the AIMES-experience experiment: