-
Notifications
You must be signed in to change notification settings - Fork 387
Set custom process title for tarantool #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue blocks nothing, and dist.lua is sufficiently broken already to not bother with this one. |
mejedi
added a commit
that referenced
this issue
Oct 26, 2015
* add proctitle.h; * add config-time detection of setproctitle() syscall; * fixing program_invocation_(short)?_name globals (glibc); * fixing progname (getprogname(), initialized with argv[0]); * this module now works on osx; * fix osx ps displaying garbage (argc-1 extra \0 necessary); * general refactoring; * fix linux proctitle truncation (init_set_proctitle was called with argv+1, this is wrong); * CAVEAT: 'progname: ' prefix no longer present, will fix later
mejedi
added a commit
that referenced
this issue
Oct 27, 2015
mejedi
added a commit
that referenced
this issue
Oct 28, 2015
* add proctitle.h; * add config-time detection of setproctitle() syscall; * fixing program_invocation_(short)?_name globals (glibc); * fixing progname (getprogname(), initialized with argv[0]); * this module now works on osx; * fix osx ps displaying garbage (argc-1 extra \0 necessary); * general refactoring; * fix linux proctitle truncation (init_set_proctitle was called with argv+1, this is wrong); * CAVEAT: 'progname: ' prefix no longer present, will fix later
mejedi
added a commit
that referenced
this issue
Oct 28, 2015
mejedi
added a commit
that referenced
this issue
Nov 5, 2015
* add proctitle.h; * add config-time detection of setproctitle() syscall; * fixing program_invocation_(short)?_name globals (glibc); * fixing progname (getprogname(), initialized with argv[0]); * this module now works on osx; * fix osx ps displaying garbage (argc-1 extra \0 necessary); * general refactoring; * fix linux proctitle truncation (init_set_proctitle was called with argv+1, this is wrong); * CAVEAT: 'progname: ' prefix no longer present, will fix later
mejedi
added a commit
that referenced
this issue
Nov 5, 2015
kostja
added a commit
that referenced
this issue
Nov 5, 2015
proctitle.c: since it's now fully rewritten by us, move from third_party process_title.c: rename to title.c Style changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue blocks naming in
dist.lua
:where instead of
tarantool_ctl
must be script name.Create custom module
proc_title
, where we'll have such functions as:fmt
'll be basically lua format string, but additionally may have such fields asThe text was updated successfully, but these errors were encountered: