how to measure the bandwidth PHP generates when talking to Sendmail or another MTA?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lawrence

    how to measure the bandwidth PHP generates when talking to Sendmail or another MTA?

    We've a Red Hat Linux box from which I'm serving websites and I need
    to keep track of how much bandwidth each website uses. Keeping track
    of bandwidth by directory is easy enough - there is a lot of free
    software that automates the task.

    However, I've written a PHP script that lets people send out email
    from a control panel on their site. My understanding is that the PHP
    talks to the server's MTA and sends out the email through it.

    My question is, how does one measure this bandwidth?

    If anyone is really competant about Red Hat/servers/PHP, please
    mention your rates, as my company might want to hire you for a short,
    one week consulting gig.
  • Jon Kraft

    #2
    Re: how to measure the bandwidth PHP generates when talking to Sendmail or another MTA?

    lkrubner@geocit ies.com (lawrence) wrote:
    [color=blue]
    > We've a Red Hat Linux box from which I'm serving websites and I need
    > to keep track of how much bandwidth each website uses. Keeping track
    > of bandwidth by directory is easy enough - there is a lot of free
    > software that automates the task.
    >
    > However, I've written a PHP script that lets people send out email
    > from a control panel on their site. My understanding is that the PHP
    > talks to the server's MTA and sends out the email through it.
    >
    > My question is, how does one measure this bandwidth?[/color]

    Hi,

    I recently discovered a really (web) stats package that also works on mail
    logs: AWStats. Very flexible.
    It's free so it can't hurt looking into it:


    HTH;
    JOn

    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: how to measure the bandwidth PHP generates when talking to Sendmail or another MTA?

      Jon Kraft <jon@jonux.co.u k> wrote in message news:<Xns943864 237A45Ajonjonux couk@130.133.1. 4>...[color=blue]
      > lkrubner@geocit ies.com (lawrence) wrote:
      >[color=green]
      > > We've a Red Hat Linux box from which I'm serving websites and I need
      > > to keep track of how much bandwidth each website uses. Keeping track
      > > of bandwidth by directory is easy enough - there is a lot of free
      > > software that automates the task.
      > >
      > > However, I've written a PHP script that lets people send out email
      > > from a control panel on their site. My understanding is that the PHP
      > > talks to the server's MTA and sends out the email through it.
      > >
      > > My question is, how does one measure this bandwidth?[/color]
      >
      > Hi,
      >
      > I recently discovered a really (web) stats package that also works on mail
      > logs: AWStats. Very flexible.
      > It's free so it can't hurt looking into it:
      > www.awstats.com[/color]

      I think, you meant http://www.awstats.org/

      ---
      "One who mix sports and patriotism is a barbarian"
      Email: rrjanbiah-at-Y!com

      Comment

      • Jon Kraft

        #4
        Re: how to measure the bandwidth PHP generates when talking to Sendmail or another MTA?

        ng4rrjanbiah@re diffmail.com (R. Rajesh Jeba Anbiah) wrote:
        [color=blue]
        > Jon Kraft <jon@jonux.co.u k> wrote:[color=green]
        >> www.awstats.com[/color]
        >
        > I think, you meant http://www.awstats.org/[/color]

        You're right, my mistake.

        JOn

        Comment

        Working...