# Get client details for a Cupertino Streaming using JMX

**URL:** https://community.wowza.com/t/get-client-details-for-a-cupertino-streaming-using-jmx/610
**Category:** Wowza Streaming Engine
**Tags:** server-administration
**Created:** [November 6, 2014, 4:41pm UTC](https://community.wowza.com/t/get-client-details-for-a-cupertino-streaming-using-jmx/610 "2014-11-06T16:41:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [November 6, 2014, 4:41pm UTC](https://community.wowza.com/t/get-client-details-for-a-cupertino-streaming-using-jmx/610/1 "2014-11-06T16:41:12Z")

</div>

Hi, we want to get a detailed connection statistics for our live events.

These events include voice translations for many languages.

So we need to extract a connection counters per language.

Other client details (IP, referrer, …) are good for a diagnostic and support.

We can get required details for RTMP connections using “WowzaMediaServerPro:_,name=Client" and "WowzaMediaServerPro:_,name=BaseClass”.

The extracted total counters are equal to "“WowzaMediaServerPro:\*,name=ConnectionsRTMP”.

Can we extract client details for a Cupertino Streaming ?

Thanks

---

<div class="post-metadata">

### Author: ![Matt\_Young](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/matt_young/32/389_2.png) [@Matt\_Young](https://community.wowza.com/u/Matt_Young)
#### Post date: [November 21, 2014, 9:01am UTC](https://community.wowza.com/t/get-client-details-for-a-cupertino-streaming-using-jmx/610/2 "2014-11-21T09:01:59Z")

</div>

Hello Vlladimir

JMX will be limited for statistics at that level but, alternatively, we do provide basic statistics through our [Wowza Manager](https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics) and through our http providers. The latter you [can extend](https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics#sourceCode) to obtain more information per your requirement(s). Additionally, [here is some starter code](https://www.wowza.com/docs/module-to-get-http-and-rtp-performance-statistics) for http related statistics.

Thanks,

Matt
