I have jmh set locally on my machine. I can produce the benchmark jar and successfully run my benchmark test. The issue is that I have other processes running on my machine and would like to run it a setting where there's no "interference" from other running processes. I have access to a server that i really, I would want my benchmark jar. Is there a way to install jmh on the remote machine and run my benchmarking test? There's no access to a UI or IDE so everything has to be from the command line.