File tree Expand file tree Collapse file tree 5 files changed +416
-5
lines changed Expand file tree Collapse file tree 5 files changed +416
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 88333c7e4faf04190cf783247b470c7ea8b54196 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: fab4ea95f4fe1471be947602d0e9be32fb802265 Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
6
6
<sect1 xml : id =" install.fpm.configuration" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
486
486
</term >
487
487
<listitem >
488
488
<para >
489
- FPM の情報ページを見るための URI。この値を省略した場合は、どの URI
490
- も情報ページとは見なされません。デフォルト値: なし
489
+ <link linkend =" fpm.status" >FPM の情報ページ</link >
490
+ を見るための URI。この値は、スラッシュ (/) で始めなければいけません。
491
+ この値を省略した場合は、どの URI も情報ページとは見なされません。
492
+ デフォルト値: なし
491
493
</para >
492
494
</listitem >
493
495
</varlistentry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 04210d535db52aed64b82572817f059059ddfebc Maintainer: satoruyoshida Status: ready -->
3
+ <!-- EN-Revision: fab4ea95f4fe1471be947602d0e9be32fb802265 Maintainer: satoruyoshida Status: ready -->
4
4
<book xml : id =" book.fpm" xmlns =" http://docbook.org/ns/docbook" >
5
5
<?phpdoc extension-membership =" core" ?>
6
- <title >FastCGI Process Manager</title >
6
+ <title >FastCGI Process Manager(FPM) </title >
7
7
8
8
<preface xml : id =" intro.fpm" >
9
9
&reftitle.intro;
14
14
</preface >
15
15
16
16
&reference.fpm.setup;
17
+ &reference.fpm.observability;
17
18
&reference.fpm.reference;
18
19
19
20
</book >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- $Revision$ -->
3
+ <!-- EN-Revision: fab4ea95f4fe1471be947602d0e9be32fb802265 Maintainer: mumumu Status: ready -->
4
+
5
+ <refentry xml : id =" function.fpm-get-status" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
+ <refnamediv >
7
+ <refname >fpm_get_status</refname >
8
+ <refpurpose >現在の FPMプール の状態を返す</refpurpose >
9
+ </refnamediv >
10
+
11
+ <refsect1 role =" description" >
12
+ &reftitle.description;
13
+ <methodsynopsis >
14
+ <type >array</type ><methodname >fpm_get_status</methodname >
15
+ <void />
16
+ </methodsynopsis >
17
+ <para >
18
+ この関数は、現在の FPMプール の完全な状態を連想配列で返します。
19
+ この関数は、プロセス単位の情報を含んだ、常に完全な状態を返します。
20
+ 詳細については、
21
+ <link linkend =" fpm.status" >FPM の情報ページ</link >
22
+ を参照下さい。
23
+ </para >
24
+ <para >
25
+ この関数は、FPM を使ってスクリプトを実行している場合にだけ定義されることに注意して下さい。
26
+ </para >
27
+ </refsect1 >
28
+
29
+ <refsect1 role =" parameters" >
30
+ &reftitle.parameters;
31
+ &no.function.parameters;
32
+ </refsect1 >
33
+
34
+ <refsect1 role =" returnvalues" >
35
+ &reftitle.returnvalues;
36
+ <para >
37
+ FPMプール の完全な状態を含む連想配列を返します。
38
+ </para >
39
+ </refsect1 >
40
+ </refentry >
41
+
42
+ <!-- Keep this comment at the end of the file
43
+ Local variables:
44
+ mode: sgml
45
+ sgml-omittag:t
46
+ sgml-shorttag:t
47
+ sgml-minimize-attributes:nil
48
+ sgml-always-quote-attributes:t
49
+ sgml-indent-step:1
50
+ sgml-indent-data:t
51
+ indent-tabs-mode:nil
52
+ sgml-parent-document:nil
53
+ sgml-default-dtd-file:"~/.phpdoc/manual.ced"
54
+ sgml-exposed-tags:nil
55
+ sgml-local-catalogs:nil
56
+ sgml-local-ecat-files:nil
57
+ End:
58
+ vim600: syn=xml fen fdm=syntax fdl=2 si
59
+ vim: et tw=78 syn=sgml
60
+ vi: ts=1 sw=1
61
+ -->
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- $Revision$ -->
3
+ <!-- EN-Revision: fab4ea95f4fe1471be947602d0e9be32fb802265 Maintainer: mumumu Status: ready -->
4
+
5
+ <chapter xml : id =" fpm.observability" >
6
+ <title >オブザーバビリティ(可観測性)</title >
7
+
8
+ &reference.fpm.status;
9
+
10
+ </chapter >
11
+
12
+ <!-- Keep this comment at the end of the file
13
+ Local variables:
14
+ mode: sgml
15
+ sgml-omittag:t
16
+ sgml-shorttag:t
17
+ sgml-minimize-attributes:nil
18
+ sgml-always-quote-attributes:t
19
+ sgml-indent-step:1
20
+ sgml-indent-data:t
21
+ indent-tabs-mode:nil
22
+ sgml-parent-document:nil
23
+ sgml-default-dtd-file:"~/.phpdoc/manual.ced"
24
+ sgml-exposed-tags:nil
25
+ sgml-local-catalogs:nil
26
+ sgml-local-ecat-files:nil
27
+ End:
28
+ vim600: syn=xml fen fdm=syntax fdl=2 si
29
+ vim: et tw=78 syn=sgml
30
+ vi: ts=1 sw=1
31
+ -->
You can’t perform that action at this time.
0 commit comments