Changes between Version 16 and Version 17 of PhpTop
- Timestamp:
- Oct 14, 2009, 2:18:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpTop
v16 v17 1 1 = phptop = 2 2 3 '''Source''':4 3 * Download [http://forge.bearstech.com/trac/raw-attachment/wiki/PhpTop/phptop-0.1.tar.gz phptop-0.1.tar.gz] 5 4 * Browse at source:/phptop/ 6 5 * Checkout with {{{svn co svn://forge.bearstech.com/forge/phptop}}} 7 6 8 '''Licence''': [http://www.gnu.org/licenses/gpl.html GPL v3]9 10 7 '''phptop''' prints per query and average metrics comparable to the 'time' program or shell builtin: wallclock, user and system CPU time along with memory and other ressource usages. 11 8 12 9 It uses a a few lines of PHP with hook into your existing code without any changes, record per query statistics via the standar error log, then collect and print reports with a standalone program. '''phptop''' itself is written in Perl and requires [http://search.cpan.org/~gaas/libwww-perl-5.833/ LWP]. 10 11 '''phptop''' is licensed under the [http://www.gnu.org/licenses/gpl.html GNU GPL 3.0]. 13 12 14 13