Multiple services with the same process name

Started by Avi Rosenbaulm, April 30, 2025, 07:23:50 AM

Previous topic - Next topic

Avi Rosenbaulm

Hello,

I run multiple Virtual Box virtual machines for gaming servers and i am trying to set the affinity for each vm.

How can I do this when they are all running the same active process name, if I hover over the process name it does show me a --comment and it has the names of my machines, is there a way i can set it based of that comment?

Jeremy Collake

Sure, you can match on command lines, so try that. A wildcard should suffice, like

*-comment*
There is also the Instance Balancer feature for cases where you can't uniquely identify instances, but in your situation it sounds like you can.

Let me know how it goes!
Software Engineer. Bitsum LLC.

nash022

I'm unsure about the syntax and how it can help distinguish between my VMs based on their comments. Any specific examples would be really helpful!