summaryrefslogtreecommitdiff
path: root/doc/en/status.html
blob: d199432ee57148e3c5bf4dda6ae547169916274f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pgpool Status</title>
<link href="../screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
  <h1><img src="../images/logo.gif" alt="pgpoolAdmin" /></h1>
</div>
<div id="menu">
  <ul>
    <li><a href="../index_en.html">Introduction</a></li>
    <li><a href="install.html">Install</a></li>
    <li><a href="login.html">Login</a></li>
    <li><a href="status.html">pgpool Status</a></li>
    <li><a href="nodeServerStatus.html">Node Status</a></li>
    <li><a href="queryCache.html">Query Cache</a></li>
    <li><a href="systemDb.html">Partitioning Rule</a></li>
    <li><a href="pgconfig.html">pgpool.conf Setting</a></li>
    <li><a href="config.html">pgpoolAdmin Setting</a></li>
    <li><a href="changePassword.html">Change Password</a></li>
    <li><a href="logout.html">Logout</a></li>
    <li><a href="errorCode.html">Error Code</a></li>
  </ul>
</div>
<div id="content">

<h2>pgpool Status</h2>
  <h3>Summary</h3>
On the status screen, it is possible to display it for pgpool as follows,
<ul><li>Summary</li>
  <li>Process Information</li>
  <li>Node Information</li>
  <li>Log</li>
</ul>
and operate it.
<ul>
  <li>Start</li>
  <li>Stop</li>
  <li>Restart</li>
</ul>
  <h3>Feature</h3>
  <p><img src="images/status.jpg" /></p>
<table>
  <tr>
    <th class="right_border"><label>Summary</label></th>
    <td>The content of pgpool.conf is displayed.</td>
  </tr>
  <tr>
    <th class="right_border"><label>Process Information</label></th>
    <td><p>In each process for pgpool,</p>
      <ul>
        <li>Process ID</li>
        <li>Database Name</li>
        <li>Username</li>
        <li>Process start time</li>
        <li>Connection create time</li>
        <li>Protocol major version</li>
        <li>Protocol miner version</li>
        <li>Use of connection</li>
        </ul>
      <p>will be shown.<br />
      In each process, it will be displayed only the number of max_pool in pgpool.conf in the maximum.
      </p></td>
  </tr>
  <tr>
    <th class="right_border"><label>Node Information</label></th>
    <td><p>In each node,</p>
        <ul>
          <li>IP address</li>
          <li>Port number</li>
          <li>Status</li>
          <li>Weight</li>
          <li>Disconnect button</li>
        </ul>
      <p>will be shown. But, the button for disconnection will not be shown when pgpool is running on parallel mode.</p>
      <p>In the status,</p>
      <ul>
          <li>Up. Disconnect</li>
        <li>Up. Connected</li>
        <li>Down</li>
      </ul>
      <p>the three states will be shown.</p></td>
  </tr>
  <tr>
    <th class="right_border"><label>Log</label></th>
    <td>It is possible to display about log of pgpool when pgpool doesn't run in daemon mode(-n).</td>
  </tr>
  <tr>
    <th class="right_border"><label>Start</label></th>
    <td>It is possible to start pgpool when it is stopped. The start option of  pgpool
    <ul>
    <li>Clears query cache(-c)</li>
    <li>don't run in daemon mode(-n)</li>
    <li>stop mode(-m)</li>
    <li>pgpool.conf(-f)</li>
    <li>pcp.conf(-F)</li>
    </ul>
    can be specified. 
    <p><img src="images/start.jpg" /></p>
    </td>
  </tr>
  <tr>
  <tr>
    <th class="right_border"><label>Stop</label></th>
    <td>All the processes of pgpool are stopped. The pgpool stop option is displayed, when "pgpool Stop" is pushed. There are stop mode for pgpool as follows.
    <ul>
    <li>smart</li>
    <li>fast</li>
    <li>immediate</li>
    </ul>
    If pgpool is stopped, pgpool status in the status window becomes "pgpool stop" and the start option for pgpool is displayed.
    <p><img src="images/stop.jpg" /></p>
  </td>
  </tr>
  <tr>
    <th class="right_border"><label>Restart</label></th>
    <td>First, all the processes of pgpool are stopped and then pgpool start process is executed. Both the start and the stop of the abovementioned items can be specified.
    <p><img src="images/restart.jpg" /></p>
  </td>
  </tr>
</table>

<table>
</table>
</div>
<div id="footer">
  <address>
  Version 2.1<br />
  Copyright &copy; 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
  </address></div>
</body>
</html>