문제

I have configured an OpenX instance and I want to test the performance of the ad delivery - what is the recommended approach for that?

도움이 되었습니까?

해결책

There is a document right on the OpenX website about that - OpenX is distributed with a bunch of JMeter scripts. However, using them you will test only the Openx ad delivery performance, and not the performance of the webserver used to deliver the actual banners/flash movies.

다른 팁

using JMeter is a good way of testing openx performance, but you can also use siege its performance testing tool, the problem with jmeter is its a GUI tool and allocate some memory, but siege is a command line tool and take less memory, you can create multiple random urls for openx with ajs.php(showing ad) and lg.php(adding impression) files and add all urls in file and use that file with siege with random request type, with concurrent request you can easily call this script from multiple servers at a time.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top