comparison xml/en/docs/http/ngx_http_api_module.xml @ 2253:a89093ff86a3

Clarified ISO 8601 time, changed example, bumped version in API.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Oct 2018 12:28:06 +0300
parents 45a2b90247ad
children d5e576eb7677
comparison
equal deleted inserted replaced
2252:5a740d0f7a77 2253:a89093ff86a3
1512 </tag-desc> 1512 </tag-desc>
1513 <tag-name> 1513 <tag-name>
1514 <literal>load_timestamp</literal> (<literal>string</literal>) 1514 <literal>load_timestamp</literal> (<literal>string</literal>)
1515 </tag-name> 1515 </tag-name>
1516 <tag-desc> 1516 <tag-desc>
1517 Time of the last reload of configuration, in milliseconds since Epoch. 1517 Time of the last reload of configuration, in the ISO 8601 format with millisecond resolution.
1518 </tag-desc> 1518 </tag-desc>
1519 <tag-name> 1519 <tag-name>
1520 <literal>timestamp</literal> (<literal>string</literal>) 1520 <literal>timestamp</literal> (<literal>string</literal>)
1521 </tag-name> 1521 </tag-name>
1522 <tag-desc> 1522 <tag-desc>
1523 Current time in milliseconds since Epoch. 1523 Current time in the ISO 8601 format with millisecond resolution.
1524 </tag-desc> 1524 </tag-desc>
1525 <tag-name> 1525 <tag-name>
1526 <literal>pid</literal> (<literal>integer</literal>) 1526 <literal>pid</literal> (<literal>integer</literal>)
1527 </tag-name> 1527 </tag-name>
1528 <tag-desc> 1528 <tag-desc>
1537 </list> 1537 </list>
1538 <para>Example:</para> 1538 <para>Example:</para>
1539 <example> 1539 <example>
1540 { 1540 {
1541 "nginx" : { 1541 "nginx" : {
1542 "version" : "1.13.3", 1542 "version" : "1.15.2",
1543 "build" : "nginx-plus-r12-p3", 1543 "build" : "nginx-plus-r16",
1544 "address" : "206.251.255.64", 1544 "address" : "206.251.255.64",
1545 "generation" : 2, 1545 "generation" : 6,
1546 "load_timestamp" : "2017-07-07T11:09:21.594Z", 1546 "load_timestamp" : "2018-10-08T09:05:48.776Z",
1547 "timestamp" : "2017-07-11T09:31:13.477Z", 1547 "timestamp" : "2018-10-08T15:23:17.056Z",
1548 "pid" : 32212, 1548 "pid" : 32212,
1549 "ppid" : 32210 1549 "ppid" : 32210
1550 } 1550 }
1551 }</example> 1551 }</example>
1552 </listitem> 1552 </listitem>
2248 </tag-desc> 2248 </tag-desc>
2249 <tag-name> 2249 <tag-name>
2250 <literal>downstart</literal> (<literal>string</literal>) 2250 <literal>downstart</literal> (<literal>string</literal>)
2251 </tag-name> 2251 </tag-name>
2252 <tag-desc> 2252 <tag-desc>
2253 The time (in milliseconds since Epoch) when the server became “<literal>unavail</literal>”, “<literal>checking</literal>”, or “<literal>unhealthy</literal>”. 2253 The time when the server became “<literal>unavail</literal>”, “<literal>checking</literal>”, or “<literal>unhealthy</literal>”, in the ISO 8601 format with millisecond resolution.
2254 </tag-desc> 2254 </tag-desc>
2255 <tag-name> 2255 <tag-name>
2256 <literal>selected</literal> (<literal>string</literal>) 2256 <literal>selected</literal> (<literal>string</literal>)
2257 </tag-name> 2257 </tag-name>
2258 <tag-desc> 2258 <tag-desc>
2259 The time (in milliseconds since Epoch) when the server was last selected to process a request. 2259 The time when the server was last selected to process a request, in the ISO 8601 format with millisecond resolution.
2260 </tag-desc> 2260 </tag-desc>
2261 <tag-name> 2261 <tag-name>
2262 <literal>header_time</literal> (<literal>integer</literal>) 2262 <literal>header_time</literal> (<literal>integer</literal>)
2263 </tag-name> 2263 </tag-name>
2264 <tag-desc> 2264 <tag-desc>
2736 </tag-desc> 2736 </tag-desc>
2737 <tag-name> 2737 <tag-name>
2738 <literal>downstart</literal> (<literal>string</literal>) 2738 <literal>downstart</literal> (<literal>string</literal>)
2739 </tag-name> 2739 </tag-name>
2740 <tag-desc> 2740 <tag-desc>
2741 The time (in milliseconds since Epoch) when the server became “<literal>unavail</literal>”, “<literal>checking</literal>”, or “<literal>unhealthy</literal>”. 2741 The time when the server became “<literal>unavail</literal>”, “<literal>checking</literal>”, or “<literal>unhealthy</literal>”, in the ISO 8601 format with millisecond resolution.
2742 </tag-desc> 2742 </tag-desc>
2743 <tag-name> 2743 <tag-name>
2744 <literal>selected</literal> (<literal>string</literal>) 2744 <literal>selected</literal> (<literal>string</literal>)
2745 </tag-name> 2745 </tag-name>
2746 <tag-desc> 2746 <tag-desc>
2747 The time (in milliseconds since Epoch) when the server was last selected to process a connection. 2747 The time when the server was last selected to process a connection, in the ISO 8601 format with millisecond resolution.
2748 </tag-desc> 2748 </tag-desc>
2749 </list> 2749 </list>
2750 </tag-desc> 2750 </tag-desc>
2751 <tag-name> 2751 <tag-name>
2752 <literal>zombies</literal> (<literal>integer</literal>) 2752 <literal>zombies</literal> (<literal>integer</literal>)