Home
last modified time | relevance | path

Searched refs:net_io_counters (Results 1 – 25 of 131) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/scripts/
H A Dnettop.py78 tot_before = psutil.net_io_counters()
79 pnic_before = psutil.net_io_counters(pernic=True)
82 tot_after = psutil.net_io_counters()
83 pnic_after = psutil.net_io_counters(pernic=True)
H A Difconfig.py68 io_counters = psutil.net_io_counters(pernic=True)
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/
H A Dnettop.py68 tot_before = psutil.net_io_counters()
69 pnic_before = psutil.net_io_counters(pernic=True)
72 tot_after = psutil.net_io_counters()
73 pnic_after = psutil.net_io_counters(pernic=True)
H A Difconfig.py68 io_counters = psutil.net_io_counters(pernic=True)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/scripts/
H A Dnettop.py97 tot_before = psutil.net_io_counters()
98 pnic_before = psutil.net_io_counters(pernic=True)
101 tot_after = psutil.net_io_counters()
102 pnic_after = psutil.net_io_counters(pernic=True)
H A Difconfig.py85 io_counters = psutil.net_io_counters(pernic=True)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/examples/
H A Dnettop.py96 tot_before = psutil.net_io_counters()
97 pnic_before = psutil.net_io_counters(pernic=True)
100 tot_after = psutil.net_io_counters()
101 pnic_after = psutil.net_io_counters(pernic=True)
/dports/sysutils/py-salt/salt-3004.1/salt/beacons/
H A Dnetwork_info.py144 log.debug("psutil.net_io_counters %s", psutil.net_io_counters)
146 _stats = psutil.net_io_counters(pernic=True)
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dnet.py84 net = psutil.net_io_counters(pernic=False)
88 net = psutil.net_io_counters(pernic=True)
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dsystem_monitor.py26 ioc = psutil.net_io_counters()
90 ioc = psutil.net_io_counters()
H A Dmetrics.py35 net_io_counters = _psutil_caller("net_io_counters") variable
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/
H A D_psosx.py173 names = net_io_counters().keys()
186 net_io_counters = cext.net_io_counters variable
H A D_psbsd.py219 names = net_io_counters().keys()
232 net_io_counters = cext.net_io_counters variable
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/segments/common/
H A Dnet.py163 io_counters = psutil.net_io_counters(pernic=True)
173 io_counters = psutil.net_io_counters(pernic=True)
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dpsutil_compat.py54 net_io_counters = psutil.network_io_counters()
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/
H A D_psosx.py238 net_io_counters = cext.net_io_counters variable
262 names = net_io_counters().keys()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/
H A D_psosx.py236 net_io_counters = cext.net_io_counters variable
260 names = net_io_counters().keys()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil/
H A D_psosx.py236 net_io_counters = cext.net_io_counters variable
260 names = net_io_counters().keys()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/psutil/
H A D_psosx.py240 net_io_counters = cext.net_io_counters variable
264 names = net_io_counters().keys()
/dports/x11-wm/qtile/qtile-0.18.1/test/widgets/
H A Dtest_net.py44 def net_io_counters(cls, pernic=False, nowrap=True): member in MockPsutil
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/
H A D_psosx.py238 net_io_counters = cext.net_io_counters variable
262 names = net_io_counters().keys()
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/tests/
H A Dtest_misc.py347 check(psutil.net_io_counters())
613 if not psutil.disk_io_counters() or not psutil.net_io_counters():
616 psutil.net_io_counters()
628 psutil.net_io_counters.cache_clear()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dps.py610 return dict(psutil.net_io_counters()._asdict())
612 stats = psutil.net_io_counters(pernic=True)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psutil/psutil/
H A D_psosx.pyi61 net_io_counters: Any
/dports/sysutils/py-psutil/psutil-5.8.0/docs/
H A DDEVNOTES35 - #772: extended net_io_counters() metrics.
172 * net_io_counters(pernic=False)

123456