Run the apache test in the session links. (I want to access some pages that are in the session.)

I want to run the apache test, which is specified after login.

How do I pass this session to the ab command?

For example, x user is registered in the browser, and he is redirected to the home page of his profile. A profile page has so many links that will only be shown for user login. How can I access these links using the "ab" command.

ab -n10 -c2 -p post_data.txt https://integration.crossroads.net/index.php (I posted some data using ab, this worked fine for me).

+5
source share
1 answer

, , , , (, ), , , , -

PHPSESSID=isldkdkkd8989s9f8

firebug cookie-.

, ab -C, Apache Benchmark

ab -n10 -c2 -p post_data.txt -C PHPSESSID=isldkdkkd8989s9f8 https://integration.crossroads.net/index.php

P.S. , .

+18

All Articles