Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41333 invoked from network); 25 May 2009 23:09:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2009 23:09:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=oorza2k5@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=oorza2k5@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.161 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: oorza2k5@gmail.com X-Host-Fingerprint: 209.85.218.161 mail-bw0-f161.google.com Received: from [209.85.218.161] ([209.85.218.161:55442] helo=mail-bw0-f161.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/DB-12479-3152B1A4 for ; Mon, 25 May 2009 19:09:07 -0400 Received: by bwz5 with SMTP id 5so3943327bwz.23 for ; Mon, 25 May 2009 16:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=LdfmPgSCdyWdmqr0rWqH002Uu4poTq7tjQjEnQ6MHvw=; b=mGt5hP6/f9ZxXc4YgXSB8DIGfbXeXAudDrza2DpqeP22jBYAdeHpJR6frux1VvNwM8 O4vGxh3MxVKSZ9sau2SYar6+z5GqxLHSdEUMC92hj9fklhzG4XvSD2tfzg9XiaeBvN89 EOzu7hYlucldnNgHpRcJjoXCyVsjceNiJkgWw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wcdN3aQAG7qFs/OTWNsJKtbTpPbuQchMd8MHi0N+QxXYRVdMOrXOvXvlMb4c9loUMl LsXh+QnHc9//4kh8eI/oKAb0J/oRbIZnQtr6pjQ6HeL3Si3qouRp/SATiVH/rRW9RUkM 2BQNFSUY1yClR1q4GzcJDOiDroWQTrMvCZt9Y= MIME-Version: 1.0 Received: by 10.239.133.198 with SMTP id 6mr534982hbw.143.1243292943947; Mon, 25 May 2009 16:09:03 -0700 (PDT) In-Reply-To: <4A1B24C9.40606@daevel.fr> References: <4A1B24C9.40606@daevel.fr> Date: Mon, 25 May 2009 19:09:03 -0400 Message-ID: <68de37340905251609t76c4ac1fj2b5c7f60761d4c4@mail.gmail.com> To: "Olivier B." Cc: PHP Development Content-Type: multipart/alternative; boundary=0016363b9f8046993b046ac4b284 Subject: Re: [PHP-DEV] APM From: oorza2k5@gmail.com (Eddie Drapkin) --0016363b9f8046993b046ac4b284 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Wheels were made to be reinvented! On Mon, May 25, 2009 at 7:07 PM, Olivier B. wrote: > Hi, > > why not use reporting thought syslog ? It's standard and "central > aggregation" is already available (thought TCP or databases). > > Olivier > > Patrick ALLAERT a =E9crit : > > Hi list, >> >> First, I'd like to apologize if the subject of this mail is somewhat >> off-topic. >> >> Davide Mendolia and me are currently working on: "Alternative PHP >> Monitor" (APM - http://code.google.com/p/peclapm/) which consist of >> three parts: >> - a PHP extension which has as a goal of capturing "events" (warning, >> error, notices,... and slow requests) storing them centrally in an >> SQLite DB. >> - a webfrontend to display captured events (for now, it's basically a >> table without any filtering or querying). >> - a "central aggregator" which collects events from the different >> "nodes" (still not developped). >> >> I think it is important to mention that we are talking about 100% Free >> Software here :-) >> >> An event is currently characterized with the following properties: >> - a unique ID >> - a timestamp >> - a script filename/line number >> - an event level corresponding to error levels >> - a message >> >> A "slow request" is characterized with the following properties: >> - a unique ID >> - a timestamp >> - a script filename >> - a duration >> >> We'd like to have your opinion on our "next steps", what is the most >> important feature according to you: >> - The development of the central aggregator >> - Collecting more info related to an "event" (content of variables >> $GLOBALS, $_GET, $_POST,...) >> - alert systems (SNMP, Mailing, ...) >> - Web services >> - extending the webfrontend >> >> Any similarity with existing Israeli products is purely coincidental. :-= ) >> >> Thanks for your help, >> Patrick >> >> >> > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016363b9f8046993b046ac4b284--