Skip to main content
Get Current Thread Usage
Proxyrack avatar
Written by Proxyrack
Updated over 3 weeks ago

You can view the number of open threads to our server by executing a request through any of the proxy endpoints to the URL:
http://api.proxyrack.net/concurrent

This will return you a raw number with the number of connections we can see open from your account.

Examples

Unmetered Residential:
curl -x unmetered.residential.proxyrack.net:9000 -U username:password http://api.proxyrack..net/concurrent

Premium Residential:
curl -x premium.residential.proxyrack.net:9000 -U username:password http://api.proxyrack.net/concurrent

Private Residential:
curl -x private.residential.proxyrack.net:1000 -U username:password http://api.proxyrack.net/concurrent

USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:9000 -U username:password http://api.proxyrack.net/concurrent

Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:9000 -U username:password http://api.proxyrack.net/concurrent

Static USA Datacenter:
curl -x usa.static.proxyrack.net:9000 -U username:password http://api.proxyrack.net/concurrent

Mobile:
curl -x mobile.residential.proxyrack.net:9000 -U username:password http://api.proxyrack.net/concurrent

Result:
40

Did this answer your question?