arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

Multiple Arkmanager Processes per Server instance? #1197

Closed Haidies-AU closed 3 years ago

Haidies-AU commented 3 years ago

Hi, My cluster of 10 has been running for well over a year with little to no problems. The arkmanager software is 100% amazing.

I just wanted to confirm how many Arkmanager processes should be open for a 10 map cluster.

I have 10 Shootergame processes active, but 20 Arkmanager processes with 4 other Arkmanager processes that blink on and off

Im running the cluster on Centos7 Sorry in advance if this is listed somewhere else, I really did search everywhere I could think of for an answer before posting.

klightspeed commented 3 years ago

If you run ps -AHF, it should show the processes in a hierarchical tree.

As arkmanager is a bash script, everything (including delays) is done by running programs. There will be one monitor process and one subprocess writing to the log, and the periodic check for whether the server is up will involve a subprocess.

Haidies-AU commented 3 years ago

Awesome, I just knew it would be something blindingly simple, Thank you so much :D