服务器流量监控小工具
Project description
服务器流量监控小工具
安装:
$ pip install NetTraRec
终端使用:
$ netrec [-选项]
# 显示帮助
$ netrec -h
# 结果推入 redis
$ netrec -pr
# 然后在启动后输入相关信息:
# target redis host(127.0.0.1):
# port(6379):
# db(0):
# password(123456):
# ...
# 目标 redis 可以是本地或远程
# redis 信息也可以使用参数 "-kp now>>>>参数字典" 传入,方便远程调度
# 例如:
$ netrec -pr -kp 'now>>>>{"host": ..., "port": ..., ...}'
代码调用:
from NetRecorder import NetTraRec as Nr
res = Nr.start(["eth0"], print_out=False, unit="auto")
print(res)
# {'eth0': ['126.00 Bytes/s', '132.00 Bytes/s', 'auto', '2020-07-08 09:51:17']}
参数介绍:
懒得写了,看帮助吧
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NetTraRec-0.1.12.tar.gz
(11.9 kB
view details)
Built Distribution
File details
Details for the file NetTraRec-0.1.12.tar.gz
.
File metadata
- Download URL: NetTraRec-0.1.12.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 180d2d2c8075407402ea8b6f7171806b05e8f4fcab299169d9cb93cb38114423 |
|
MD5 | f4e7204dac945b6d865461040e27c9df |
|
BLAKE2b-256 | 406fbd5084e42ee9b95357cba8989944382e58ec1aaa58b078d3a9f6b0b2fde3 |
File details
Details for the file NetTraRec-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: NetTraRec-0.1.12-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a719b6774dd2d6f33bd66030a8d5e941d99775e9f1db99762db179a49be4d622 |
|
MD5 | b85a34b0e6a567f0eb9c3339c75861c6 |
|
BLAKE2b-256 | b2051c7fd632412efd427311a42814c1146cb1fd10176c62e4d65dcc7f61102d |