معرفی شرکت ها


connection-monitor-0.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Connection monitoring utility
ویژگی مقدار
سیستم عامل -
نام فایل connection-monitor-0.0.6
نام connection-monitor
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joël Bourgault
ایمیل نویسنده joel.bourgault@gmail.com
آدرس صفحه اصلی https://framagit.org/ojob/connection-monitor
آدرس اینترنتی https://pypi.org/project/connection-monitor/
مجوز -
README ====== This package provides a long-running command to measure network performance. Following figures are recorded to a csv file: * packets sent * packets received * network latency * statistics from the home router Prerequisites ------------- * ``Python >= 3.7``, due to usage of ``dataclasses`` and ``annotations``; * Normally handled nicely py installation procedure: ``bs4``, ``click``, ``pyyaml``, ``psutil`` and ``requests`` third-party libraries. Installation ------------ This package is hosted on `Pypi`, so it's as easy as: pip install connection-monitor Usage ----- 1. Create a ``secrets.yml`` file with credentials to connect to your router; see content of sample file. 2. Open a terminal, activate the virtualenv if appropriate, and simply type:: monitor Available options: * ``-s SECRETS_FILENAME`` Filename to the secrets file. Defaults to ``secrets.yml`` in current working folder. * ``-o FILENAME`` Filename to write the stats into. By default, the stats go in current folder, in file named ``'network_data.csv'``. Writing is in append mode; previous data is kept. * ``-h HOST [HOST...]`` Address(es) to connect to, to measure latency. Defaults to some French web servers. * ``-d DELAY`` Delay between two samplings. Defaults to 1 minute, to behave fairly. * ``-v`` Verbosity setting; use it to show measurements to command line. Repeat it to show debug messages, i.e. ``-vv``. Default behavior is to show only errors and warnings.


نیازمندی

مقدار نام
- bs4
- click
- psutil
- pyyaml
- requests


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl connection-monitor-0.0.6:

    pip install connection-monitor-0.0.6.whl


نصب پکیج tar.gz connection-monitor-0.0.6:

    pip install connection-monitor-0.0.6.tar.gz