r/software • u/TankS04 • 2d ago
Release ClusterSizer app (free w source)
Hi guys,
I've made a little utility in Python that helps me & my fellow sysadmin (in)mates in they work :-)
It simply does what we're mostly doing in Excel or calculators, but with some added features: it does sizing HW (servers, storage, clusters etc.) for a servers, tracking load, backup + DR sizing with some nice GUI - that is also an excellent starting point for documentation.
I've included a lot of examples so you can check easily - and also, everything in it is exportable to word document (sort of documentation).
Screenshots are there for you to get idea what it does;
Under Github/releases - latest version is packed as exe (under release/zip for Win) with examples.
Also, if you want to expand it - please do so, the code is available.
https://github.com/Tanks04/ClusterSizerv2
May this tool save you some time ,)
PS: just for the regular AI haters- I've done this tool as a thesis/final project for a Python course, but I've used Code to create GUI and Wizard, as I don't have the time.
Anyhow, it is free and I'm interested in comments/review to see if it works properly.
Thanks!