SkillAgentSearch skills...

Netmeter

Network monitoring tool

Install / Use

/learn @ssbostan/Netmeter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

netmeter

Visits Badge

If you are looking for a tool to monitor your network interfaces, here you are.

See netmeter-exporter to export Prometheus metrics.

Installation and usage:

You can run netmeter either on localhost or with a docker image.

Docker:

docker run -d --name netmeter -p 8080:8080 -v /sys:/host/sys:ro -e NETMETER_SYS_PATH=/host/sys ssbostan/netmeter:2

demo

Localhost:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python web.py

CLI usage:

cli.py is a simple app to show an interface per second stats.

python cli.py <interface>

How to contribute:

All contributions are accepted. Fork it and develop it.

TODO:

  • [ ] Collect more network statistics
View on GitHub
GitHub Stars97
CategoryDevelopment
Updated1y ago
Forks2

Languages

Python

Security Score

85/100

Audited on Feb 23, 2025

No findings