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.
Files changed (198) hide show
  1. {npf-2.0.3/npf.egg-info → npf-2.0.4}/PKG-INFO +2 -1
  2. npf-2.0.4/modules/fastclick-play-single-mt.npf +732 -0
  3. npf-2.0.4/modules/fastclick-replay-single-mt-rated.npf +6 -0
  4. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-mt-timing.npf +28 -7
  5. npf-2.0.4/modules/fastclick-replay-single-pipeline.npf +6 -0
  6. npf-2.0.4/modules/fastclick-replay-single.npf +6 -0
  7. npf-2.0.4/modules/fastclick-udpgen-single.npf +6 -0
  8. {npf-2.0.3 → npf-2.0.4}/modules/perf-class.npf +1 -1
  9. {npf-2.0.3 → npf-2.0.4}/npf/cluster/factory.py +1 -1
  10. {npf-2.0.3 → npf-2.0.4}/npf/cluster/node.py +3 -2
  11. {npf-2.0.3 → npf-2.0.4}/npf/cmdline.py +31 -8
  12. {npf-2.0.3 → npf-2.0.4}/npf/enoslib.py +14 -11
  13. {npf-2.0.3 → npf-2.0.4}/npf/executor/enoslibexecutor.py +5 -3
  14. {npf-2.0.3 → npf-2.0.4}/npf/executor/sshexecutor.py +33 -2
  15. {npf-2.0.3 → npf-2.0.4}/npf/expdesign/fullexp.py +1 -0
  16. npf-2.0.4/npf/expdesign/gpexp.py +78 -0
  17. {npf-2.0.3 → npf-2.0.4}/npf/expdesign/lhsexp.py +21 -6
  18. npf-2.0.4/npf/expdesign/multiexp.py +41 -0
  19. npf-2.0.4/npf/expdesign/twokexp.py +31 -0
  20. npf-2.0.4/npf/expdesign/zltexp.py +466 -0
  21. npf-2.0.4/npf/models/variables/ParentVariable.py +28 -0
  22. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/VariableFactory.py +6 -3
  23. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/variable.py +1 -1
  24. {npf-2.0.3 → npf-2.0.4}/npf/output/__init__.py +17 -15
  25. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/barplot.py +2 -1
  26. {npf-2.0.3 → npf-2.0.4}/npf/output/grapher.py +24 -3
  27. {npf-2.0.3 → npf-2.0.4}/npf/output/statistics.py +6 -3
  28. {npf-2.0.3 → npf-2.0.4}/npf/output/transform/combine_variables.py +1 -1
  29. {npf-2.0.3 → npf-2.0.4}/npf/tests/sections/__init__.py +62 -36
  30. {npf-2.0.3 → npf-2.0.4}/npf/tests/test.py +24 -6
  31. npf-2.0.4/npf/version.py +1 -0
  32. {npf-2.0.3 → npf-2.0.4/npf.egg-info}/PKG-INFO +2 -1
  33. {npf-2.0.3 → npf-2.0.4}/npf.egg-info/SOURCES.txt +6 -1
  34. {npf-2.0.3 → npf-2.0.4}/npf.egg-info/requires.txt +1 -0
  35. npf-2.0.4/repo/fastclick-noiqueue-utime-rtc.repo +3 -0
  36. npf-2.0.4/repo/fastclick-noiqueue-utime.repo +3 -0
  37. {npf-2.0.3 → npf-2.0.4}/setup.py +2 -1
  38. npf-2.0.3/modules/fastclick-play-single-mt.npf +0 -450
  39. npf-2.0.3/modules/fastclick-replay-single-mt-rated.npf +0 -270
  40. npf-2.0.3/modules/fastclick-replay-single-multitrace-tmp.npf +0 -269
  41. npf-2.0.3/modules/fastclick-replay-single-pipeline.npf +0 -188
  42. npf-2.0.3/modules/fastclick-replay-single.npf +0 -174
  43. npf-2.0.3/modules/fastclick-udpgen-single.npf +0 -84
  44. npf-2.0.3/npf/expdesign/zltexp.py +0 -277
  45. npf-2.0.3/npf/version.py +0 -1
  46. {npf-2.0.3 → npf-2.0.4}/LICENSE +0 -0
  47. {npf-2.0.3 → npf-2.0.4}/MANIFEST.in +0 -0
  48. {npf-2.0.3 → npf-2.0.4}/README.md +0 -0
  49. {npf-2.0.3 → npf-2.0.4}/cluster/localhost.node +0 -0
  50. {npf-2.0.3 → npf-2.0.4}/modules/__init__.py +0 -0
  51. {npf-2.0.3 → npf-2.0.4}/modules/cpufreq-script-half.npf +0 -0
  52. {npf-2.0.3 → npf-2.0.4}/modules/cpufreq-script.npf +0 -0
  53. {npf-2.0.3 → npf-2.0.4}/modules/cpufreq.npf +0 -0
  54. {npf-2.0.3 → npf-2.0.4}/modules/cpuload.npf +0 -0
  55. {npf-2.0.3 → npf-2.0.4}/modules/dev_channels.npf +0 -0
  56. {npf-2.0.3 → npf-2.0.4}/modules/dev_irq_affinity.npf +0 -0
  57. {npf-2.0.3 → npf-2.0.4}/modules/dev_pause.npf +0 -0
  58. {npf-2.0.3 → npf-2.0.4}/modules/dev_rate.npf +0 -0
  59. {npf-2.0.3 → npf-2.0.4}/modules/dpdk-bind.npf +0 -0
  60. {npf-2.0.3 → npf-2.0.4}/modules/droptcpsock.npf +0 -0
  61. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-echo.npf +0 -0
  62. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-rcv.npf +0 -0
  63. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-dual.npf +0 -0
  64. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-quad.npf +0 -0
  65. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-mt.npf +0 -0
  66. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-single-multitrace.npf +0 -0
  67. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-txonly-mt.npf +0 -0
  68. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-replay-vmdq-quad.npf +0 -0
  69. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-dual.npf +0 -0
  70. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-dual.npf +0 -0
  71. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-quad.npf +0 -0
  72. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-single-multiclient.npf +0 -0
  73. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-latency-single.npf +0 -0
  74. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-quad.npf +0 -0
  75. {npf-2.0.3 → npf-2.0.4}/modules/fastclick-udpgen-snd.npf +0 -0
  76. {npf-2.0.3 → npf-2.0.4}/modules/graph-beautiful.npf +0 -0
  77. {npf-2.0.3 → npf-2.0.4}/modules/load.npf +0 -0
  78. {npf-2.0.3 → npf-2.0.4}/modules/load2.npf +0 -0
  79. {npf-2.0.3 → npf-2.0.4}/modules/netmap-bind.npf +0 -0
  80. {npf-2.0.3 → npf-2.0.4}/modules/nginx.npf +0 -0
  81. {npf-2.0.3 → npf-2.0.4}/modules/perf-functions.npf +0 -0
  82. {npf-2.0.3 → npf-2.0.4}/modules/perf-stat.npf +0 -0
  83. {npf-2.0.3 → npf-2.0.4}/modules/pktgen.npf +0 -0
  84. {npf-2.0.3 → npf-2.0.4}/modules/reframer.npf +0 -0
  85. {npf-2.0.3 → npf-2.0.4}/modules/snort.npf +0 -0
  86. {npf-2.0.3 → npf-2.0.4}/modules/trex.npf +0 -0
  87. {npf-2.0.3 → npf-2.0.4}/modules/waitcon.npf +0 -0
  88. {npf-2.0.3 → npf-2.0.4}/modules/wrk-multins.npf +0 -0
  89. {npf-2.0.3 → npf-2.0.4}/modules/wrk-nsdelay.npf +0 -0
  90. {npf-2.0.3 → npf-2.0.4}/modules/wrk.npf +0 -0
  91. {npf-2.0.3 → npf-2.0.4}/modules/wrk2.npf +0 -0
  92. {npf-2.0.3 → npf-2.0.4}/npf/__init__.py +0 -0
  93. {npf-2.0.3 → npf-2.0.4}/npf/cluster/__init__.py +0 -0
  94. {npf-2.0.3 → npf-2.0.4}/npf/cluster/nic.py +0 -0
  95. {npf-2.0.3 → npf-2.0.4}/npf/executor/__init__.py +0 -0
  96. {npf-2.0.3 → npf-2.0.4}/npf/executor/executor.py +0 -0
  97. {npf-2.0.3 → npf-2.0.4}/npf/executor/localexecutor.py +0 -0
  98. {npf-2.0.3 → npf-2.0.4}/npf/expdesign/__init__.py +0 -0
  99. {npf-2.0.3 → npf-2.0.4}/npf/expdesign/optimexp.py +0 -0
  100. {npf-2.0.3 → npf-2.0.4}/npf/expdesign/randomexp.py +0 -0
  101. {npf-2.0.3 → npf-2.0.4}/npf/globals.py +0 -0
  102. {npf-2.0.3 → npf-2.0.4}/npf/models/__init__.py +0 -0
  103. {npf-2.0.3 → npf-2.0.4}/npf/models/dataset.py +0 -0
  104. {npf-2.0.3 → npf-2.0.4}/npf/models/notebook/__init__.py +0 -0
  105. {npf-2.0.3 → npf-2.0.4}/npf/models/notebook/notebook.py +0 -0
  106. {npf-2.0.3 → npf-2.0.4}/npf/models/series.py +0 -0
  107. {npf-2.0.3 → npf-2.0.4}/npf/models/units.py +0 -0
  108. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/CoVariable.py +0 -0
  109. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/DictVariable.py +0 -0
  110. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/ExpandVariable.py +0 -0
  111. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/HeadVariable.py +0 -0
  112. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/IfVariable.py +0 -0
  113. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/ListVariable.py +0 -0
  114. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/RandomVariable.py +0 -0
  115. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/RangeVariable.py +0 -0
  116. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/SimpleVariable.py +0 -0
  117. {npf-2.0.3 → npf-2.0.4}/npf/models/variables/__init__.py +0 -0
  118. {npf-2.0.3 → npf-2.0.4}/npf/osutils.py +0 -0
  119. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/__init__.py +0 -0
  120. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/colors.py +0 -0
  121. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/graph_choice.py +0 -0
  122. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/graphdata.py +0 -0
  123. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/__init__.py +0 -0
  124. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/plots/heatmap.py +0 -0
  125. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/series_to_graph.py +0 -0
  126. {npf-2.0.3 → npf-2.0.4}/npf/output/graph/variable_to_series.py +0 -0
  127. {npf-2.0.3 → npf-2.0.4}/npf/output/notebook/__init__.py +0 -0
  128. {npf-2.0.3 → npf-2.0.4}/npf/output/notebook/notebook.py +0 -0
  129. {npf-2.0.3 → npf-2.0.4}/npf/output/transform/__init__.py +0 -0
  130. {npf-2.0.3 → npf-2.0.4}/npf/output/transform/pandas.py +0 -0
  131. {npf-2.0.3 → npf-2.0.4}/npf/output/transform/result_as_variable.py +0 -0
  132. {npf-2.0.3 → npf-2.0.4}/npf/output/web/__init__.py +0 -0
  133. {npf-2.0.3 → npf-2.0.4}/npf/output/web/web.py +0 -0
  134. {npf-2.0.3 → npf-2.0.4}/npf/parsing.py +0 -0
  135. {npf-2.0.3 → npf-2.0.4}/npf/repo/__init__.py +0 -0
  136. {npf-2.0.3 → npf-2.0.4}/npf/repo/factory.py +0 -0
  137. {npf-2.0.3 → npf-2.0.4}/npf/repo/repository.py +0 -0
  138. {npf-2.0.3 → npf-2.0.4}/npf/tests/__init__.py +0 -0
  139. {npf-2.0.3 → npf-2.0.4}/npf/tests/build.py +0 -0
  140. {npf-2.0.3 → npf-2.0.4}/npf/tests/eventbus.py +0 -0
  141. {npf-2.0.3 → npf-2.0.4}/npf/tests/main.py +0 -0
  142. {npf-2.0.3 → npf-2.0.4}/npf/tests/module.py +0 -0
  143. {npf-2.0.3 → npf-2.0.4}/npf/tests/pypost.py +0 -0
  144. {npf-2.0.3 → npf-2.0.4}/npf/tests/regression.py +0 -0
  145. {npf-2.0.3 → npf-2.0.4}/npf/tests/remote_params.py +0 -0
  146. {npf-2.0.3 → npf-2.0.4}/npf/tests/section.py +0 -0
  147. {npf-2.0.3 → npf-2.0.4}/npf/tests/test_driver.py +0 -0
  148. {npf-2.0.3 → npf-2.0.4}/npf/tests/variable.py +0 -0
  149. {npf-2.0.3 → npf-2.0.4}/npf.egg-info/dependency_links.txt +0 -0
  150. {npf-2.0.3 → npf-2.0.4}/npf.egg-info/entry_points.txt +0 -0
  151. {npf-2.0.3 → npf-2.0.4}/npf.egg-info/top_level.txt +0 -0
  152. {npf-2.0.3 → npf-2.0.4}/npf.py +0 -0
  153. {npf-2.0.3 → npf-2.0.4}/npf_regress.py +0 -0
  154. {npf-2.0.3 → npf-2.0.4}/npf_watch.py +0 -0
  155. {npf-2.0.3 → npf-2.0.4}/repo/__init__.py +0 -0
  156. {npf-2.0.3 → npf-2.0.4}/repo/click-2017.repo +0 -0
  157. {npf-2.0.3 → npf-2.0.4}/repo/click-2021.repo +0 -0
  158. {npf-2.0.3 → npf-2.0.4}/repo/click-2022.repo +0 -0
  159. {npf-2.0.3 → npf-2.0.4}/repo/click-dpdk.repo +0 -0
  160. {npf-2.0.3 → npf-2.0.4}/repo/click.repo +0 -0
  161. {npf-2.0.3 → npf-2.0.4}/repo/daq.repo +0 -0
  162. {npf-2.0.3 → npf-2.0.4}/repo/dpdk-test.repo +0 -0
  163. {npf-2.0.3 → npf-2.0.4}/repo/dpdk.repo +0 -0
  164. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-debug.repo +0 -0
  165. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-dumpaccel.repo +0 -0
  166. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light-debug.repo +0 -0
  167. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light-utime.repo +0 -0
  168. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-light.repo +0 -0
  169. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc-fp.repo +0 -0
  170. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc-nofp.repo +0 -0
  171. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch-nozc.repo +0 -0
  172. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nobatch.repo +0 -0
  173. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-nofp.repo +0 -0
  174. {npf-2.0.3 → npf-2.0.4}/repo/fastclick-utime.repo +0 -0
  175. {npf-2.0.3 → npf-2.0.4}/repo/fastclick.repo +0 -0
  176. {npf-2.0.3 → npf-2.0.4}/repo/haproxy.repo +0 -0
  177. {npf-2.0.3 → npf-2.0.4}/repo/iperf-rsspp.repo +0 -0
  178. {npf-2.0.3 → npf-2.0.4}/repo/iperf.repo +0 -0
  179. {npf-2.0.3 → npf-2.0.4}/repo/iperf2-git.repo +0 -0
  180. {npf-2.0.3 → npf-2.0.4}/repo/iperf2.repo +0 -0
  181. {npf-2.0.3 → npf-2.0.4}/repo/iptables.repo +0 -0
  182. {npf-2.0.3 → npf-2.0.4}/repo/local.repo +0 -0
  183. {npf-2.0.3 → npf-2.0.4}/repo/metron.repo +0 -0
  184. {npf-2.0.3 → npf-2.0.4}/repo/middleclick.repo +0 -0
  185. {npf-2.0.3 → npf-2.0.4}/repo/netmap.repo +0 -0
  186. {npf-2.0.3 → npf-2.0.4}/repo/netperf.repo +0 -0
  187. {npf-2.0.3 → npf-2.0.4}/repo/openbox.repo +0 -0
  188. {npf-2.0.3 → npf-2.0.4}/repo/perf-class.repo +0 -0
  189. {npf-2.0.3 → npf-2.0.4}/repo/rsspp.repo +0 -0
  190. {npf-2.0.3 → npf-2.0.4}/repo/snf.repo +0 -0
  191. {npf-2.0.3 → npf-2.0.4}/repo/snort-dpdk.repo +0 -0
  192. {npf-2.0.3 → npf-2.0.4}/repo/snort.repo +0 -0
  193. {npf-2.0.3 → npf-2.0.4}/repo/suricata.repo +0 -0
  194. {npf-2.0.3 → npf-2.0.4}/repo/wrk-tbarbette.repo +0 -0
  195. {npf-2.0.3 → npf-2.0.4}/repo/wrk.repo +0 -0
  196. {npf-2.0.3 → npf-2.0.4}/repo/wrk2-tbarbette.repo +0 -0
  197. {npf-2.0.3 → npf-2.0.4}/repo/wrk2.repo +0 -0
  198. {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
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 [![CI](https://github.com/tbarbette/npf/actions/workflows/ci.yml/badge.svg)](https://github.com/tbarbette/npf/actions/workflows/ci.yml) [![CodeQL](https://github.com/tbarbette/npf/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/tbarbette/npf/actions/workflows/codeql-analysis.yml)
49
50
  =============================