Hi,
I am trying to extract data from the dpa_repository on number of blocked sessions from my Sybase Instance, i.e. the data that serves the graphical feature in DPA referenced below.

My assumption was that I could do that with a simple query to the repository:
select * from con_metrics_detail_1
where metrics_id = 8
Metrics_ID 8 is "Blocked Sessions" in CON_METRICS_NAME_1.
The problem is that the query returns a value of 128 for every row in the entire series which is puzzling. It works just fine in DPA, i.e. it is showing the number of blocks correctly (note that I took these two screenshots at two different times and are not connected).

Any idea how I can extract the number of blocks with along with the corrensponding timestamp?
Best regards