Changes between Version 9 and Version 10 of GEC19Agenda/GIMI/Procedure/Execute


Ignore:
Timestamp:
03/18/14 11:47:46 (10 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC19Agenda/GIMI/Procedure/Execute

    v9 v10  
    290290  g.yaxis :legend => 'rtt', :ticks => {:format => 's'}
    291291end
     292
     293defGraph 'RTT2' do |g|
     294  g.ms('pingrtt').select(:rtt__oml_seq, :rtt__rtt, :rl__dest_hw_addr)\
     295     .from(:pingl2_pingrtt___rtt, :pingl2_pingrl___rl)\
     296     .where(:rtt__oml_seq => :rl__oml_seq)
     297  g.caption "RTT of received packets."
     298  g.type 'histogram2'
     299  g.mapping :value => :rtt, :group_by => :dest_hw_addr
     300  g.xaxis :legend => 'RTT [ms]'
     301  g.yaxis :legend => 'Density [%]'
     302end
    292303}}}
    293304
    294305=== 3.2.3 Start your application from !LabWiki ===
    295