Manual:BenchmarkPurge.php/pt-br

Versão do MediaWiki:
1.18
Category:MediaWiki code/pt-br#BenchmarkPurge.php

Detalhes

benchmarkPurge.php file is a maintenance script to benchmark CDN cache purges. Naturally it has no effect unless $wgUseCdn is set to true and servers have been defined in $wgCdnServers.

Options/Arguments

Opção/ParâmetroDescriçãoRequired?
--countNumber of titles to do. If not set, does three sets 1, 10, 100.Optional

Uso

php maintenance/run.php benchmarks/benchmarkPurge [ --count ]
Terminal
No MediaWiki versão 1.39.13 e anteriores, você deve invocar os scripts de manutenção usando $2 em vez de $3.

See also

Category:Maintenance scripts/pt-br#BenchmarkPurge.php Category:Benchmark maintenance scripts/pt-br
Category:Benchmark maintenance scripts/pt-br Category:Maintenance scripts/pt-br Category:MediaWiki code/pt-br