Skip to content

A CLI tool that parses Hugo metrics, such as build speed.

License

Notifications You must be signed in to change notification settings

hugomods/metrics-parser

Repository files navigation

Hugo Metrics Parser

A CLI tool that parses Hugo metrics, such as build speed.

License Version Downloads

Installation

npm i -g @hugomods/metrics-parser

Usage

hugo | hugo-metrics-parser
...
2m24.831s in total
6.471781580946423 ms/page (22379 pages)
4.478416821273965 ms/page (32340 pages, including aliases)
4.459799846035412 ms/file (32475 files)

Colors

Color Description
Green speed <= 5ms
Blue speed <= 10ms
Yellow speed <= 20ms
Red speed > 20ms