{% extends "base.html"%} {% block css %} {{ block.super }} {% endblock css %} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block sub_title %} {{ block.super }}
DataTierStatInTimeWindow | |
Method | GET |
Description |
Return a JSON with the list of the datasets (DataTier) accessed within a time window, for a given Site.
The JSON includes the number of accesses and CPUtime for each dataset. Takes the following arguments: - SiteName (e.g. T2_IT_Pisa, or summary for the overall view) - tstart (default: one week ago) - tstop (default: today) |
Examples | Administrative Assistant
1. Retrieve the list for all the sites:
DataTierStatInTimeWindow/?tstart=2011-05-10&tstop=2011-06-10&sitename=summary 2. Retrieve the list for a given site (e.g. T2_IT_Pisa): DataTierStatInTimeWindow//?tstart=2011-05-10&tstop=2011-06-10&sitename=T2_IT_Pisa |