服务器流量监控小工具
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.0.9.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
NetTraRec-0.0.9-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file NetTraRec-0.0.9.tar.gz.
File metadata
- Download URL: NetTraRec-0.0.9.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75a31575003a751870549234479ae544083dde52a04281aa1dfe504b6b4d06b3
|
|
| MD5 |
ef46131290d0810a68244990b79a92fd
|
|
| BLAKE2b-256 |
b342d2b913a5bc7c1e0c34a7ee07ba9f813082bb6544dd66eaeec5d240c42822
|
File details
Details for the file NetTraRec-0.0.9-py3-none-any.whl.
File metadata
- Download URL: NetTraRec-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.7 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/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ed0b1c20998fba9c3e8d420f514120f487b4f21b0d79bc74b5899e95ff7a475
|
|
| MD5 |
6bb6d1b78343871c073b056e5084683e
|
|
| BLAKE2b-256 |
dd0ca0011d981952091eaec64b0b853394734f2c512bf7196d76bd8894ba49ec
|