|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.4 2001/11/12 19:19:39 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.5 2001/11/29 20:26:55 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="monitoring">
|
@@ -72,6 +72,21 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
72 | 72 | that process 1003 is waiting for process 1016 to complete its transaction and
|
73 | 73 | thereby release some lock or other.
|
74 | 74 | </para>
|
| 75 | + |
| 76 | + <tip> |
| 77 | + <para> |
| 78 | + <productname>Solaris</productname> requires special handling. You must |
| 79 | + use <command>/usr/ucb/ps</command>, rather than |
| 80 | + <command>/bin/ps</command>. You also must use two <command>w</command> |
| 81 | + flags, not just one. In addition, your original invocation of the |
| 82 | + <application>postmaster</application> must have a shorter |
| 83 | + <command>ps</command> status display than that provided by each |
| 84 | + backend. |
| 85 | + </para> |
| 86 | + </tip> |
| 87 | + |
| 88 | + |
| 89 | + |
75 | 90 | </sect1>
|
76 | 91 |
|
77 | 92 | <sect1 id="monitoring-stats">
|
|