TransiStore icon indicating copy to clipboard operation
TransiStore copied to clipboard

Add 'stats' CLI command?

Open cowtowncoder opened this issue 13 years ago • 1 comments

Although 'list' can give basic information on set of entries, it'd be good to have something for more complete statistics, up to and including checking number of copies accessible via cluster; as well as for listing specific nodes that have copies.

cowtowncoder avatar Feb 08 '13 06:02 cowtowncoder

One requirement for this is either a new per-entry endpoint that exposes full statistics for an entry; or extension of "entries" interface so that ListItem contains more data.

Either way, StoreClient needs to expose a new operation which explicitly returns set of results; one per each store node that should contain a copy of an entry with given key.

cowtowncoder avatar Jan 31 '14 20:01 cowtowncoder