You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/12 16:11:24 UTC

[2/4] git commit: updated refs/heads/master to 0dcaf19

Merge pull request #1487 from kollyma/speedup_iptables_prefetch_variables

speedup iptables by prefetching the variables-- This PR is replacing speedup iptables setup #1449
-- Squashing commits and cleanup

PR against 4.7 as discussed with Remi Bergsma. This will speed up the iptables creation on the virtual router.

Testing showed the following:
with current code:
root@kvm704:~# time /usr/share/cloudstack-common/scripts/network/domr/router_proxy.sh vr_cfg.sh 169.254.1.176 -c /var/cache/cloud/VR-12f28879-de7e-44d2-8dbe-b93a04bd3ba4.cfg
real 2m56.401s
user 0m0.012s
sys 0m0.012s

modified version:
root@kvm704:~# time /usr/share/cloudstack-common/scripts/network/domr/router_proxy.sh vr_cfg.sh 169.254.1.176 -c /var/cache/cloud/VR-12f28879-de7e-44d2-8dbe-b93a04bd3ba4.cfg
real 1m35.762s
user 0m0.020s
sys 0m0.004s

* pr/1487:
  speedup iptables by prefetching the variables

Signed-off-by: Will Stevens <wi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6f703c4c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6f703c4c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6f703c4c

Branch: refs/heads/master
Commit: 6f703c4cdc32f4edbf95a5c8f0959fab9beea01b
Parents: 8e3d7ee 0a01e82
Author: Will Stevens <wi...@gmail.com>
Authored: Tue Apr 12 10:09:18 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Tue Apr 12 10:09:18 2016 -0400

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/configure.py    | 37 +++++++++++---------
 1 file changed, 21 insertions(+), 16 deletions(-)
----------------------------------------------------------------------