comparison xml/en/docs/control.xml @ 2195:52d603f58bca

Controlling nginx: removed history info from FreeBSD.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jun 2018 13:20:11 +0300
parents a90594ae6686
children
comparison
equal deleted inserted replaced
2194:a90594ae6686 2195:52d603f58bca
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Controlling nginx" 8 <article name="Controlling nginx"
9 link="/en/docs/control.html" 9 link="/en/docs/control.html"
10 lang="en" 10 lang="en"
11 rev="6"> 11 rev="7">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 nginx can be controlled with signals. 16 nginx can be controlled with signals.
77 After all clients are serviced, old worker processes are shut down. 77 After all clients are serviced, old worker processes are shut down.
78 </para> 78 </para>
79 79
80 <para> 80 <para>
81 Let’s illustrate this by example. 81 Let’s illustrate this by example.
82 Imagine that nginx is run on FreeBSD 4.x and the command 82 Imagine that nginx is run on FreeBSD and the command
83 <programlisting> 83 <programlisting>
84 ps axw -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)' 84 ps axw -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)'
85 </programlisting> 85 </programlisting>
86 produces the following output: 86 produces the following output:
87 <programlisting> 87 <programlisting>