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 🙏

© 2024 – Pkg Stats / Ryan Hefner

netman

v1.0.65

Published

NetWork Manager on Linux Ubuntu

Downloads

19

Readme

简体中文| English

Welcome to the netman!

Build Status

Netman is a light weight network manage tool on Ubuntu. It consists of common network management tools. You can easily find network problems on your personal host using netman.

What can netman do?

Framework

Details

  1. Accounting management

    1.1 Real-time monitoring of network equipment traffic and rate changes, based on Bmon tool.

    1.2 A log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source, based on vnstat tool.

  2. Configuration management

    2.1 Show a network connection editor that supports adding, modifying, viewing and deleting connections, based on [nmtui](nmtui is a curses‐based TUI application for interacting with NetworkManager. When starting nmtui, the user is prompted to choose the activity to perform unless it was specified as the first argument.).

    2.2 Advanced network management deployed on IPMininet which can offer traffic engineering by SRv6.

  3. Safty management

    3.1 Firewall configuration based on ufw, including open/close firewall, allow/deny specific ports or services, check firewall status, etc.

    3.2 Check whether there are dangerous ports in use automatically, based on netstat and a list of dangerous ports.

  4. Performance management

    4.1 Network Performance module collects the latency and packet loss data and automatically estimates a application-perceived latency for the user's references.

  5. Fault management

    5.1 Automatic network fault diagnostic for you reference. It automatically detects and locates network faults by testing the connectivity between network nodes and inspecting DNS servers, and provides suggested solutions.

    5.2 Network diagnostic by probing routers on the route path and provide corresponding statistical information, based on mtr tool. Using these information, the location of network fault can be located more accurately.

Installation

npm i <-g> netman

Usage

Usage: netman [options]

Options:
  -V, --version                             output the version number
  -s, --NI_stat [NI_name]                   Log network traffic for the specified interface.
  -m, --monitor [NI_name]                   Real-time Monitoring of network interface(NI) bandwidth.
  -nm, --management                         Configure network info in GUI.
  -fw, --firewall [action,paremeter...]     Actions:
  						open: Open firewall
  						close: Close firewall
  						status: Show current firewall status
  						allow: Allow specific ports or services (e.g., allow 72/tcp 73/udp 90 http)
  						deny: Deny specific ports or services (e.g., deny 72 73 90 http)
  						reset: Clear all fire settings
  -check, --security_check                  Check whether there are open dangerous ports.
  -mtr, --mytraceroute [parameter...]       Network diagnostic by probing routers on the route path.
                                            [-mtr help] for more information.
  -afd, --auto_fault_diagnostic [hostname]  Automatic network fault diagnostic for you reference.
  -p, --performance [paremeter...]          Calculate packet loss rate, RTT Delay. (e.g.netman -p
                                            [eth_name][host_name])
  -h, --help                                display help for command