blob: b1408a2a99faa1d8f103d95f1a9df167e786aa88 [file] [log] [blame]
SELECT
ts,
value
FROM
counter AS c
JOIN
counter_track AS ct
ON c.track_id = ct.id
WHERE
ct.name = "UFS Command Count"
ORDER BY ts