blob: 6c1afb47744ab0989b858f15582bae9f10fe2850 (
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
|
<!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 Administration Tool</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="#">Introduction</a></li>
<li><a href="en/install.html">Install</a></li>
<li><a href="en/login.html">Login</a></li>
<li><a href="en/status.html">pgpool Status</a></li>
<li><a href="en/nodeServerStatus.html">Node Status</a></li>
<li><a href="en/queryCache.html">Query Cache</a></li>
<li><a href="en/systemDb.html">Partitioning Rule</a></li>
<li><a href="en/pgconfig.html">pgpool.conf Setting</a></li>
<li><a href="en/config.html">pgpoolAdmin Setting</a></li>
<li><a href="en/changePassword.html">Change Password</a></li>
<li><a href="en/logout.html">Logout</a></li>
<li><a href="en/errorCode.html">Error Code</a></li>
</ul>
</div>
<div id="content">
<h2>Introduction</h2>
The pgpool Administration Tool is management tool of pgpool. It is possible to monitor, start, stop pgpool and change setting for pgpool.
<h3>Screen</h3>
The menu is displayed left and the function in each menu is displayed right on Screen of pgpoolAdmin.
<p><img src="en/images/status.jpg"/></p>
After login, the following menus are displayed.
<ul>
<li>pgpool Status</li>
<li>Node Status</li>
<li>Query Cache</li>
<li>Partitioning Rule</li>
<li>pgpool.conf Setting</li>
<li>pgpoolAdmin Setting</li>
<li>Change Password</li>
<li>Logout</li>
</ul>
<p>
There is a help button on the right of the screen. Help can be displayed by clicking it.
</div>
<div id="footer">
<address>
Version 2.1<br />
Copyright © 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
</address>
</div>
</body>
</html>
|