{"id":2405,"date":"2025-11-05T07:16:02","date_gmt":"2025-11-05T07:16:02","guid":{"rendered":"https:\/\/www.ucartz.com\/blog\/?p=2405"},"modified":"2025-11-05T07:58:13","modified_gmt":"2025-11-05T07:58:13","slug":"how-to-analyze-icecast-trunk-server-stats-for-your-online-radio","status":"publish","type":"post","link":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/","title":{"rendered":"How to Analyze Icecast Trunk Server Stats for Your Online Radio"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Icecast<\/strong> is one of the most popular open-source streaming media servers used by internet radio broadcasters around the world. Whether you are running a small community radio or a large-scale broadcasting service, <strong>monitoring server statistics is crucial<\/strong> to understanding your audience, optimising bandwidth, and ensuring stable performance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we\u2019ll dive into <strong>Icecast trunk server statistics<\/strong>, what they are, how they\u2019re presented, and how you can use them to make better decisions about your streaming service.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Icecast Statistics Matter<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Server statistics are more than just numbers, they provide insights into:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Active listener count<\/strong>: Know how many people are tuned in at any given moment.<\/li>\n\n\n\n<li><strong>Peak connections<\/strong>: Track audience spikes during shows or live events.<\/li>\n\n\n\n<li><strong>Server health<\/strong>: Monitor uptime, data transfer, and connections.<\/li>\n\n\n\n<li><strong>Audience behaviour<\/strong>: See which streams are popular and how long listeners stay connected.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Icecast Statistics Interfaces<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Icecast provides runtime statistics in multiple formats, making it flexible for both beginners and advanced users.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. HTML Interface<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Icecast includes a <strong>web-based HTML interface<\/strong> (server:port\/status.xsl).<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Displays <strong>basic stats<\/strong> like active listeners, mount points, and current song metadata.<\/li>\n\n\n\n<li>Powered by the <strong>libxslt engine<\/strong>, which transforms raw XML data into human-readable pages.<\/li>\n\n\n\n<li>Customizable: you can edit XSLT templates to show more or less information.<br><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For example, many broadcasters create custom displays like <em>\u201cNow Playing\u201d text outputs, playlist exports, or even Munin graphs<\/em> for monitoring.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. JSON Statistics<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Since <strong>Icecast 2.4.0<\/strong>, a <strong>JSON endpoint<\/strong> (\/status-json.xsl) is available.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Exposes the same data as the HTML interface, but in a structured JSON format.<\/li>\n\n\n\n<li>Useful for developers building dashboards, mobile apps, or custom reports.<\/li>\n\n\n\n<li>Designed for backward compatibility, but always ensure your software can handle additions or changes in variables.<br><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This is ideal if you want to integrate Icecast statistics into <strong>third-party analytics tools<\/strong> or automate reporting.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. XML Statistics<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Icecast trunk server provides a comprehensive set of statistics in a raw XML format, offering a detailed and machine-readable overview of the server&#8217;s health, connected clients, and individual stream performance. This XML data is the foundation for the various statistics interfaces that Icecast offers, including the web interface and JSON feeds. Understanding the structure and elements of this XML is crucial for custom monitoring, integration with other systems, and in-depth analysis of your streaming server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Accessing the XML Data<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can typically access the raw XML statistics by navigating to the \/admin\/stats or \/status.xml endpoint on your Icecast server. For example, if your server is running at http:\/\/your-server-address:8000, the XML data would be available at http:\/\/your-server-address:8000\/admin\/stats.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Structure of the XML Data<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The XML data is encapsulated within a root &lt;icestats&gt; element. This element contains a series of child elements that provide both global server statistics and information about each individual mount point (stream).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The top-level elements within &lt;icestats&gt; offer a server-wide perspective. Below this, for each active stream, there will be a &lt;source&gt; element with a mount attribute specifying the mount point&#8217;s name (e.g., &lt;source mount=&#8221;\/stream.ogg&#8221;&gt;). Each &lt;source&gt; element then contains a wealth of information specific to that particular stream.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>General Icecast Server Statistics<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When you log into Icecast\u2019s statistics interface, you\u2019ll find a set of <strong>general server metrics<\/strong>. These give you a complete overview of how your server is performing since it was started.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s what each metric means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin<\/strong><strong><br><\/strong>Shows the administrator\u2019s contact details. Usually, this is an email address, but it could also be a phone number or any custom string added in the server configuration.<br><\/li>\n\n\n\n<li><strong>Client Connections<\/strong><strong><br><\/strong>Represents every type of connection except source connections. This includes <strong>listeners<\/strong>, <strong>admin logins<\/strong>, and <strong>file requests<\/strong>. It\u2019s a <strong>cumulative counter<\/strong>, meaning the number grows over time.<br><\/li>\n\n\n\n<li><strong>Clients<\/strong><strong><br><\/strong>The number of currently active client connections. This tells you how many users are connected at this moment.<br><\/li>\n\n\n\n<li><strong>Connections<\/strong><strong><br><\/strong>The total number of inbound TCP connections since the server started. Like client connections, this is an accumulating counter.<br><\/li>\n\n\n\n<li><strong>File Connections<\/strong><strong><br><\/strong>Counts how many static files (like playlists or metadata files) have been served since startup. Also cumulative.<br><\/li>\n\n\n\n<li><strong>Host<\/strong><strong><br><\/strong>Displays the fully qualified domain name (FQDN) of the host running your Icecast instance.<br><\/li>\n\n\n\n<li><strong>Listener Connections<\/strong><strong><br><\/strong>The total number of listener connections to your streams (mount points). This is cumulative, showing every connection since the server started.<br><\/li>\n\n\n\n<li><strong>Listeners<\/strong><strong><br><\/strong>The number of <strong>currently active listeners<\/strong> tuned into your streams. This is one of the most important real-time stats for broadcasters.<br><\/li>\n\n\n\n<li><strong>Location<\/strong><strong><br><\/strong>A descriptive field from the server config that tells you where the server is hosted (e.g., \u201cNew York Data Center\u201d or \u201cLondon Studio\u201d).<br><\/li>\n\n\n\n<li><strong>Server ID<\/strong><strong><br><\/strong>Displays the version of Icecast that\u2019s running. You can override this in the config, but it\u2019s not usually recommended.<br><\/li>\n\n\n\n<li><strong>Server Start (ISO 8601)<\/strong><strong><br><\/strong>The exact date and time when the server was last started, shown in ISO 8601 format (e.g., 2025-09-18T12:34:56Z).<br><\/li>\n\n\n\n<li><strong>Server Start (RFC 2822)<\/strong><strong><br><\/strong>The same as above but in an older date format. This field is deprecated and may be removed in future versions.<br><\/li>\n\n\n\n<li><strong>Source Client Connections<\/strong><strong><br><\/strong>The cumulative number of times a <strong>source client<\/strong> (like Butt, Mixxx, or SAM Broadcaster) has connected since the server started.<br><\/li>\n\n\n\n<li><strong>Source Relay Connections<\/strong><strong><br><\/strong>The cumulative number of relay connections made to master Icecast servers.<br><\/li>\n\n\n\n<li><strong>Source Total Connections<\/strong><strong><br><\/strong>The combined count of source client and relay connections since startup.<br><\/li>\n\n\n\n<li><strong>Sources<\/strong><strong><br><\/strong>The number of sources (streams or mount points) currently connected to the server.<br><\/li>\n\n\n\n<li><strong>Stats<\/strong><strong><br><\/strong>Shows how many <strong>statistics clients<\/strong> are currently connected. Stats clients are external services pulling server data.<br><\/li>\n\n\n\n<li><strong>Stats Connections<\/strong><strong><br><\/strong>The total number of times stats clients have connected since the server started.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Source-Specific Icecast Statistics<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">While general statistics cover the entire Icecast server, <strong>source-specific statistics<\/strong> give you insights into a particular stream (mount point). These stats only remain valid for the duration of the current source connection, so if the source disconnects or reconnects, the counters reset.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s what you can track at the <strong>stream (mount) level<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Artist &amp; Title<\/strong><strong><br><\/strong>Shows the metadata of the currently playing track. This is usually sent by your broadcasting software (e.g., Butt, Mixxx, SAM Broadcaster).<br><\/li>\n\n\n\n<li><strong>Audio Bitrate<\/strong><strong><br><\/strong>Displays the bitrate (in bits per second) of the stream. Bitrate directly affects audio quality and bandwidth usage.<br><\/li>\n\n\n\n<li><strong>Audio Channels<\/strong><strong><br><\/strong>Number of channels being streamed (e.g., mono = 1, stereo = 2).<br><\/li>\n\n\n\n<li><strong>Audio Info<\/strong><strong><br><\/strong>A combined field with details like bitrate, sample rate, and quality. This is also used for YP (Yellow Pages) directory entries.<br>Example values:<br>\n<ul class=\"wp-block-list\">\n<li>samplerate=44100;quality=10.0;channels=2 (from LadioCast)<\/li>\n\n\n\n<li>ice-bitrate=128;ice-channels=2;ice-samplerate=44100 (from Butt)<br><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Ice-Bitrate \/ Sample Rate \/ Quality<\/strong><strong><br><\/strong>Individual fields for bitrate (kbps), audio sample rate (Hz), and quality level of the stream.<br><\/li>\n\n\n\n<li><strong>Frame Rate \/ Frame Size \/ Video Bitrate \/ Video Quality<\/strong><strong><br><\/strong>These stats appear if you\u2019re streaming video. They describe how smooth the video is (frame rate), the resolution (frame size), and the quality\/bitrate.<br><\/li>\n\n\n\n<li><strong>Server Name &amp; Description<\/strong><strong><br><\/strong>Metadata provided by the broadcaster, often showing the station name and a short description.<br><\/li>\n\n\n\n<li><strong>Server Type &amp; Subtype<\/strong><strong><br><\/strong>MIME type of the current stream. For example:<br>\n<ul class=\"wp-block-list\">\n<li>Audio: audio\/mpeg (MP3), audio\/ogg (Ogg Vorbis, Opus).<\/li>\n\n\n\n<li>Video: video\/theora.<br><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Listener Peak<\/strong><strong><br><\/strong>The highest number of listeners that have connected to this mount point at the same time.<br><\/li>\n\n\n\n<li><strong>Listeners (Current)<\/strong><strong><br><\/strong>Shows how many listeners are tuned into this particular stream right now.<br><\/li>\n\n\n\n<li><strong>Listen URL<\/strong><strong><br><\/strong>The direct URL to the stream mount. Listeners can use this link to connect.<br><\/li>\n\n\n\n<li><strong>Max Listeners<\/strong><strong><br><\/strong>The maximum number of listeners allowed for this mount point.<br><\/li>\n\n\n\n<li><strong>Public Flag<\/strong><strong><br><\/strong>Indicates if the stream is public and listed in the Icecast YP (Yellow Pages) directory. Configurable by the source or server.<br><\/li>\n\n\n\n<li><strong>Slow Listeners<\/strong><strong><br><\/strong>Number of listeners experiencing buffering or slow connections. Useful for diagnosing network performance.<br><\/li>\n\n\n\n<li><strong>Source IP<\/strong><strong><br><\/strong>The IP address of the broadcasting software (or relay server) that is feeding the mount.<br><\/li>\n\n\n\n<li><strong>Stream Start Time (ISO 8601)<\/strong><strong><br><\/strong>Timestamp showing when the current source started broadcasting on this mount.<br><em>(RFC 2822 format is also available but deprecated.)<\/em><em><br><\/em><\/li>\n\n\n\n<li><strong>Total Bytes Read &amp; Sent<\/strong><strong><br><\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>Read:<\/strong> Data received from the broadcaster.<\/li>\n\n\n\n<li><strong>Sent:<\/strong> Data delivered to listeners since the last source connection.<br><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>User Agent<br><\/strong>Identifies the broadcasting software or encoder (e.g., Butt, Mixxx, Nicecast, LadioCast).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Real-World Use Cases of Icecast Statistics<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Audience Growth Tracking<\/strong><strong><br><\/strong>Monitor listener peaks during shows to know which programs are most popular.<br><\/li>\n\n\n\n<li><strong>Bandwidth Optimization<\/strong><strong><br><\/strong>Check data transfer and bitrate usage to optimise hosting plans.<br><\/li>\n\n\n\n<li><strong>Troubleshooting<\/strong><strong><br><\/strong>Identify sudden drops in listeners or source disconnects.<br><\/li>\n\n\n\n<li><strong>Integration with Monitoring Tools<br><\/strong>Feed stats into tools like Grafana, Munin, or custom dashboards for 24\/7 tracking.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Icecast trunk server statistics give broadcasters everything they need to monitor performance, understand their audience, and keep streams running smoothly. From simple HTML pages to advanced JSON and XML feeds, Icecast makes data accessible at every level.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With its <strong>general statistics<\/strong>, you can keep track of overall server activity, uptime, and cumulative listener growth. Meanwhile, the <strong>source-specific statistics<\/strong> provide deeper insights into each stream, from bitrate and audio quality to real-time listener peaks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Whether you access stats through the <strong>HTML interface<\/strong>, <strong>JSON endpoints<\/strong>, or the full <strong>XML tree<\/strong>, Icecast gives you the flexibility to integrate data into custom dashboards, reporting tools, or even external analytics platforms. This level of transparency helps broadcasters improve stream quality, optimize resources, and make data-driven decisions to grow their internet radio presence. At <strong>Ucartz<\/strong>, we provide fully managed <strong><a href=\"https:\/\/www.ucartz.com\/shoutcast-internet-radio-hosting\">Icecast and SHOUTcast hosting<\/a><\/strong> with real-time stats, 24\/7 expert support, and scalable plans for every broadcaster, from hobbyists to professional radio stations. If you want to focus on your content while we handle the tech, we\u2019ve got you covered.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Icecast is one of the most popular open-source streaming media servers used by internet radio broadcasters around the world. Whether you are running a small community radio or a large-scale broadcasting service, monitoring server statistics is crucial to understanding your audience, optimising bandwidth, and ensuring stable performance. In this article, we\u2019ll dive into Icecast trunk [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":2406,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[628],"tags":[55,641,555],"class_list":["post-2405","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-radio-hosting","tag-icecast-hosting","tag-icecast-server","tag-online-radio"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services<\/title>\n<meta name=\"description\" content=\"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services\" \/>\n<meta property=\"og:description\" content=\"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting and IT Consultancy Services\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-05T07:16:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-05T07:58:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anita Sreelal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anita Sreelal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/\"},\"author\":{\"name\":\"Anita Sreelal\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/person\\\/84e61e902dda958ac7d50776983f6f15\"},\"headline\":\"How to Analyze Icecast Trunk Server Stats for Your Online Radio\",\"datePublished\":\"2025-11-05T07:16:02+00:00\",\"dateModified\":\"2025-11-05T07:58:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/\"},\"wordCount\":1588,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg\",\"keywords\":[\"Icecast hosting\",\"Icecast Server\",\"Online Radio\"],\"articleSection\":[\"Radio Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/\",\"name\":\"How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg\",\"datePublished\":\"2025-11-05T07:16:02+00:00\",\"dateModified\":\"2025-11-05T07:58:13+00:00\",\"description\":\"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Understanding Icecast server stats\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Analyze Icecast Trunk Server Stats for Your Online Radio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\",\"name\":\"Web Hosting and IT Consultancy Services\",\"description\":\"Discover the Potential of Digital Transformation through Effortless Hosting and Professional IT Consulting!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#organization\",\"name\":\"Web Hosting and IT Consultancy Services\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/ucartzLogo-1.png\",\"contentUrl\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/ucartzLogo-1.png\",\"width\":165,\"height\":50,\"caption\":\"Web Hosting and IT Consultancy Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/#\\\/schema\\\/person\\\/84e61e902dda958ac7d50776983f6f15\",\"name\":\"Anita Sreelal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g\",\"caption\":\"Anita Sreelal\"},\"sameAs\":[\"https:\\\/\\\/www.ucartz.com\"],\"url\":\"https:\\\/\\\/www.ucartz.com\\\/blog\\\/author\\\/anita-sreelal\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services","description":"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/","og_locale":"en_US","og_type":"article","og_title":"How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services","og_description":"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.","og_url":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/","og_site_name":"Web Hosting and IT Consultancy Services","article_published_time":"2025-11-05T07:16:02+00:00","article_modified_time":"2025-11-05T07:58:13+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg","type":"image\/jpeg"}],"author":"Anita Sreelal","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anita Sreelal","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#article","isPartOf":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/"},"author":{"name":"Anita Sreelal","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/person\/84e61e902dda958ac7d50776983f6f15"},"headline":"How to Analyze Icecast Trunk Server Stats for Your Online Radio","datePublished":"2025-11-05T07:16:02+00:00","dateModified":"2025-11-05T07:58:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/"},"wordCount":1588,"commentCount":0,"publisher":{"@id":"https:\/\/www.ucartz.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg","keywords":["Icecast hosting","Icecast Server","Online Radio"],"articleSection":["Radio Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/","url":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/","name":"How to Analyze Icecast Trunk Server Stats for Your Online Radio - Web Hosting and IT Consultancy Services","isPartOf":{"@id":"https:\/\/www.ucartz.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#primaryimage"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg","datePublished":"2025-11-05T07:16:02+00:00","dateModified":"2025-11-05T07:58:13+00:00","description":"Learn how to access, read, and use Icecast server statistics to monitor listeners, track performance, and improve your internet radio streams.","breadcrumb":{"@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#primaryimage","url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg","contentUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2025\/11\/Blue-and-Black-Diagonal-Blocks-Finance-Report-Presentation-1.jpg","width":1920,"height":1080,"caption":"Understanding Icecast server stats"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ucartz.com\/blog\/how-to-analyze-icecast-trunk-server-stats-for-your-online-radio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ucartz.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Analyze Icecast Trunk Server Stats for Your Online Radio"}]},{"@type":"WebSite","@id":"https:\/\/www.ucartz.com\/blog\/#website","url":"https:\/\/www.ucartz.com\/blog\/","name":"Web Hosting and IT Consultancy Services","description":"Discover the Potential of Digital Transformation through Effortless Hosting and Professional IT Consulting!","publisher":{"@id":"https:\/\/www.ucartz.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ucartz.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.ucartz.com\/blog\/#organization","name":"Web Hosting and IT Consultancy Services","url":"https:\/\/www.ucartz.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2021\/08\/ucartzLogo-1.png","contentUrl":"https:\/\/www.ucartz.com\/blog\/wp-content\/uploads\/2021\/08\/ucartzLogo-1.png","width":165,"height":50,"caption":"Web Hosting and IT Consultancy Services"},"image":{"@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.ucartz.com\/blog\/#\/schema\/person\/84e61e902dda958ac7d50776983f6f15","name":"Anita Sreelal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f4b69147302b926e61568e95a5bb0e1ce6d6f81be49bedc8b561522e8b82286b?s=96&d=mm&r=g","caption":"Anita Sreelal"},"sameAs":["https:\/\/www.ucartz.com"],"url":"https:\/\/www.ucartz.com\/blog\/author\/anita-sreelal\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/2405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/comments?post=2405"}],"version-history":[{"count":4,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/2405\/revisions"}],"predecessor-version":[{"id":2411,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/posts\/2405\/revisions\/2411"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/media\/2406"}],"wp:attachment":[{"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/media?parent=2405"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/categories?post=2405"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ucartz.com\/blog\/wp-json\/wp\/v2\/tags?post=2405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}