Changes between Version 8 and Version 9 of MapGuideRfc87


Ignore:
Timestamp:
Oct 28, 2009, 1:16:10 PM (15 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc87

    v8 v9  
    1414||Proposed Milestone||(2.2)||
    1515||Assigned PSC guide(s)||(Bruce Dechant)||
    16 ||'''Voting History'''||October ??, 2009||
    17 ||+1||||
     16||'''Voting History'''||October 13, 2009||
     17||+1||Bob, Bruce, Jason, Tom, Trevor||
    1818||+0||||
    1919||-0||||
    2020||-1||||
    21 ||no vote||||
     21||no vote||Andy, Haris, Kenneth, Paul||
    2222
    2323== Overview ==
     
    5757    <xs:complexType name="SiteInformationType">
    5858      <xs:sequence>
    59         <xs:element name="SiteServer">
     59        <xs:element name="Server">
    6060          <xs:complexType>
    6161            <xs:sequence>
    6262              <xs:element name="DisplayName" type="xs:string">
    6363                <xs:annotation>
    64                     <xs:documentation>The MapGuide server's display name.</xs:documentation>
     64                  <xs:documentation>The MapGuide server's display name.</xs:documentation>
    6565                </xs:annotation>
    6666              </xs:element>
    6767              <xs:element name="Status" type="xs:string">
    6868                <xs:annotation>
    69                     <xs:documentation>The MapGuide server's status. Either Online or Offline</xs:documentation>
     69                  <xs:documentation>The MapGuide server's status. Either Online or Offline</xs:documentation>
    7070                </xs:annotation>
    7171              </xs:element>
    7272              <xs:element name="Version" type="xs:string">
    7373                <xs:annotation>
    74                     <xs:documentation>The MapGuide server's version.</xs:documentation>
     74                  <xs:documentation>The MapGuide server's version.</xs:documentation>
    7575                </xs:annotation>
    7676              </xs:element>
     
    103103                      </xs:annotation>
    104104                    </xs:element>
    105                 </xs:sequence>
     105                  </xs:sequence>
    106106                </xs:complexType>
    107107              </xs:element>
    108             </xs:sequence>
    109           </xs:complexType>
    110         </xs:element>
    111         <xs:element name="Statistics">
    112           <xs:complexType>
    113             <xs:sequence>
    114               <xs:element name="AdminOperationsQueueCount" type="xs:integer">
    115                 <xs:annotation>
    116                   <xs:documentation>The number of operations in the Admin queue.</xs:documentation>
    117                 </xs:annotation>
    118               </xs:element>
    119               <xs:element name="ClientOperationsQueueCount" type="xs:integer">
    120                 <xs:annotation>
    121                   <xs:documentation>The number of operations in the Client queue.</xs:documentation>
    122                 </xs:annotation>
    123               </xs:element>
    124               <xs:element name="SiteOperationsQueueCount" type="xs:integer">
    125                 <xs:annotation>
    126                   <xs:documentation>The number of operations in the Site queue.</xs:documentation>
    127                 </xs:annotation>
    128               </xs:element>
    129               <xs:element name="AverageOperationTime" type="xs:integer">
    130                 <xs:annotation>
    131                   <xs:documentation>The average time it takes to process an operation in milliseconds.</xs:documentation>
    132                 </xs:annotation>
    133               </xs:element>
    134               <xs:element name="CpuUtilization" type="xs:integer">
    135                 <xs:annotation>
    136                   <xs:documentation>The cpu utilization as a percentage.</xs:documentation>
    137                 </xs:annotation>
    138               </xs:element>
    139               <xs:element name="WorkingSet" type="xs:integer">
    140                 <xs:annotation>
    141                   <xs:documentation>The working set memory of the MapGuide server in bytes.</xs:documentation>
    142                 </xs:annotation>
    143               </xs:element>
    144               <xs:element name="VirtualMemory" type="xs:integer">
    145                 <xs:annotation>
    146                   <xs:documentation>The virtual memory of the MapGuide server in bytes.</xs:documentation>
    147                 </xs:annotation>
    148               </xs:element>
    149               <xs:element name="TotalOperationTime" type="xs:integer">
    150                 <xs:annotation>
    151                   <xs:documentation>The total operation time of the MapGuide server in seconds.</xs:documentation>
    152                 </xs:annotation>
    153               </xs:element>
    154               <xs:element name="ActiveConnections" type="xs:integer">
    155                 <xs:annotation>
    156                   <xs:documentation>The number of active connections to the MapGuide server.</xs:documentation>
    157                 </xs:annotation>
    158               </xs:element>
    159               <xs:element name="TotalConnections" type="xs:integer">
    160                 <xs:annotation>
    161                   <xs:documentation>The total number of connections that have been made to the MapGuide server.</xs:documentation>
    162                 </xs:annotation>
    163               </xs:element>
    164               <xs:element name="TotalOperationsProcessed" type="xs:integer">
    165                 <xs:annotation>
    166                   <xs:documentation>The total number of operations processed by the MapGuide server.</xs:documentation>
    167                 </xs:annotation>
    168               </xs:element>
    169               <xs:element name="TotalOperationsReceived" type="xs:integer">
    170                 <xs:annotation>
    171                   <xs:documentation>The total number of operations received by the MapGuide server.</xs:documentation>
    172                 </xs:annotation>
    173               </xs:element>
    174               <xs:element name="Uptime" type="xs:integer">
    175                 <xs:annotation>
    176                   <xs:documentation>The total time the MapGuide server has been running in seconds.</xs:documentation>
    177                 </xs:annotation>
     108              <xs:element name="Statistics">
     109                <xs:complexType>
     110                  <xs:sequence>
     111                    <xs:element name="AdminOperationsQueueCount" type="xs:integer">
     112                      <xs:annotation>
     113                        <xs:documentation>The number of operations in the Admin queue.</xs:documentation>
     114                      </xs:annotation>
     115                    </xs:element>
     116                    <xs:element name="ClientOperationsQueueCount" type="xs:integer">
     117                      <xs:annotation>
     118                        <xs:documentation>The number of operations in the Client queue.</xs:documentation>
     119                      </xs:annotation>
     120                    </xs:element>
     121                    <xs:element name="SiteOperationsQueueCount" type="xs:integer">
     122                      <xs:annotation>
     123                        <xs:documentation>The number of operations in the Site queue.</xs:documentation>
     124                      </xs:annotation>
     125                    </xs:element>
     126                    <xs:element name="AverageOperationTime" type="xs:integer">
     127                      <xs:annotation>
     128                        <xs:documentation>The average time it takes to process an operation in milliseconds.</xs:documentation>
     129                      </xs:annotation>
     130                    </xs:element>
     131                    <xs:element name="CpuUtilization" type="xs:integer">
     132                      <xs:annotation>
     133                        <xs:documentation>The cpu utilization as a percentage.</xs:documentation>
     134                      </xs:annotation>
     135                    </xs:element>
     136                    <xs:element name="WorkingSet" type="xs:integer">
     137                      <xs:annotation>
     138                        <xs:documentation>The working set memory of the MapGuide server in bytes.</xs:documentation>
     139                      </xs:annotation>
     140                    </xs:element>
     141                    <xs:element name="VirtualMemory" type="xs:integer">
     142                      <xs:annotation>
     143                        <xs:documentation>The virtual memory of the MapGuide server in bytes.</xs:documentation>
     144                      </xs:annotation>
     145                    </xs:element>
     146                    <xs:element name="TotalOperationTime" type="xs:integer">
     147                      <xs:annotation>
     148                        <xs:documentation>The total operation time of the MapGuide server in seconds.</xs:documentation>
     149                      </xs:annotation>
     150                    </xs:element>
     151                    <xs:element name="ActiveConnections" type="xs:integer">
     152                      <xs:annotation>
     153                        <xs:documentation>The number of active connections to the MapGuide server.</xs:documentation>
     154                      </xs:annotation>
     155                    </xs:element>
     156                    <xs:element name="TotalConnections" type="xs:integer">
     157                      <xs:annotation>
     158                        <xs:documentation>The total number of connections that have been made to the MapGuide server.</xs:documentation>
     159                      </xs:annotation>
     160                    </xs:element>
     161                    <xs:element name="TotalOperationsProcessed" type="xs:integer">
     162                      <xs:annotation>
     163                        <xs:documentation>The total number of operations processed by the MapGuide server.</xs:documentation>
     164                      </xs:annotation>
     165                    </xs:element>
     166                    <xs:element name="TotalOperationsReceived" type="xs:integer">
     167                      <xs:annotation>
     168                        <xs:documentation>The total number of operations received by the MapGuide server.</xs:documentation>
     169                      </xs:annotation>
     170                    </xs:element>
     171                    <xs:element name="Uptime" type="xs:integer">
     172                      <xs:annotation>
     173                        <xs:documentation>The total time the MapGuide server has been running in seconds.</xs:documentation>
     174                      </xs:annotation>
     175                    </xs:element>
     176                  </xs:sequence>
     177                </xs:complexType>
    178178              </xs:element>
    179179            </xs:sequence>
     
    196196
    197197Supplied by Autodesk.
     198
     199== Addendum, Oct. 28, 2009 ==
     200Updated schemas to support multiple servers in a site.