Skip to content

shanemhansen/Pagetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Pagetracker

Page tracker downloads a url and measures the time each packet takes to download. It then prints a summary to the screen of time to first byte, minimum latency, maximum latency and color coded "hot spots" of which sections of the file took a long time to download. It's primarily meant to be used with application servers which stream their content such as node.js or tomcat.

Installation

checkout from git (which you presumably have done). Install the dependencies from npm (cli-color)

Usage

Download the file ./app.js http://www.example.com/

Copyright © 2011 Shane Hansen (shanemhansen@gmail.com)

About

Downloads url and pretty prints how long each line of the page took to download, highlighting hotspots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published