You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT tcp_backlog
FROM proxy
WHERE proxy_name IN (
SELECT proxy_name
FROM proxy ASOF '-24h' UNTIL '-1h'GROUP BY proxy_name, PERIOD(24h)
HAVING tcp_backlog >110)
GROUP BY CROSSTAB(proxy_name)
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: