Currently, when running top or htop I see a wrapper long string for jsw. I'd like to request to use wrapper.name to set process title for Unix OSes. My first and foremost request is to utilize FreeBSD's setproctitle(2) for this. Other OSes provide similar functions. See Postgres usage of: https://doxygen.postgresql.org/ps__status_8c_source.html
On FreeBSD I now see: /usr/local/lib/javaservicewrapper/bin/wrapper /usr/local/etc/nexus2/wrapper.conf wrapper.syslog.ident=nexus2 wrapper.pidfile=/var/run/nexus2/n...
When wrapper.name is set to "Nexus 2 OSS" I'd see in htop: wrapper: Nexus 2 OSS
Thank you for the information. Looks like a great idea. We will look at scheduling this into a release and will post back here with updates.