首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 解析JMeter测试结果的Python模块

解析JMeter测试结果的Python模块

  • 资源大小:18.93 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: python JMeter JTL

资 源 简 介

python-jtl python-jtl provides a module called jtl which can be useful for parsing JMeter results (so called JTL files). JTL files can be either of XML or CSV (with or without the fieldnames) file format. jtl module supports both XML and CSV (with and without the fieldnames) file formats. The typical usage in general looks like this: ``` from jtl import create_parser parser = createparser("testresults.xml") for sample in parser.itersamples(): ... ``` Features Parses JMeter results (JTL) into the iterator of the results samples; Supports both XML and CSV (with and without fieldnames) file formats; Supports custom delimiter character (CSV only); Stores results samples in named tuples; Uses iterative XML parsing for better performance; Automatically detects the file format (XML or CSV).

文 件 列 表

python-jtl-0.1.0
PKG-INFO
setup.py
LICENSE.txt
CHANGES.txt
README.txt
tests
jtl.py
VIP VIP
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.179359s