Single report for reverse proxy proxying multiple backend applications
Hi,
We run an Apache reverse proxy which proxies several backend applications.
For each backend application, a set of proxy rules (all the url paths which belong to the application) is defined.
Our first approach was to define a profile with a filter containing the relevant url paths for every single application. However, this approach soon becomes messy with more than 20 applications.
Therefore we would now like to have one single overview report which contains the set of figures for each different backend application to be able to quickly compare which application generates how much load on the proxy.
What would be the best approach to fulfil this requirement?
Thanks and br,
Elmar
We run an Apache reverse proxy which proxies several backend applications.
For each backend application, a set of proxy rules (all the url paths which belong to the application) is defined.
Our first approach was to define a profile with a filter containing the relevant url paths for every single application. However, this approach soon becomes messy with more than 20 applications.
Therefore we would now like to have one single overview report which contains the set of figures for each different backend application to be able to quickly compare which application generates how much load on the proxy.
What would be the best approach to fulfil this requirement?
Thanks and br,
Elmar
In such case you can create a custom table in Options > Report > Tables. Choose “File name” as main data on the second page when you create the table. Click the “Custom...” button to the right of the “Main data” field. Enable the “Use modification rules” option and enter rules for your file names, for example:
/dir/* $= Application 1
/dir2/file.txt $= Application 1
/dir2/* $= Application 2
/file2.html $= Application 2
You can find information on using the modification rules at http://www.weblogexpert.com/help/wlex...
You also need to enable the "Show file names instead of URLs" option in the same window so names like "Application 1" without the domain will be shown in the table.