<?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="FUJITSU Server PRIMERGY RX2540 M1" 
            SpecVersion="1.13.0" PricingSpecVersion="2.0.0" 
            ReportDate="2014-10-06" RevisionDate="2014-10-06" AvailabilityDate="2014-12-01" 
            tpsE="3772.08" PricePerf="130.44" Currency="USD" TotalSystemCost="492023" 
            AuditorName="Doug Johnson" Cluster="N" SchemaVersion="1.0" >
  <DBServer DBName="Microsoft SQL Server 2014" DBVersion="Enterprise Edition" 
            DBMiscInfo="" OSName="Microsoft Windows Server 2012 R2" 
            OSVersion="Standard Edition" OSMiscInfo="" 
            ProcessorName="Intel Xeon Processor E5-2699 v3" ProcessorCount="2" CoreCount="36" ThreadCount="72" 
            Memory="512" InitialDBSize="15604" RedundancyLevel="1" SpindleCount="71" ></DBServer>
  <RunData MeasurementInterval="02:00:00" RampupTime="00:16:04" RecoveryTime="00:13:44" MeasuredThroughput="3772.08" TotalTxns=" 271587902" >
    <Broker-Volume Count=" 13307785" RTMin="0.00" RTMax="0.12" RTAvg="0.01" RT90th="0.02" MixPercent="4.90"     ></Broker-Volume>
    <Customer-Position Count=" 35306398" RTMin="0.00" RTMax="3.41" RTAvg="0.01" RT90th="0.02" MixPercent="13.00"></Customer-Position>
    <Market-Feed Count=" 2715902"   RTMin="0.00" RTMax="3.39" RTAvg="0.01" RT90th="0.02" MixPercent="1.00"      ></Market-Feed>
    <Market-Watch Count=" 48885835" RTMin="0.00" RTMax="0.20" RTAvg="0.01" RT90th="0.01" MixPercent="18.00"    ></Market-Watch>
    <Security-Detail Count=" 38022531" RTMin="0.00" RTMax="0.14" RTAvg="0.00" RT90th="0.01" MixPercent="14.00"  ></Security-Detail>
    <Trade-Lookup Count=" 21726689" RTMin="0.00" RTMax="0.25" RTAvg="0.05" RT90th="0.08" MixPercent="8.00"      ></Trade-Lookup>
    <Trade-Order Count=" 27430355"  RTMin="0.00" RTMax="0.44" RTAvg="0.04" RT90th="0.12" MixPercent="10.10"     ></Trade-Order>
    <Trade-Result Count=" 27158982" RTMin="0.00" RTMax="1.45" RTAvg="0.01" RT90th="0.04" MixPercent="10.00"     ></Trade-Result>
    <Trade-Status Count=" 51601664" RTMin="0.00" RTMax="0.14" RTAvg="0.00" RT90th="0.01" MixPercent="19.00"    ></Trade-Status>
    <Trade-Update Count=" 5431761"  RTMin="0.00" RTMax="0.29" RTAvg="0.06" RT90th="0.08" MixPercent="2.00"     ></Trade-Update>
    <Data-Maintenance Count="120"   RTMin="0.00" RTMax="0.10" RTAvg="0.01" ></Data-Maintenance>
  </RunData>
</tpceResult>
