Changes between Version 7 and Version 8 of Testing
- Timestamp:
- 03/15/13 06:08:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing
v7 v8 36 36 * gtkperf tests really skew the results and should generally be excluded from sample data (or not run at all) 37 37 * etc.. 38 39 [[BR]] 40 Note: to take advantage of iptables packet accounting (mostly for comparing with VNC which does not provide this metric), follow the error message and setup iptables rules to match the port being used in the tests, ie: by default: 41 {{{ 42 iptables -I INPUT -p tcp --dport 10000 -j ACCEPT 43 iptables -I OUTPUT -p tcp --sport 10000 -j ACCEPT 44 }}}