Job 1788343330674

Command: powershell -NoProfile -Command "$ErrorActionPreference='SilentlyContinue';$ptr=Get-Content -LiteralPath 'G:\My Drive\ChatGPTBridge\current_bridge.txt' -Raw;$u=([regex]::Match($ptr,'URL=(.+)')).Groups[1].Value.Trim();$body='{\"action\":\"health\"}';$a=@();$ok=0;$codes=@();1..20|%{$sw=[Diagnostics.Stopwatch]::StartNew();try{$r=Invoke-WebRequest -UseBasicParsing -Uri $u -Method POST -ContentType 'application/json' -Body $body -TimeoutSec 5;$sw.Stop();$a+=$sw.Elapsed.TotalMilliseconds;$codes+=$r.StatusCode;if($r.StatusCode -eq 200){$ok++}}catch{$sw.Stop();$a+=$sw.Elapsed.TotalMilliseconds;$codes+=0}};$s=$a|Sort-Object;$p50=$s[[int][math]::Floor(($s.Count-1)*.5)];$p95=$s[[int][math]::Floor(($s.Count-1)*.95)];[pscustomobject]@{route='direct_health_post';n=20;ok=$ok;p50_ms=[math]::Round($p50,1);p95_ms=[math]::Round($p95,1);min_ms=[math]::Round(($s|Select-Object -First 1),1);max_ms=[math]::Round(($s|Select-Object -Last 1),1);codes=($codes -join ',')}|ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

{"route":"direct_health_post","n":20,"ok":20,"p50_ms":402.6,"p95_ms":1578.4,"min_ms":192.6,"max_ms":3055.5,"codes":"200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200"}