# HTTProvider that returns server, vhost, application, appInstance, stream conn. counts

**URL:** https://community.wowza.com/t/httprovider-that-returns-server-vhost-application-appinstance-stream-conn-counts/84
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [November 13, 2009, 10:31am UTC](https://community.wowza.com/t/httprovider-that-returns-server-vhost-application-appinstance-stream-conn-counts/84 "2009-11-13T10:31:23Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [July 8, 2010, 11:48am UTC](https://community.wowza.com/t/httprovider-that-returns-server-vhost-application-appinstance-stream-conn-counts/84/10 "2010-07-08T11:48:16Z")

</div>

One way is to modify the HTTProvider so that it only outputs the data you want, in which case you could provide a querystring with app name to filter on. See this post for how to parse querystring:

[http://community.wowza.com/t/-/245](http://community.wowza.com/t/-/245)

Another way is to take the whole output and use an xml parser to extract. Here is a couple of user post that explore that with php.

[http://community.wowza.com/t/-/34374#3](http://community.wowza.com/t/-/34374#3)

Richard

---

_[View the full topic](https://community.wowza.com/t/httprovider-that-returns-server-vhost-application-appinstance-stream-conn-counts/84)._
