radical-cybertools / radical.analytics

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

Retrieve state model for entities: session, umgr, and pmgr #12

Closed mturilli closed 8 years ago

mturilli commented 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:

>>> 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': {}}}
mturilli commented 8 years ago

NOTE: this might be critical as without these states I see no reliable way to measure TTC for a run.

mturilli commented 8 years ago

Session, emgr, pmgr have no states but only event. As such, duplicate of #6