Skip to content
ebiiii edited this page Oct 16, 2014 · 1 revision

##Replay wrapper (replay) Parameters:

  • dbname is the name of the Database to replay from.
  • speed is an integer representing the relative speed of replaying. 1 implies replaying with the original speed, speed of 2 means replaying 2 times faster, ...
<address wrapper="replay">
  <predicate key="dbname">gpsvs</predicate>  
  <predicate key="speed">1000000</predicate> 
</address>
<query>select * from wrapper</query>
Clone this wiki locally