文件名称:metrology:一个可以轻松测量python中发生的事情的库
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-04 08:32:22
Python
计量学 一个可以轻松测量python中发生的事情的库。 计量学允许您将工具添加到python代码中,并将其连接到Graphite之类的外部报告工具,以便更好地了解正在运行的python程序中发生了什么。 正在安装 安装 : pip install metrology 原料药 测量 量规是值的瞬时测量 class JobGauge ( metrology . instruments . Gauge ): def value ( self ): return len ( queue ) gauge = Metrology . gauge ( 'pending-jobs' , JobGauge ()) 专柜 计数器就像一个量表,但是您可以增加或减少其值 counter = Metrology . counter ( 'pending-jobs' ) counter .
【文件预览】:
metrology-master
----MANIFEST.in(66B)
----README.rst(4KB)
----metrology()
--------stats()
--------reporter()
--------wsgi.py(742B)
--------__init__.py(971B)
--------instruments()
--------registry.py(3KB)
--------utils()
--------exceptions.py(214B)
----test-requirements.txt(19B)
----docs()
--------conf.py(7KB)
--------reporters.rst(352B)
--------make.bat(4KB)
--------installation.rst(252B)
--------wsgi.rst(118B)
--------instruments.rst(675B)
--------Makefile(4KB)
--------index.rst(605B)
----.github()
--------dependabot.yml(107B)
--------workflows()
----tests()
--------stats()
--------reporter()
--------test_wsgi.py(1KB)
--------test_metrology.py(1KB)
--------test_registry.py(3KB)
--------instruments()
----tox.ini(466B)
----LICENSE(1KB)
----setup.cfg(546B)
----requirements.txt(48B)
----AUTHORS(514B)
----setup.py(182B)
----.gitignore(156B)
----ChangeLog(4KB)