Changes between Version 2 and Version 3 of PhpTop
- Timestamp:
- Oct 14, 2009, 1:40:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpTop
v2 v3 5 5 == Summary == 6 6 7 * '''Licence''': GPL v37 * '''Licence''': [http://www.gnu.org/licenses/gpl.html GPL v3] 8 8 * '''Source''': 9 9 * Download attachment:phptop-0.1.tar.gz … … 12 12 13 13 '''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. 14 15 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]. 14 16 15 17