Web服务技术提供了一种灵活且具有成本效益的范例,可以通过服务发现,组合和超后期绑定来构建高度动态的系统。 但是,其新功能给维护基于Web服务的系统带来了巨大压力。 基于大量测试结果,如何在系统中定位故障点是一项具有挑战性的任务。 本文提出了一种Web服务系统的二级诊断框架。 在服务单元级别,WSDL接口信息用于构造决策表。 在服务组合级别上,决策信息系统是通过综合使用流程规范和接口信息来构建的。 然后,采用粗糙集推理中的规则挖掘算法来揭示与服务或系统故障相关的输入情况。 还讨论了如何利用这些规则来定位Web服务系统中的故障。 另外,介绍了两种情况来验证我们方法的可行性和有效性。
2021-02-23 14:04:17 130KB Web services; debugging; association
1
debugme:R程序包的便捷调试
2021-02-05 15:10:24 983KB r debugging-tool RR
1
Epsagon Go追踪 该软件包为Go应用程序提供了跟踪功能,以收集的分布式跟踪和性能指标。 内容 安装 要安装Epsagon,只需运行: go get github.com/epsagon/epsagon-go 或使用dep : dep ensure -add github.com/epsagon/epsagon-go 用法 标记痕迹 您可以将自定义标签添加到跟踪中,以便于过滤和聚合。 在代码内添加以下调用: epsagon . Label ( "key" , "value" ) epsagon . Label ( "user_id" , user_id ) 您还可以使用它来发
2021-02-04 18:12:52 699KB debugging lambda monitoring aws-lambda
1
ArduinoTrace::notebook:一个简单的跟踪库,用于调试Arduino程序
2021-02-02 12:07:40 601KB debugging arduino esp8266 esp32
1
子宫 从终端添加AWS CloudWatch Logs的“最佳方法”。 抽象 Utern允许您在AWS CloudWatch Logs上跟踪来自多个日志组和日志流的日志事件。 每个结果均以颜色编码,以加快调试速度。 受到启发。 该查询是一个正则表达式,因此可以轻松过滤日志组名称和流名称,而无需指定确切名称。 如果删除了流,则将其从尾部删除;如果添加了新的流,则将自动将其尾部添加。 当一个日志组包含多个日志流时, Utern也可以拖尾所有日志流,而不必手动为每个日志流执行。 只需指定过滤器即可限制要显示的日志事件。 $ utern [options] log-group-query 很简单!! log-group-query是一个正则表达式,因此您可以提供“ web- \ w”来拖尾Web-后端和Web-前端日志组,但不提供Web-123。 产品特点 多个日志组并行拖尾正则表达式 多日志流并行拖尾正则表达式 七彩更快的调试 灵活的日期和时间解析器 人性化格式,即1h20m表示1小时20分钟前 完整的时间戳2019-01-02T03:04:05Z(RFC3339) 强大的内置过
2021-02-02 03:34:54 394KB go debugging golang aws
1
GDBFrontend是一个简单,灵活和可扩展的GUI调试器。 正在安装 要求 GDB => 8.2(使用python3) python3 多路复用器 PIP套件(Python Wheel) 您可以使用pip安装GDBFrontend。 python3 -m pip install gdbfrontend 或如果您想安装特定的GIT快照: python3 setup.py install 你可以跑 gdbfrontend Deb软件包(Debian / Ubuntu / KDE Neon) 您可以通过deb软件包为基于Debian的发行版安装GDBFrontend。 您可以从以下命令安装它: echo " deb [trusted=yes] https://oguzhaneroglu.com/deb/ ./ " | sudo tee -a /etc/apt/sources.list > /dev/null sudo apt update sudo apt install gdbfrontend 使用APT安装后,您将获得有关APT升级的新版本的更新。 您可以使用
2021-01-28 16:07:58 15.24MB c debugger debugging cpp
1
H3C交换机debugging命令入门使用介绍,debug调试命令。
2020-03-19 03:04:29 15KB H3C交换机
1
中文翻译 This file documents the GNU debugger GDB. This is the Tenth Edition, of Debugging with GDB: the GNU Source-Level Debugger for GDB (GDB) Version 8.1.90.20180814-git. Copyright © 1988-2018 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being “Free Software” and “Free Software Needs Free Documentation”, with the Front-Cover Texts being “A GNU Manual,” and with the Back-Cover Texts as in (a) below. (a) The FSF’s Back-Cover Text is: “You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom.”
2020-02-29 00:46:28 3.69MB debug
1
用来学习如何利用LLDB提升自己的debug能力。自制epub,便于用iBook查看
2020-01-03 11:37:59 187.18MB lldb 提升
1
The Art of Debugging with GDB, DDD and Eclipse.pdf
2019-12-21 22:21:59 5.38MB The Art of Debugging
1