Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

netcheck-cli

A CLI tool to check network stats.

network, speedtest, latency, jitter, packet loss, cli, network stats

readme

netcheck

A CLI tool to check network stats.

Installation

npm install -g netcheck-cli

Usage

netcheck [options]

Options:
  -v, --verbose    Show detailed output
  --server <url>   Specify a test server URL
  --help           Show help

Example

netcheck
# Runs a basic network check for speed, latency, jitter, and packet loss.
netcheck -v
# Runs a detailed network check with verbose output.

Author

Shubham Singodiya (Master Mickey)

changelog

Changelog

[3.0.1] - Documentation

Changed

  • Updated README to explain working of the command with & without -v(verbose) flag using comments.

[3.0.0] - Major Release

Changed

  • Updated package version to avoid conflicts with existing package while publishing

[2.2.0] - Minor Release

Changed

  • Updated email in package.json file

[2.1.0] - Minor Update

Changed

  • Add keywords for npm package

[2.0.0] - Major Release

Changed

  • Moved the entire project from JavaScript to TypeScript for better type safety and maintainability.
  • Updated CLI option from --server to --server-id for specifying a custom test server ID.

[1.0.1] - Patch Fix

Fixed

  • Resolved a minor bug causing incorrect network speed calculation.

[1.0.0] - Initial Release

Added

  • Basic functionality to check internet speed and display results.
  • CLI interface with user-friendly output.