Manual:BenchmarkParse.php/ja

MediaWiki バージョン:
1.23
Category:MediaWiki code/ja#BenchmarkParse.php

詳細

benchmarkParse.php ファイルは、指定されたページ名の構文解析 (タイムスタンプも指定可能) に要する時間のベンチマークを行う保守スクリプトです。

オプション/引数

オプション/引数説明必須かどうか
title解析するページの名前必須
--warmupRepeat the parse operation this number of times to warm the cache省略可能
--loopsNumber of times to repeat parse operation post-warmup省略可能
--page-timeUse the version of the page which was current at the given time省略可能
--tpl-timeUse templates which were current at the given time (except that moves and deletes are not handled properly)省略可能
--reset-linkcacheReset the LinkCache after every parse.省略可能

使用法

php maintenance/run.php benchmarks/benchmarkParse title [ --warmup| --loops| --page-time| --tpl-time| --reset-linkcache ]
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

オバマ テスト

Colloquial name for a quick test of the parsing speed on Wikimedia servers, which uses the infamous Barack Obama article (which used to take 30+ seconds for parsing).

php /usr/local/apache/common/multiversion/MWScript.php maintenance/benchmarks/benchmarkParse.php \
--wiki=enwiki --loops=10 --warmup=10 "Barack Obama"

関連項目

Category:Performance development/ja Category:Maintenance scripts/ja Category:Benchmark maintenance scripts/ja
Category:Benchmark maintenance scripts/ja Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:Performance development/ja