Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:296679 php.internals:45266 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87077 invoked from network); 12 Aug 2009 02:39:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2009 02:39:56 -0000 Authentication-Results: pb1.pair.com header.from=ptr.wang@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ptr.wang@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ptr.wang@gmail.com X-Host-Fingerprint: 209.85.218.226 mail-bw0-f226.google.com Received: from [209.85.218.226] ([209.85.218.226:38409] helo=mail-bw0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/58-37698-C7B228A4 for ; Tue, 11 Aug 2009 22:39:56 -0400 Received: by bwz26 with SMTP id 26so3548252bwz.23 for ; Tue, 11 Aug 2009 19:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=vQmtFqZM8PV9uCmn5CKeJ+wdUcQADV9N6O75Hmewd1M=; b=tcm3M47hvJjeZlOpFTGCoS/E+T3bM/1c1vQtwUYa1iLJTHFXsGPztKBk5tlwjKWKFM PclCzGYfILhEwZyvKCiTciZJgMe2K3uLxifo7rObCU3NJAskBvbFytcWLKOCMq15D2zP DA7YzaHj4V7vMc76GIhts6BQQJzmtHv+kdAWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=wX+QNtjUrWY8kcH3aR2q19PaUwcDL86qiDi2bssaBe8mNyXNLd76ax1f2vGVXi213p yfF6iPP5sKbcS9wqRaJrfnGNx59VJjkATYodwvhrbcEarSWyx0p5bg0DIMjYjlbT/M8g uWRL1k8VFr3DCNUck/S0I1PqlFCeGeCrMgKXM= MIME-Version: 1.0 Received: by 10.204.115.130 with SMTP id i2mr7729819bkq.162.1250044793199; Tue, 11 Aug 2009 19:39:53 -0700 (PDT) Date: Wed, 12 Aug 2009 10:39:53 +0800 Message-ID: <727b43340908111939x60dfe23fv7d62e352a4d8d385@mail.gmail.com> To: php-general@lists.php.net, internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: is there any way to get realpath cache hit ratio of php? From: ptr.wang@gmail.com (Peter Wang) hi, Is there any way to get realpath cache hit ratio of php? realpath_cache_size integer Determines the size of the realpath cache to be used by PHP. This value should be increased on systems where PHP opens many files, to reflect the quantity of the file operations performed. realpath_cache_ttl integer Duration of time (in seconds) for which to cache realpath information for a given file or directory. For systems with rarely changing files, consider increasing the value.