Forum Discussion
HTTP traffic slow when access via LTM
Thanks all. I did some googling prior to posting and saw the suggestions to disable nagle so i had done that prior to posting.
As for resources: Instance type m3.xlarge (4 vCPU, 15G ram, SSD's with provisioned 3000 iops) There is little to no traffic on this instance currently as i am the only one using it for testing purposes. Current system Stats 0% CPU 14% Mem
Config and network design Located in AWS VPC 1 management + 2 Self IP's Elastic IP --> External VLAN Self IP (10.0.10.250) --> VS --> Internal VLAN Self IP (10.0.8.253) --> nodes (10.0.6/7.0/24) Routes 0.0.0.0 to external VLAN 10.0.0.0/16 to internal VLAN via 10.0.8.1 (default gateway)
As the network design in very simple there doesnt appear to be unwanted hops route wise.
Test VS.
ltm virtual www-au-prod {
description "AU Homepage NO SSL"
destination 10.0.10.250:http
ip-protocol tcp
mask 255.255.255.255
pool myaccount-prod
profiles {
tcp-lan-optimized { }
}
source 0.0.0.0/0
source-address-translation {
pool Web-SNAT
type snat
}
vs-index 2
}
ltm pool myaccount-prod {
description "My Account Prod"
load-balancing-mode least-connections-member
members {
myaccountprod01:webcache {
address 10.0.6.152
monitor myaccount-home
session monitor-enabled
state up
}
myaccountprod02:webcache {
address 10.0.7.197
monitor myaccount-home
session monitor-enabled
state up
}
}
monitor myaccount-home
}
ltm node myaccountprod01 {
address 10.0.6.152
description "My Account Prod 01"
session monitor-enabled
state up
}
ltm node myaccountprod02 {
address 10.0.7.197
description "My Account Prod 02"
session monitor-enabled
state up
}
- antienho_01_141Oct 08, 2014
Nimbostratus
Hi Simon, Can you share the TMOS version you have? I try to simulate your setting but with mine 11.4.1; I have protocol profile tcp but not in your tmsh cli cfg. Thanks Antien Ho - SimonBeckett_17Oct 09, 2014
Nimbostratus
VersionBIG-IP 11.5.1 Build 0.4.110 Engineering Hotfix CPU Count4 Active CPUs4 That ok?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com