Antop

A dashboard tool from Discord user @Champii deserves a look

Ok i’ve just released it on crates.io, you can find the source and instructions here GitHub - Champii/antop. Feel free to DM me if any questions

I tried it last night, had to rustup update and install a couple of SSL dev libs but no biggie.
I couldn’t get it to run first time but I was trying it on top of Autonomi which may have unnecessarily complicated things and it was very late… @Champii responded quickly anyway.

Have a look yourselves.

18 Likes

Looks great. I’ve wanted this out of antctl but it’s probably better it’s in an independent, dedicated tool from the ecosystem.

2 Likes

Try cargo install antop again

@Champii has just updated it and is waiting on an admin to OK his forum membership so he can announce it himself

There are rough edges but this looks very promising indeed. I don’t think it will say “servers” in bottom right for long :slight_smile: and a scroll feature is coming as well.

6 Likes

Wish list for antop

  • scrolling so we can see more than a screenful of nodes

  • Configurable update interval

  • recommendation to use “Green/Black” bash profile if on Ubuntu. As with vdash the Ubuntu default terminal does not handle TUIs well cos the contrast is awful. Dunno WTF they stuck with that muddy purple for so long - “branding” I guess…

  • Change “servers” to nodes in bottom right

3 Likes

Hey everyone !

So I’ve updated antop to v0.2.0, now with configurable update interval, scroll, better node names, natural ordering and no servers :stuck_out_tongue:

Please give it a try, and I will greatly appreciate any feedback or feature request !

cargo install antop

21 Likes

Warning cargo install "anything" will cripple many small VPSes especially if they are already running more nodes than they really should…

Ask me how I know…

If you can easily, stop your nodes, install antop, then restart.

8 Likes

I’ve made one last round of polishing with the v0.2.1, mostly OCD stuff, UI and alignment.

You can find the changelog here:

10 Likes

cargo install -j 2

Would limit the number of concurrent build jobs to 2 so only 2 cores are being flogged and that should help a bit.

6 Likes

Yeah, I keep forgetting that -j flag – thank you

Ok so I lied when I said it was the last round of polishing.
v0.2.2 and now I’m officially done :slight_smile:
Still very open to features request and bug reports

12 Likes