View previous topic :: View next topic |
Author |
Message |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
Posted: Thu Oct 20, 2005 6:23 pm Post subject: Server Sats? |
|
|
I have read the Abyss Webserver Manual, and i have tried to use the Built in webserver status commands but i have had no luck. I was wondering if anyone out there had any idea on how to use the Commands.
Thanks in Advance,
Craig _________________ My online Portfolio |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Oct 20, 2005 6:38 pm Post subject: |
|
|
I wonder if the topic Abyss and Stats, only a few posts below this one would have helped. Maybe if you'd used the Search button...
http://www.aprelium.com/forum/viewtopic.php?t=7824 _________________
"Invent an idiot proof webserver and they'll invent a better idiot..." |
|
Back to top |
|
 |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
Posted: Thu Oct 20, 2005 7:29 pm Post subject: |
|
|
I tryed searching, but i had no look! _________________ My online Portfolio |
|
Back to top |
|
 |
SillyNoodlz -
Joined: 18 Oct 2005 Posts: 40 Location: France
|
Posted: Thu Oct 20, 2005 8:09 pm Post subject: Re: Server Sats? |
|
|
abyssisthebest wrote: | I was wondering if anyone out there had any idea on how to use the Commands. |
Here are the inbuilt ones :
Quote: |
X_ABYSS_STATS_SERVER_TOTAL The total number of processed requests for all the hosts. It includes also bad requests that were not targeting a specific host and that resulted in an error.
X_ABYSS_STATS_SERVER_ERROR The number of requests for which the server replied by an error.
X_ABYSS_STATS_SERVER_HTML The number of requests the server replied to by a document which MIME type was text/html.
X_ABYSS_STATS_SERVER_IMAGE The number of requests the server replied to by a document which MIME type starts with image/.
X_ABYSS_STATS_SERVER_NOTMODIFIED The number of requests for which the server detected that the requested document has not changed.
X_ABYSS_STATS_SERVER_OUTPUT The total size in bytes of the payload sent by the server to the clients.
X_ABYSS_STATS_HOST_UPTIME The total time in seconds during which the current host was up.
X_ABYSS_STATS_HOST_CURRENT_UPTIME The time in seconds during which the current host was up since the last server start or restart.
X_ABYSS_STATS_HOST_TOTAL The total number of requests processed by the current host.
X_ABYSS_STATS_HOST_ERROR The number of requests targeting the current host that resulted in an error.
X_ABYSS_STATS_HOST_HTML The number of requests the current host replied to by a document which MIME type was text/html.
X_ABYSS_STATS_HOST_IMAGE The number of requests the current host replied to by a document which MIME type starts with image/.
X_ABYSS_STATS_HOST_NOTMODIFIED The number of requests for which the current host detected that the requested document has not changed.
X_ABYSS_STATS_HOST_OUTPUT The total size in bytes of the payload sent by the current host to the clients. |
For exaple ...
Code: | echo "Total hits : $X_ABYSS_STATS_SERVER_TOTAL"; |
Would give you the total hits to your server.
I made a little script that uses it, here:
www.danzserv.com/stats
Hope that helps ... :D _________________ ~ Dan
One day, I'll finish this ...
My website : www.sillynoodlz.com |
|
Back to top |
|
 |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
Posted: Sun Oct 23, 2005 3:09 pm Post subject: |
|
|
thanks that helped a lot, _________________ My online Portfolio |
|
Back to top |
|
 |
|