You can retrieve the dstore (Data Store Hit) report through the GUI by following the below steps on the GUI.
Once you logged into the GUI > Go to the
REPORTS >
REPORT DATA >
Export >
Select Report: dstore (Data Store Hit) >
Export locally.
NOTE: The report can only be retrieved in CSV Format.
Understanding of dstore Report:
Will take an example of the below dstore report to understand the values exists in this report or you will get.

In the report, you will get the following parameters/fields as below, which are important to understand, and we will focus on them.
- Timestamp
- Interval
- Hits
- Misses
Now, let's understand what each field represents.
| Field |
Value type |
Meaning of Value |
| Timestamp |
Integer |
The Date and Time when the SH has responded to the requests. |
| Interval |
Integer |
The interval of requests in seconds (Default Value: 300 seconds (5 minutes) |
| Hits |
Integer |
This value represents the number of requests that arrived on Steelhead.
And, served the request referring to the segstore. |
| Misses |
Integer |
This value represents the number of requests the Steelhead had to forward, as it did not find them in the segstore. |
Understand Hit/Misses in simple terms:
- When new data flows through:
- SteelHead breaks it into small segments.
- It checks if these segments exist in its Data Store.
- If found → HIT (WAN avoidance).
- If not found → MISS (must pull across WAN, but will store it for future use).
Simple Rule:
More hits = More effective optimization.
Alternate solution to retrieve the Data Store Hit/Misses Report:
By running the "show datastore" command in privilege mode (#).
Below is an example of the CLI way: