cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
0
Helpful
1
Replies

How can I log the flow on CSS

yahshianhui
Level 1
Level 1

I have a CSS which is distributing https requests to 2 web-servers. The host master for the web-servers see that the CPU utilization on 1 server is 50% higher than the other server. He is convinced that the load balancer is not performing the loadbalancing properly. Source sticky is configured on the load balancer.

Is there anyway to log the flows on CSS? Currently, we are able to see real time information by performing a "show flow". Is there any way to log this information to a log server or a disk? Please advise.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

with sticky source-ip you definitely do not get equal loadbalancing.

Moreover, you can do a 'sho summary' to see the distribution of flows accross your servers.

No need to log all flows.

Sticky source-ip can give you bad loadbalancing result due to megaproxy. This is something well-known.

This is why a lot of people install ssl module to decrypt https traffic and use sticky based on cookies.

Gilles.