nifa
Cross-platform CLI tool for network information Cross-platform CLI tool for network information You can download archives of precompiled binaries from the releases See If you are looking for a Rust library for network interface, please check out netdev. View on GitHub
Features
Supported Platforms
Installation
Install prebuilt binaries via shell script
|
Install prebuilt binaries via powershell script
From Releases
Using Cargo
Usage
Usage: nifa [OPTIONS] [COMMAND]
Commands:
list Show all interfaces
show Show details for specified interface
monitor Monitor traffic statistics for all interfaces
os Show OS/network stack/permission information
export Export snapshot as JSON/YAML
public Show public IP information
help Print this message or the help of the given subcommand(s)
Options:
-d, --default Show only default interface
-f, --format <FORMAT> Output format [default: tree] [possible values: tree, json, yaml]
--with-vendor With vendor info (OUI lookup)
-h, --help Print help
-V, --version Print version
nifa <sub-command> -h
for more detail. Note for Developers