Skip to main content
ping(url)[source]

Pings the given URL and returns the response. If no response, returns an empty string.

Parameters

url (GPUdb.URL) –

The URL which we are supposed to ping.

Returns

The ping response, or an empty string if it fails.