From 2f8bedabc8ee6ae736eb60581132d406a572c17e Mon Sep 17 00:00:00 2001 From: vanguardist Date: Tue, 18 Nov 2003 17:36:31 +0000 Subject: [PATCH] Weee~ svn path=/trunk/icecast/; revision=5607 --- doc/icecast2_stats.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/icecast2_stats.html b/doc/icecast2_stats.html index c4337e1a..f14e2edf 100755 --- a/doc/icecast2_stats.html +++ b/doc/icecast2_stats.html @@ -7,7 +7,7 @@

Overview

-

This section contains information about the server statistics available from icecast. An example stats XML tree will be shown and each element will be described. The following example stats tree will be used :

+

This section contains information about the server statistics available from icecast. An example stats XML tree will be shown and each element will be described. The following example stats tree will be used:

 <?xml version="1.0"?>
 <icestats>
@@ -31,11 +31,11 @@
 

General Statistics

client-connections

-Client connections are basically anything that is not a source connection. These include listeners (not concurrent, but accumilative), any admin function accesses, and any static content (file serving) accesses. +Client connections are basically anything that is not a source connection. These include listeners (not concurrent, but cumulative), any admin function accesses, and any static content (file serving) accesses.

source-connections

-Source connections are the number of times (accumilative not currently connected) a source has connected to icecast. +Source connections are the number of times (cumulative not currently connected) a source has connected to icecast.

connections

@@ -48,11 +48,11 @@ The total of currently connected sources (mountpoints).

Source-specific Statistics

artist

-Artist of the current song (metadata set by source client) +Artist of the current song (metadata set by source client).

title

-Title of the current song (metadata set by source client) +Title of the current song (metadata set by source client).

audio-info

@@ -62,7 +62,7 @@ Information about the bitrate/samplerate/quality of the stream (set by source cl

ice-samplerate

ice-channels

-Information about the bitrate/samplerate/quality of the stream (set by source client) +Information about the bitrate/samplerate/quality of the stream (set by source client).

listeners

@@ -70,7 +70,7 @@ The number of currently connected listeners.

public

-Flag that indicates whether this mount is being listed on a YP (sey by source client) +Flag that indicates whether this mount is being listed on a YP (sey by source client).

type