nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #138, add counters to state machine #143

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Add entry/exit counters for each state of the storage cache bundle handling state machine. This indicates bundles that are idle, queued, deleted, and eventually discarded.

Update bpcat to display these counters every 10 seconds.

Fixes #138