Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
e0394e1e
Commit
e0394e1e
authored
11 years ago
by
ocelot-inc
Browse files
Options
Downloads
Patches
Plain Diff
proctitle.xml minor change
parent
9c322691
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/user/proctitle.xml
+4
-12
4 additions, 12 deletions
doc/user/proctitle.xml
with
4 additions
and
12 deletions
doc/user/proctitle.xml
+
4
−
12
View file @
e0394e1e
...
...
@@ -12,9 +12,9 @@
<para>
Linux and FreeBSD operating systems allow a running process to
modify its title, which otherwise contains the program name.
Tarantool uses this feature to
aid to
needs of system
Tarantool uses this feature to
help meet the
needs of system
administration, such as figuring out what services are running
on a host, TCP/IP ports in use,
et
 
cetera
.
on a host,
what
TCP/IP ports
are
in use,
and so on
.
</para>
<para>
Tarantool process title follows the following naming scheme:
...
...
@@ -31,11 +31,6 @@
<listitem><para>
<emphasis
role=
"strong"
>
replica/
<constant>
IP
</constant>
:
<constant>
port
</constant></emphasis>
-- a replication node,
</para></listitem>
<listitem><para>
<emphasis
role=
"strong"
>
wal_writer
</emphasis>
-- a write
ahead log management process (always pairs up with the main
process, be it primary or replica).
</para></listitem>
<listitem><para>
<emphasis
role=
"strong"
>
replication_server
</emphasis>
--
runs only if
<olink
targetptr=
"replication_port"
/>
is set,
...
...
@@ -56,13 +51,10 @@
For example:
<itemizedlist>
<listitem><para>
<command>
tarantool_box: primary pri:50000 sec:50001 adm:50002
</command>
</para></listitem>
<listitem><para>
<command>
tarantool_box: primary@infobox pri:15013 sec:15523 adm:10012
</command>
<command>
tarantool_box: primary pri: 50000 sec: 50001 adm: 50002
</command>
</para></listitem>
<listitem><para>
<command>
tarantool_box:
wal_writer
</command>
<command>
tarantool_box:
primary@infobox pri: 15013 sec: 15523 adm: 10012
</command>
</para></listitem>
</itemizedlist>
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment