npf 2.0.3__tar.gz → 2.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {npf-2.0.3/npf.egg-info → npf-2.0.4}/PKG-INFO +2 -1
- npf-2.0.4/modules/fastclick-play-single-mt.npf +732 -0
- npf-2.0.4/modules/fastclick-replay-single-mt-rated.npf +6 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-mt-timing.npf +28 -7
- npf-2.0.4/modules/fastclick-replay-single-pipeline.npf +6 -0
- npf-2.0.4/modules/fastclick-replay-single.npf +6 -0
- npf-2.0.4/modules/fastclick-udpgen-single.npf +6 -0
- {npf-2.0.3 → npf-2.0.4}/modules/perf-class.npf +1 -1
- {npf-2.0.3 → npf-2.0.4}/npf/cluster/factory.py +1 -1
- {npf-2.0.3 → npf-2.0.4}/npf/cluster/node.py +3 -2
- {npf-2.0.3 → npf-2.0.4}/npf/cmdline.py +31 -8
- {npf-2.0.3 → npf-2.0.4}/npf/enoslib.py +14 -11
- {npf-2.0.3 → npf-2.0.4}/npf/executor/enoslibexecutor.py +5 -3
- {npf-2.0.3 → npf-2.0.4}/npf/executor/sshexecutor.py +33 -2
- {npf-2.0.3 → npf-2.0.4}/npf/expdesign/fullexp.py +1 -0
- npf-2.0.4/npf/expdesign/gpexp.py +78 -0
- {npf-2.0.3 → npf-2.0.4}/npf/expdesign/lhsexp.py +21 -6
- npf-2.0.4/npf/expdesign/multiexp.py +41 -0
- npf-2.0.4/npf/expdesign/twokexp.py +31 -0
- npf-2.0.4/npf/expdesign/zltexp.py +466 -0
- npf-2.0.4/npf/models/variables/ParentVariable.py +28 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/VariableFactory.py +6 -3
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/variable.py +1 -1
- {npf-2.0.3 → npf-2.0.4}/npf/output/__init__.py +17 -15
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/barplot.py +2 -1
- {npf-2.0.3 → npf-2.0.4}/npf/output/grapher.py +24 -3
- {npf-2.0.3 → npf-2.0.4}/npf/output/statistics.py +6 -3
- {npf-2.0.3 → npf-2.0.4}/npf/output/transform/combine_variables.py +1 -1
- {npf-2.0.3 → npf-2.0.4}/npf/tests/sections/__init__.py +62 -36
- {npf-2.0.3 → npf-2.0.4}/npf/tests/test.py +24 -6
- npf-2.0.4/npf/version.py +1 -0
- {npf-2.0.3 → npf-2.0.4/npf.egg-info}/PKG-INFO +2 -1
- {npf-2.0.3 → npf-2.0.4}/npf.egg-info/SOURCES.txt +6 -1
- {npf-2.0.3 → npf-2.0.4}/npf.egg-info/requires.txt +1 -0
- npf-2.0.4/repo/fastclick-noiqueue-utime-rtc.repo +3 -0
- npf-2.0.4/repo/fastclick-noiqueue-utime.repo +3 -0
- {npf-2.0.3 → npf-2.0.4}/setup.py +2 -1
- npf-2.0.3/modules/fastclick-play-single-mt.npf +0 -450
- npf-2.0.3/modules/fastclick-replay-single-mt-rated.npf +0 -270
- npf-2.0.3/modules/fastclick-replay-single-multitrace-tmp.npf +0 -269
- npf-2.0.3/modules/fastclick-replay-single-pipeline.npf +0 -188
- npf-2.0.3/modules/fastclick-replay-single.npf +0 -174
- npf-2.0.3/modules/fastclick-udpgen-single.npf +0 -84
- npf-2.0.3/npf/expdesign/zltexp.py +0 -277
- npf-2.0.3/npf/version.py +0 -1
- {npf-2.0.3 → npf-2.0.4}/LICENSE +0 -0
- {npf-2.0.3 → npf-2.0.4}/MANIFEST.in +0 -0
- {npf-2.0.3 → npf-2.0.4}/README.md +0 -0
- {npf-2.0.3 → npf-2.0.4}/cluster/localhost.node +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/cpufreq-script-half.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/cpufreq-script.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/cpufreq.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/cpuload.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/dev_channels.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/dev_irq_affinity.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/dev_pause.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/dev_rate.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/dpdk-bind.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/droptcpsock.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-echo.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-rcv.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-dual.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-quad.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-mt.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-multitrace.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-txonly-mt.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-vmdq-quad.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-dual.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-dual.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-quad.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-single-multiclient.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-single.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-quad.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-snd.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/graph-beautiful.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/load.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/load2.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/netmap-bind.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/nginx.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/perf-functions.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/perf-stat.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/pktgen.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/reframer.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/snort.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/trex.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/waitcon.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/wrk-multins.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/wrk-nsdelay.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/wrk.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/modules/wrk2.npf +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/cluster/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/cluster/nic.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/executor/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/executor/executor.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/executor/localexecutor.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/expdesign/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/expdesign/optimexp.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/expdesign/randomexp.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/globals.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/dataset.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/notebook/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/notebook/notebook.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/series.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/units.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/CoVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/DictVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/ExpandVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/HeadVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/IfVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/ListVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/RandomVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/RangeVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/SimpleVariable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/models/variables/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/osutils.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/colors.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/graph_choice.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/graphdata.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/heatmap.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/series_to_graph.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/graph/variable_to_series.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/notebook/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/notebook/notebook.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/transform/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/transform/pandas.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/transform/result_as_variable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/web/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/output/web/web.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/parsing.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/repo/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/repo/factory.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/repo/repository.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/build.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/eventbus.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/main.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/module.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/pypost.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/regression.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/remote_params.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/section.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/test_driver.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf/tests/variable.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf.egg-info/dependency_links.txt +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf.egg-info/entry_points.txt +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf.egg-info/top_level.txt +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf_regress.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/npf_watch.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/__init__.py +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/click-2017.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/click-2021.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/click-2022.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/click-dpdk.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/click.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/daq.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/dpdk-test.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/dpdk.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-debug.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-dumpaccel.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light-debug.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light-utime.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc-fp.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc-nofp.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nofp.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick-utime.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/fastclick.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/haproxy.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/iperf-rsspp.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/iperf.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/iperf2-git.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/iperf2.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/iptables.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/local.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/metron.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/middleclick.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/netmap.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/netperf.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/openbox.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/perf-class.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/rsspp.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/snf.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/snort-dpdk.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/snort.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/suricata.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/wrk-tbarbette.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/wrk.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/wrk2-tbarbette.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/repo/wrk2.repo +0 -0
- {npf-2.0.3 → npf-2.0.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: npf
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.4
|
|
4
4
|
Summary: NPF
|
|
5
5
|
Home-page: https://github.com/tbarbette/npf
|
|
6
6
|
Author: Tom Barbette
|
|
@@ -44,6 +44,7 @@ Requires-Dist: statsmodels
|
|
|
44
44
|
Requires-Dist: scikit-optimize
|
|
45
45
|
Requires-Dist: colorama
|
|
46
46
|
Requires-Dist: scikit-optimize
|
|
47
|
+
Requires-Dist: lark
|
|
47
48
|
|
|
48
49
|
Network Performance Framework [](https://github.com/tbarbette/npf/actions/workflows/ci.yml) [](https://github.com/tbarbette/npf/actions/workflows/codeql-analysis.yml)
|
|
49
50
|
=============================
|