これらのフィールドは、si*バージョンのレポートコマンドを使用した結果です。フィールドには特別な名前が付けられているため、サマリーインデックスから取得するときに、レポートコマンド(chart / timechart / stats)が情報を適切にデコードできます。
psrsvdは「prestatsreserved」の略です
一般的なパターンはpsrsvd_[type]_ [fieldname]ですが、一部のタイプはフィールドにスコープされていません
ct = count
gc = group count (the count for a stats "grouping", not scoped to a field)
nc = numerical count (number of numerical values)
sm = sum
ss = sum of squares
v = version (not scoped to a field)
vt = value type (contains the precision of this field)
したがって、たとえば、「foobar」という名前のフィールドのカウントは、psrsvd_ct_foobarとして保存されます。