Online Ping Test - Measure Latency to Servers
Send HEAD requests to popular websites and measure the round‑trip time. Quick network health check. Client‑side.
UD5 Toolkit
Check website status & response time directly from your browser. Monitor multiple URLs with automatic refresh.
{url} as placeholder, e.g. https://proxy.example.com/?url={url}
Paste up to 20 URLs, one per line. Default interval & proxy settings will be applied.
Add a website URL above to start monitoring its uptime.
| URL | Status | Response | Time | Action |
|---|---|---|---|---|
| No check history yet. | ||||
An uptime monitor periodically checks if a website or web service is accessible and responding. It helps you detect downtime early, measure response times, and ensure your online services are running smoothly. This tool performs checks directly from your browser using HTTP requests.
This tool uses the browser's fetch API to send HTTP requests to the target URLs. It measures the round-trip time and determines if the site is UP (responds successfully) or DOWN (request fails). For sites with CORS restrictions, you can optionally use a CORS proxy to get more detailed status information.
Due to browser security policies (CORS), direct requests to external websites may return limited information. When using "Direct" mode, the tool can detect UP/DOWN status and measure response time, but cannot retrieve exact HTTP status codes (like 404 or 500). For detailed status codes, use a CORS proxy. Also, monitoring stops when you close the browser tab.
For critical production services, checking every 30-60 seconds is common. For less critical sites, 5-10 minute intervals are sufficient. Shorter intervals provide faster downtime detection but consume more resources. This tool supports intervals from 30 seconds to 30 minutes, or manual-only checks.
Response time is the total time (in milliseconds) it takes for the server to respond to an HTTP request. It includes DNS resolution, TCP connection, TLS handshake (for HTTPS), and server processing time. Generally, <200ms is excellent, 200-500ms is good, 500-1000ms is average, and >1000ms may indicate performance issues.
This can happen due to CORS restrictions, firewall rules blocking automated requests, or the site requiring JavaScript rendering. Some sites block non-browser requests or require specific headers. Try switching to a CORS proxy mode or check if the site uses CDN/DDOS protection that may block automated checks.
Yes! You can add as many URLs as you'd like. Each URL is monitored independently with its own refresh interval. Use the "Bulk Import" feature to add up to 20 URLs at once. All monitors run concurrently, and you can pause or resume individual monitors as needed.
A CORS proxy is an intermediary server that adds CORS headers to responses, allowing browsers to read detailed HTTP response data (status codes, headers) from any website. Use a proxy when you need to see exact HTTP status codes (200, 404, 500, etc.) rather than just UP/DOWN status. Public proxies like corsproxy.io are available, or you can use your own.
Yes, your monitor list and recent check history are saved to your browser's localStorage. Data persists when you reopen the page but is limited to this device and browser. No data is sent to any external server. You can clear all stored data at any time using the "Clear All" or "Clear History" buttons.
The tool uses HTTP HEAD requests when possible (via proxy), which are lighter and faster as they only fetch headers without the response body. In direct mode, it uses a no-cors GET request. Both methods effectively measure server availability and response time without downloading page content.
Send HEAD requests to popular websites and measure the round‑trip time. Quick network health check. Client‑side.
Enter two date‑time values and get the exact years, months, days, hours, minutes difference. Word output also.
Create a personal countdown to any future date (birthday, vacation, launch). Shows days, hours, minutes, seconds. Locally stored.
Log your coin collection with year, mint, and grade. Filter and sort. Data stored in localStorage. For numismatists.
Convert minutes to decimal hours and vice versa. Essential for billing and payroll. Instant conversion with a handy chart.
Add or subtract days, weeks, and months to find a future or past date. Also compute duration between two dates. Essential for project planning.
Calculate your Basal Metabolic Rate using the Mifflin‑St Jeor equation. Know how many calories you burn at rest. All data private.
Calculate the buying power of US dollars between any two years using official CPI data (updated annually). See how inflation erodes purchasing power. Local.
Use priming sugar calculator adapted for kombucha. Prevent bottle bombs. Enter volume and desired fizz.
Set media metadata and play/pause controls for the OS media widget. Test action handlers. Perfect for web audio apps.
Convert between common cooking units: cups → grams, teaspoons → ml, Fahrenheit → Celsius. Essential baking tool.
Play left‑only, right‑only, and frequency sweeps to test your speakers or headphones. Quick audio check.
Select component type and solder to see recommended iron temperature and tip shape. Avoid cold joints.
Paste a recipe ingredient list and double, triple, or scale to any serving size. Rounds fractions intelligently. Save your scaled recipes locally.
Select original key and capo position to see the resulting chord shapes. Keep playing in the original key without barre chords.
Convert network and data transfer speeds: bps, Kbps, Mbps, Gbps, KiB/s, MiB/s. A must when comparing internet plans. Fast and local.
Reference for standard blanket and afghan sizes in inches and cm. Perfect for knitters and crocheters.
Find the correct wire gauge for speaker cables based on length and speaker impedance to avoid signal loss. Quick audio reference. Local.
Calculate with binary numbers: addition, subtraction, multiplication, and division. Also bitwise AND, OR, XOR. Programmer's tool, fully client-side.
Play reference pitches for standard ukulele tuning. Also works for baritone and other variations. Simple and local.
Reference diagrams for USB‑A, USB‑C, micro‑USB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
Convert a stereo audio file to mono. Also swap or extract left/right channels. Quick podcast preparation. Browser-based.
Calculate the salt percentage by weight for your vegetable ferments. Avoid mushy or unsafe ferments. Supports both dry salting and brine methods.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for high‑res image decisions.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
Send a test CSP violation report and see the ReportingObserver in action. Understand how monitoring works.
Watch for updates to aria‑live regions and log what a screen reader would announce. Debug live regions.