Sector State Metrics Dashboard

Setting-up

Visualizations

Rate of missing PoST, weekly, network-wide

Fraction of active sectors with Missing PoST, weekly, network-wide

Rate of missing PoST, weekly, per miner

d = rate_missing_post_miner_weekly(connection)

Declare Fault count per miner, top 10

s = declare_fault_count_per_miner(connection) print(s.sort_values(ascending=False).head(10))

Declare Fault rate, weekly, network-wide

Rate of early termination, weekly, network-wide

Average termination fee, weekly, network-wide

Renewal Events

Renewal Gap, weekly, per miner