CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    113

    Display system statistics

    Dear all

    I am looking at finding a script that would provide me some information about server.Like server status in terms of uptime, number of hits,load.

    And maybe produces a nice chart to present in a web page.

    Would anyone know of anything like this?

    Cheers
    Darko

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Display system statistics

    For server uptime you will need an program running on the server that can be called and relayed back to the PHP. A database will be needed to store the number of times someone visits the site. The load would have to be the same setup as the server uptime.

    You can't do any of these directly through PHP but you would have to use exec to get the results back.

    Try searching Google and see what else you can come up with.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Sep 2006
    Posts
    28

    Re: Display system statistics

    Webalizer is a great tool to monitor who comes and goes to your website.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured