ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Is it possible to create random http port number when using --gui? #111

Closed gmarkomanolis closed 1 year ago

gmarkomanolis commented 1 year ago

Could we have a random port generator when we use --gui so someone could not know the port and access another person's data if they share a server?

coleramos425 commented 1 year ago

We could add a --random-port option that generates a random number in the Registered Ports range (1024-49151)

The chosen random port would override the default GUI port.

coleramos425 commented 1 year ago

Feature complete. Feel free to try things out in our dev branch ahead of the next release,