I’m building a Launcher (with JavaFX) for minecraft servers, which currently can start and stop the servers (on windows for now). Now I’m trying to implement a resource-usage table. Does the server software (in this case PaperMC) provide it’s own interfaces for monitoring resources? Are there any other ideas on how one might possibly monitor resources otherwise?
I tried implementing a sort of console writer/reader, which sould run commands to show the resources in the servers console. It seemed rather tedious tho, so I wondered, if there was a simpler solution.