# How to ping Wowza?

**URL:** https://community.wowza.com/t/how-to-ping-wowza/54276
**Category:** Wowza Streaming Engine
**Created:** [December 2, 2019, 10:19am UTC](https://community.wowza.com/t/how-to-ping-wowza/54276 "2019-12-02T10:19:03Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Elie\_Obeid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/elie_obeid/32/463_2.png) [@Elie\_Obeid](https://community.wowza.com/u/Elie_Obeid)
#### Post date: [December 2, 2019, 10:19am UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/1 "2019-12-02T10:19:03Z")

</div>

sometimes checking service status doesn’t return the correct status of Wowza, how to ping it or poll in order to check if it needs restart or not?

---

<div class="post-metadata">

### Author: ![Taylor\_Zahora1](https://avatars.discourse-cdn.com/v4/letter/t/b38774/32.png) [@Taylor\_Zahora1](https://community.wowza.com/u/Taylor_Zahora1)
#### Post date: [December 2, 2019, 2:57pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/2 "2019-12-02T14:57:09Z")

</div>

Hi Elie,

Thanks for reaching out via our Community Forum. Depending on the OS being used, you can use one of the following:

**MacOS**

```auto
ps aux | grep wowza

```

_\*Note: The above will return all running processes (PIDs) for the active user which contain ‘wowza’. The engine itself will be designated as_

```auto
root [PID_HERE] 2.0 3.7 19022900 1229264 ?? S 5:37AM 6:32.42 /usr/bin/java -Xmx10000M -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -server -Djava.net.preferIPv4Stack=true -Dcom.sun.management.jmxremote=true -Dcom.wowza.wms.runmode=service -Dcom.wowza.wms.native.base=osx -Dcom.wowza.wms.AppHome=/Library/WowzaStreamingEngine -Dcom.wowza.wms.ConfigURL= -Dcom.wowza.wms.ConfigHome=/Library/WowzaStreamingEngine -cp /Library/WowzaStreamingEngine/bin/wms-bootstrap.jar com.wowza.wms.bootstrap.Bootstrap start

```

_While the Engine Manager service will look like the following (it is quite long so I have truncated it)_

```auto
root 49916 0.0 2.3 16292744 765320 ?? S 5:37AM 1:05.18 /usr/bin/java -cp :/Library/WowzaStreamingEngine/manager/lib/lib-jaxb/FastInfoset [...]

```

**Linux**

```auto
systemctl status WowzaStreamingEngine

```

**Windows (Powershell)**

```auto
get-process [ProcessName]

```

Thanks again and have a good day!

---

<div class="post-metadata">

### Author: ![Elie\_Obeid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/elie_obeid/32/463_2.png) [@Elie\_Obeid](https://community.wowza.com/u/Elie_Obeid)
#### Post date: [December 3, 2019, 3:03pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/3 "2019-12-03T15:03:22Z")

</div>

not sure if that would work because

```auto

```

1. systemctl status WowzaStreamingEngine

would always return that wowza is running when it’s not, described the problem here

[https://www.reddit.com/r/sysadmin/comments/e4x1lz/is\_there\_a\_better\_tool\_than\_service\_to\_know\_if\_a/](https://www.reddit.com/r/sysadmin/comments/e4x1lz/is_there_a_better_tool_than_service_to_know_if_a/)

and I don’t have sytemctl btw, I using centos 6, it’s not accurate, I need to ping the server somehow

```auto

```

1. service WowzaStreamingEngine status

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 3, 2019, 3:26pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/4 "2019-12-03T15:26:17Z")

</div>

Hi [@Elie Obeid](http://community.wowza.com/community/questions/53803/how-to-ping-wowza.html?childToView=53835#). the latest version of Engine, 4.7.8 requires CentOS 7. Not sure what version you are using, but wanted to make sure you knew that. We try to provide support in the forums for the latest version that we recommend everyone upgrade to, but feel feel to submit a support ticket for an issue related to an older version of Engine or CentOS 6.

This will avoid confusion for users as we get so much traffic to the forums and there were big changes in the latest Engine release.

_The Transcoder feature in Wowza Streaming Engine 4.7.8 requires GNU C Library (glibc) 2.17 or later. CentOS 6 doesn’t support this minimum version of glibc. We recommend updating to CentOS 7 or using a different operating system if your workflow requires the Transcoder feature._

---

<div class="post-metadata">

### Author: ![Elie\_Obeid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/elie_obeid/32/463_2.png) [@Elie\_Obeid](https://community.wowza.com/u/Elie_Obeid)
#### Post date: [December 3, 2019, 3:33pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/5 "2019-12-03T15:33:44Z")

</div>

we have 5 clients in operations, 2 of them are running centos 7, as discussed on reddit even systemctl is a hit and miss, systemctl will detect wowza as running when it’s not due to having high traffic. I need a way to ping the server regardless of the OS.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 3, 2019, 3:37pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/6 "2019-12-03T15:37:13Z")

</div>

Ok got it. Let me check with tech support. Be back in a minute…

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 3, 2019, 4:12pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/7 "2019-12-03T16:12:44Z")

</div>

@Elie Obeid, per tech support, you could do a wget to get the standard version url

```auto
wget -v -O - http://IPaddress:1935

```

–2019-12-03 15:50:36-- [http://IpAddress:1935/](http://127.0.0.1:1935/),

Connecting to IPaddress:1935… connected.

HTTP request sent, awaiting response… 200 OK  
Length: 206 [text/html]

Saving to: ‘STDOUT’- 0%[] 0 --.-KB/s \< html\>

Wowza Streaming Engine 4 Subscription Edition 9.9.9.99dc build2018112720XXXX

\<bod - 100%[=============================================\>] 206 --.-KB/s in 0s2019-12-03 15:50:36 (2.87 MB/s) - written to stdout [206/206]

**It will then show the version and the output running each time, if it does not respond it is not working and please submit a ticket.**

---

<div class="post-metadata">

### Author: ![Elie\_Obeid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/elie_obeid/32/463_2.png) [@Elie\_Obeid](https://community.wowza.com/u/Elie_Obeid)
#### Post date: [December 3, 2019, 4:18pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/8 "2019-12-03T16:18:51Z")

</div>

Alright thanks so much, will try that, this seems like the right answer.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 3, 2019, 4:28pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/9 "2019-12-03T16:28:16Z")

</div>

Please be sure to let me know. I appreciate you being so active here in the forums and want to make sure you get the help you need. 🙂

---

<div class="post-metadata">

### Author: ![Elie\_Obeid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/elie_obeid/32/463_2.png) [@Elie\_Obeid](https://community.wowza.com/u/Elie_Obeid)
#### Post date: [December 3, 2019, 5:31pm UTC](https://community.wowza.com/t/how-to-ping-wowza/54276/10 "2019-12-03T17:31:50Z")

</div>

Of course! thank you so much, most probably will test it this weekend and let you know.
