| layout | default |
|---|---|
| title | 🌐 netprobe - Fast Network Diagnostics Made Easy |
| description | 🔍 Diagnose network issues swiftly with NetProbe, a fast Rust tool that analyzes connections from DNS to HTTP in one command. |
Welcome to netprobe! This tool helps you quickly check your network connection. With just one command, you can test DNS resolution, TCP connectivity, and HTTP status. Whether you are a system administrator or just someone who wants to keep their network healthy, netprobe simplifies troubleshooting.
To download netprobe, simply visit this page: GitHub Releases Page. Here, you will find the latest version of the tool.
- Click on the version you want to download.
- You will see different files available.
- Choose the file that matches your operating system (Windows, macOS, Linux).
- Download the file to your computer.
Once downloaded, follow the instructions below to install and run netprobe.
- Operating System: Windows 10 or newer, macOS (latest version), or Linux (any recent distribution).
- Storage Space: At least 50 MB of free disk space.
- Memory: 512 MB RAM minimum.
Once you have downloaded the appropriate file:
- Navigate to the folder where you downloaded the netprobe executable file.
- Double-click the
.exefile to open it. A command prompt window will appear. - Type your command (for example,
netprobe example.com) and press Enter. You will see the results immediately.
- Open Finder and go to the Downloads folder.
- Locate the downloaded
.appfile. - Drag the file to your Applications folder.
- Open your Terminal app.
- Type
netprobefollowed by your command and press Enter to see the results.
- Open your terminal.
- Navigate to your Downloads folder using
cd ~/Downloads. - Make the file executable by running
chmod +x netprobe. - Now, run the command:
./netprobe example.comto check your connection.
- DNS Resolution: Quickly checks if a domain name links to the right IP address.
- TCP Connectivity: Tests if you can reach a specific port on a server.
- HTTP Status: Get immediate feedback on whether a web page is accessible or down.
- JSON Support: Outputs results in a clear JSON format for easier reading and application.
Here are some basic commands you can use with netprobe:
- Check DNS Resolution:
netprobe example.com - Test TCP Connectivity:
netprobe -t example.com:80 - HTTP Status:
netprobe -h example.com
Here is a simple example of how to use netprobe:
netprobe example.comYou will receive a response that shows if the DNS resolution is successful and the IP address returned.
Q: Is netprobe free to use?
A: Yes, netprobe is completely free.
Q: Can I use netprobe without any installation?
A: Yes, it runs directly from the downloaded file without needing additional installation steps.
Q: What if I have issues running the tool?
A: Please check the troubleshooting section in the documentation or reach out on the GitHub page for help.
For more information and detailed usage instructions, please refer to the documentation in the GitHub repository. You can also report issues or suggest features there.
For updates and new features, keep an eye on the releases page: GitHub Releases Page.
Thank you for choosing netprobe as your network diagnostics tool!