Skip to content

um-ellie/ping_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ping_time

A simple Python script to measure the response time of a website using HTTP GET requests.

Features

  • Prompts for a website address.
  • Sends a GET request and displays:
    • Status code
    • Resolved URL
    • Content size (in bytes)
  • Prints the time taken for the request in seconds and milliseconds.

Requirements

  • Python 3.x
  • requests library

Install dependencies:

requests library

Usage

Run the script:

python ping_time.py

Enter a website address when prompted (e.g., example.com or https://example.com).

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages