Load runner に問題があります。「Web_add_filter」機能を使用すると、「短期フィルターは空でなければならない」という内部エラーが実行出力結果に表示されます。
私は以下のコード行を使用しています:
web_add_filter("Action=Exclude", "PathPrefix=/css/", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/js", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/images/1033", LAST );
web_add_filter("Action=Exclude", "PathPrefix=/aka", LAST );