<?xml version="1.0" encoding="iso-8859-1"?>
<!--
    A fairly clunky java editor (but it's free and it validates!) is available at:
	http://www.felixgolubov.com/XMLEditor/
    unzip it, change directories and invoke it as:
	java -cp xample.jar:lib/xml-apis.jar:lib/xercesImpl.jar:lib/xmleditor.jar:lib/mdate.jar \
	com.fg.xample.XAmple

    To validate the schema you can use the Xerces2 java library
	http://xerces.apache.org/xerces2-j/
    untar it, change directories and invoke it as:
	java -cp xercesImpl.jar:xercesSamples.jar sax.Counter -v -s -f your_xml_data_file.xml

    Change the xsi:schemaLocation to the following to query the schema off of the TPC server:
	xsi:schemaLocation="http://www.tpc.org/tpceSchemaV1.xsd http://www.tpc.org/tpce/spec/tpce-es.xsd"
-->
<tpceResult xmlns="http://www.tpc.org/tpce/spec/tpce-es.xsd" 
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            xsi:schemaLocation="http://www.tpc.org/tpce/spec/tpce-es.xsd tpce-es.xsd" 
            SponsorName="Fujitsu" ServerName="PRIMERGY RX300 S7" 
            SpecVersion="1.12.0" PricingSpecVersion="1.7.0" 
            ReportDate="2012-07-05" RevisionDate="2012-07-05" AvailabilityDate="2012-08-17" 
            tpsE="1871.81" PricePerf="175.57" Currency="USD" TotalSystemCost="328623" 
            AuditorName="Francois Raab" Cluster="N" SchemaVersion="1.0">
  <DBServer DBName="Microsoft SQL Server 2012" DBVersion="Enterprise Edition" 
            DBMiscInfo="" OSName="Microsoft Windows Server 2012 R2" 
            OSVersion="Enterprise Edition" OSMiscInfo="SP1" 
            ProcessorName="Intel Xeon Processor E5-2690" ProcessorCount="2" CoreCount="16" ThreadCount="32" 
            Memory="512" InitialDBSize="7704" RedundancyLevel="1" SpindleCount="70" />
  <RunData MeasurementInterval="02:00:00" RampupTime="00:26:15" RecoveryTime="00:13:29" MeasuredThroughput="1871.81" TotalTxns=" 134771337">
    <Broker-Volume Count=" 6603955" RTMin="0.00" RTMax="0.39" RTAvg="0.01" RT90th="0.03" MixPercent="4.90" />
    <Customer-Position Count=" 17520233" RTMin="0.00" RTMax="0.97" RTAvg="0.01" RT90th="0.02" MixPercent="13.00"></Customer-Position>
    <Market-Feed Count=" 1347712"   RTMin="0.00" RTMax="1.01" RTAvg="0.01" RT90th="0.02" MixPercent="1.00" />
    <Market-Watch Count=" 24258833" RTMin="0.00" RTMax="1.00" RTAvg="0.01" RT90th="0.02" MixPercent="18.00"></Market-Watch>
    <Security-Detail Count=" 18867950" RTMin="0.00" RTMax="0.61" RTAvg="0.01" RT90th="0.01" MixPercent="14.00"></Security-Detail>
    <Trade-Lookup Count=" 10781456" RTMin="0.00" RTMax="1.22" RTAvg="0.07" RT90th="0.11" MixPercent="8.00" />
    <Trade-Order Count=" 13611846"  RTMin="0.00" RTMax="0.96" RTAvg="0.03" RT90th="0.05" MixPercent="10.10" />
    <Trade-Result Count=" 13477103" RTMin="0.00" RTMax="0.98" RTAvg="0.03" RT90th="0.05" MixPercent="10.00"></Trade-Result>
    <Trade-Status Count=" 25606833" RTMin="0.00" RTMax="0.93" RTAvg="0.01" RT90th="0.02" MixPercent="19.00"></Trade-Status>
    <Trade-Update Count=" 2695416"  RTMin="0.01" RTMax="1.22" RTAvg="0.08" RT90th="0.12" MixPercent="2.00" />
    <Data-Maintenance Count="120"   RTMin="0.00" RTMax="0.05" RTAvg="0.02" />
  </RunData>
</tpceResult>