General.anf 2.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <scave:Analysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:scave="http://www.omnetpp.org/omnetpp/scave">
  3. <inputs>
  4. <inputs name="/inet/showcases/wireless/throughput/results/General-*.vec"/>
  5. <inputs name="/inet/showcases/wireless/throughput/results/General-*.sca"/>
  6. <inputs name="/inet/showcases/wireless/throughput/General-computed-throughput.sca"/>
  7. </inputs>
  8. <datasets>
  9. <datasets name="computed">
  10. <items xsi:type="scave:Add" filterPattern="computedthroughput"/>
  11. <items xsi:type="scave:Add" filterPattern="name(bitrate) "/>
  12. <items xsi:type="scave:Add" filterPattern="name(throughput:mean) AND module(*.destinationHost.*) "/>
  13. <items xsi:type="scave:ComputeScalar" scalarName="computedthroughput_mbps" valueExpr="'computedthroughput'/1000000" moduleExpr="" groupByExpr=""/>
  14. <items xsi:type="scave:ComputeScalar" scalarName="throughput_mbps" valueExpr="'throughput:mean'/1000000" moduleExpr="" groupByExpr=""/>
  15. <items xsi:type="scave:ScatterChart" name="Analytical vs Simulated" xDataPattern="module(_runattrs_) AND name(bitrate)" averageReplications="false">
  16. <filters xsi:type="scave:Select" filterPattern="name(computedthroughput_mbps) OR name(throughput_mbps) OR name(bitrate) "/>
  17. <properties name="Graph.Title" value="Analytical vs simulated throughput"/>
  18. <properties name="X.Axis.Title" value="Bitrate [Mbps]"/>
  19. <properties name="Y.Axis.Title" value="Throughput [Mbps]"/>
  20. <properties name="Y.Axis.Max" value="28.0"/>
  21. <properties name="Legend.Display" value="true"/>
  22. <properties name="Line.Name/Throughput.destinationHost.udpApp[0] computedthroughput_mbps - configname=Computed" value="Computed"/>
  23. <properties name="Line.Name/Throughput.destinationHost.udpApp[0] throughput_mbps - configname=General" value="Simulated"/>
  24. <properties name="Line.Name/Throughput computedthroughput_mbps - configname=General" value="Analytical"/>
  25. <properties name="Line.Name/Throughput computedthroughput_mbps - configname=Computed" value="Analytical"/>
  26. <isoDataPattern>attr:configname(*)</isoDataPattern>
  27. </items>
  28. </datasets>
  29. </datasets>
  30. <chartSheets>
  31. <chartSheets name="default" charts="//@datasets/@datasets.0/@items.5"/>
  32. </chartSheets>
  33. </scave:Analysis>