npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

performancetotal-cli

v0.2.3

Published

performance-total cli analyzer

Readme

performancetotal-cli

chart

Unlock the full potential of your performance data with the performancetotal-cli app!

If you’re using the Performance-total plugin for Playwright, Pytest, or WebdriverIO, but you want to only analyze the performance data without generating new data by running tests, this tool is for you! Seamlessly analyze and visualize performance results generated by the playwright-performance, wdio-performancetotal-service or by the pytest-performancetotal plugins. This CLI tool provides comprehensive insights to help you optimize and enhance your application's performance.

Installation

Install the app globally using the following command:

npm install -g performancetotal-cli

Usage

There are two mandatory parameters for performancetotal-cli:

  1. Source Path: The absolute path to the source file or directory. If a directory path is provided, all files within that directory, than have *.txt extension, will be used as data sources. This tool specifically uses the performance-log.txt (which you can rename, but keep the *.txt extension) data files as the source data.

  2. Destination Path: The absolute path to the destination directory where the results will be saved.

performancetotal-cli path/to/performance-log.txt path/to/result/directory

or

performancetotal-cli path/to/source/directory path/to/result/directory

Options

--help

Displays the help message with usage instructions and options.

performancetotal-cli --help

--drop-failed-results

Default is off. When the option is used, performance analysis from failed tests would be excluded.

performancetotal-cli path/to/performance-log.txt path/to/result/directory/ --drop-failed-results

--recent-days

Default value is 0 (no limit). To set the number of days to consider for performance analysis, set the number of days.

performancetotal-cli path/to/performance-log.txt path/to/result/directory/ --recent-days=3

Please note that partial days are also supported (e.g. --recent-days=0.5)

--analyze-by-browser

Default is off. If used, the performance data would be analyzed also by the browser type.

performancetotal-cli path/to/performance-log.txt path/to/result/directory/ --analyze-by-browser

Getting the results

The results would be saved to the destination directory with 3 files: performance-results.csv, performance-results.json and performance-chart.html.

Support

For support and suggestions, feel free to contact me at [email protected].