MinecraftServerControl / mscs

Powerful command-line control for UNIX and Linux powered Minecraft servers
https://minecraftservercontrol.github.io
BSD 2-Clause "Simplified" License
485 stars 62 forks source link

Make memory output in status command friendlier #256

Closed Roflicide closed 4 years ago

Roflicide commented 4 years ago

Additions to the mscs status command:

Minecraft Server Status:
  alex: running version 1.15.2 (0 of 20 users online).
    Port: 25567.
    Memory used: 0.76GB (2GB allocated).
    Process ID: 601.
  meocraft: running version 1.16.1 (2 of 20 users online).
    Port: 25565.
    Players: Roflicide, Sameopet.
    Memory used: 1.93GB (4GB allocated).
    Process ID: 2048.
sandain commented 4 years ago

Looks good. Thanks for the patch