Forum Discussion
Samir
MVP
Jun 26, 2023Generate csr via ansible script
Hi All,
Did any one tried to create CSR via f5 ansible module. I am trying my but can't make it. Written below script but it is unable to find ansible module for csr.
- name: Generate F5 BI...
Hi Vic,
Are your percentages of 55% and 45% connections or HTTP requests? Does the load generator open new connections with new SSL session ID negotiation for every client session? I'd guess the issue here might be that the load generator is either re-using connections and/or SSL session IDs and therefore not mimicking the client traffic patterns you're expecting. If you test with individual browsers, do you see more even distribution of connections and requests?
Aaron