reference/fpm/status.xml
2c4f02dcf9781000405646b9b21f9182aea76496
...
...
@@ -164,7 +164,7 @@
164
164
<row>
165
165
<entry>max children reached</entry>
166
166
<entry>
167
-
Has the maximum number of processes ever been reached? If so the displayed value is
167
+
Has the maximum number of processes ever been reached? If so the displayed value is greater than or equal to
168
168
<literal>1</literal> otherwise the value is <literal>0</literal>.
169
169
</entry>
170
170
</row>
...
...
@@ -211,7 +211,7 @@
211
211
</row>
212
212
<row>
213
213
<entry>request duration</entry>
214
-
<entry>The total time in seconds spent serving requests.</entry>
214
+
<entry>The total time in microseconds spent serving last request.</entry>
215
215
</row>
216
216
<row>
217
217
<entry>request method</entry>
...
...
@@ -244,6 +244,8 @@
244
244
<entry>
245
245
The %cpu of the last request. This will be 0 if the process is not Idle because the
246
246
calculation is done when the request processing is complete.
247
+
The value can exceed 100%, because metric will tell which percentage of the total cpu time was used in the last request -
248
+
takes processes on all cores into account, whereas the 100% is for one core only.
247
249
</entry>
248
250
</row>
249
251
<row>
250
252