今晚技术分享会,研发GG说了几项很有用的工具,很感兴趣,记录下先:
1、数据库分析报表:
ORACLE AWR报告,需要DBA权限
2、JAVA分析工具:JProfiler 9 可以分析JAVA代码执行效率与资源消耗分析、调用的SQL的执行效率等
http://www.ej-technologies.com/index.html
3、curl 通过命令行或者脚本进行数据调用,即向各种协议传输数据,一般用以在编程过程中造测试数据
https://curl.haxx.se/
免费开源的工具:https://github.com/curl/curl
4、xmllint 命令行XML工具
http://xmlsoft.org/xmllint.html
解析一个或者多个XML文件,然后根据选项可以获得多种不同类型的输出。可以进行XML解析以及校验XML代码的错误
语法:
xmllint [[--version] | [--debug] | [--shell] | [--debugent] | [--copy] | [--recover] | [--noent] | [--noout] | [--nonet] | [--htmlout] | [--nowrap] | [--valid] | [--postvalid] | [--dtdvalid URL] | [--dtdvalidfpi FPI] | [--timing] | [--output file] | [--repeat] | [--insert] | [--compress] | [--html] | [--xmlout] | [--push] | [--memory] | [--maxmem nbbytes] | [--nowarning] | [--noblanks] | [--nocdata] | [--format] | [--encode encoding] | [--dropdtd] | [--nsclean] | [--testIO] | [--catalogs] | [--nocatalogs] | [--auto] | [--xinclude] | [--noxincludenode] | [--loaddtd] | [--dtdattr] | [--stream] | [--walker] | [--pattern patternvalue] | [--chkregister] | [--relaxng] | [--schema] | [--c14n]] [xmlfile]