`
netcome
  • 浏览: 475623 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

sIEve帮助文档

阅读更多

 

sIEve

sIEve is a project to get rid of memory leaks due to some limitations of the garbage collector in Internet Explorer. Executing AJAX kind of applications (like Cordys Explorer) will stress the browser heavily. Internet Explorer is not very strong in Memory Management. With other words; It is very easy to introduce serious memory leaks in Internet Explorer by executing JavaScript and DHTML manipulation.

Main Dialog

Back: Going back in browser history (not yet tested)

previous: Going forward in browser history (not yet tested)

Adress: The URL to Navigate (Last visited URL will be kept in Registry and will be restored when you restart sIEve

GO: Navigate to the URL in Address field. (Also the default button if you press 'Enter')

about:blank: unloads the current page. giving a blank screen. This is extremely usefull to find leaks after page is unloaded. If you press the Show in Use button after pressing the about:blank button then you see all the real leaks (DOM elements which are not freed or garbage collected by IE.

IE Browser control: In this area the webpage’s will be loaded and shown.

Auto Refresh: The current URL will be automatically refreshed. In the memory samples list and graph you can observe if there are still leaks in your application. The ‘Auto Refresh’ button will change into ‘Stop’ to cancel the auto refesh mode.

Clear in use: The current list of registered DOM elements in use will be cleared. Actually the Items will be hidden from the ‘Elements in Use’ Dialog.

Show in use: A (modeless) dialog will be opened to show all DOM elements currently in use. If the dialog was already open the list on the dialog will be refreshed. Elements which are cleared from the list by usage of the ‘Clear in Use’ button will not be showed again unless there is an increase in the number of references to the particular hidden elements. (IE when the elements refcounter is increased, in fact it is a new element in use which can cause a leak. The Dialog Stays open so you can press again and again the ‘Show In use’ button. The dialog also contains the same ‘Clear inUse / show in use / show leaks’ buttons. The buttons on that dialog has the same functionality as their counterparts on the main dialog.

Show Leaks: A (modeless) dialog will be opened to show all known leaks until now. Old leaks will remain on the list and never cleared. However you can distinghish new leaks form old leaks. (Colors and document id’s are used to distinguish)

Memory Samples List: This list will contain the last known (200) memory samples. The VM size (virtual memory) is reported in the list. Pressing the ‘Go’ button or the ‘Auto Refresh’ button will clear the memory samples list. Green lines indcates memory reduction; Red lines indicates increase; Black lines indicates no change in memory usage since previous sample.

Usage: Working Set size of physical used memory in Kilobytes (KB)

Delta: Difference in memory usage since previous sample in Kilobytes (KB)

Avg: The average of Delta’s in Kilobytes (KB). Notice that this figure only gives some indication. Big fluctuations in memory usage can give unpredictable results.

#inUse: The actual number of registered DOM Elements by the sIEve tool.

#hidden: The actual number of hidden DOM Elements from the list due to usage of the ‘Clear in Use’ button

Memory Samples History: A graph showing all values from the ‘Usage’ column in the memory Samples List. However this graph will never be cleared. (So take care ‘sIEve’ has a (relative) small memory leak due to the unlimited size of the history.

Slow/Fast/Paused: The update speed of the Memory Samples History Graph and List. Slow = 5 seconds; Fast = 1 Second; Paused = no updates;

Help: Opens new IE Browser window with help information.

Log Defect: Opens new IE Browser window where you can log any issue (Don’t forget to log-in or specify your name, that will be easier for giving feedback by the developers of the tool.

Elements in Use / Leaks Dialog

This dialog will be shared for 2 functions: Showing all elements in use and showing all known leaks. The dialog is modeless you can keep it open. Red lines means that the item is new in the list since previous report; Blue lines means that the Element is not new in the list but the reference counter is increased since last report. Green lines means that the element is freed (Refs = 0) (However currently this feature is not used since freed elements will just be removed from the list)

List Control: Showing Elements with a number of properties per element. You can sort the list on any column (except the OuterHTML column is not sortable)

#: Auto generated Sequence number of registered element

doc: Auto generated Sequence number of registered (owner) document of the particular element. This is useful to view and distinguish leaks of several runs of the same URL.

URL: Source url of the element

Refs: Number of references to the DOM Element.

Tag: The DOM node name of the registered DOM Element

ID: The DOM id property value

Orphan: if the value in this column is “Yes” then the element is not attached to the document.body. IE then it is a orphan node. In IE this Elements can leak as well so special care should be taken on this kinds of elements. For example clearing/setting the innerHTML of orphan nodes will cause pseudo leaks. Also orphan nodes will not fire ‘onpropertychange’ events.

Leak: If the element is a know leak then the value in this column is ‘Yes’. This is only possible in combination with Running Document = “No” (the next column)

Running: Indicates if a document is running. As soon a webpage will exit

outerHTML: Showing the outer HTML. (limited to 200 bytes to avoid memory blow up of sIEve)

Address: Currently not used (was used for low level memory allocs, which feature is currently disabled In sIEve)

Size: Currently not used (was used for low level memory allocs, which feature is currently disabled In sIEve)

properties: Opens a new modal dialog showing all the (expando) properties of the DOM element.

Clear in Use: Same as in main dialog

Show in Use: Same as in main dialog

Show Leaks: Same as in main dialog

Copy: Copy list into clipboard

# Items: Number of items showed in the list

New Item: A red line means: First time the items is showed in the list; If you do some actions in the webpage and you press again the ‘Show in Use’ button then all the existing elements in the list become black and all the new elements in use are reported in red.

No change: A black line means there is no change since previous report

Increased refcount: A blue line means: Item is not new but the reference count to the element in increased since previous report

Decreased refcount: A green line means: Item is not new but the reference count to the element in decreased since previous report

Close: Hide the dialog (can be opened again) 

 

分享到:
评论

相关推荐

    sieve性能测试工具

    Sieve测试工具对于网络设备制造商、数据中心管理员以及研究人员来说,具有重要的价值,因为它可以帮助他们理解并优化他们的网络基础设施。 在深入探讨Sieve之前,我们先来了解下什么是VPP(Vector Packet ...

    ExtJS内存调试工具 sIEve

    1. **安装与启动**:下载并安装sIEve-0.0.8.exe文件,然后在运行中的IE浏览器中启动该工具。 2. **捕获快照**:在关键操作点(如页面加载、用户交互或特定功能执行后)捕获内存快照。 3. **对比分析**:对比不同...

    sIEve-0.0.8.rar

    "sIEve-0.0.8.rar" 这个文件名表明我们正在处理一个名为 "sIEve" 的工具的版本 0.0.8,该工具被压缩在RAR格式的文件中。RAR是一种常见的压缩格式,用于集合多个文件或文件夹到一个单一的可下载包中,便于存储和传输...

    sIEve IE内存泄露监控

    1. **启动sIEve**:运行`sIEve-0.0.8.exe`,这个可执行文件包含了工具的所有功能。 2. **加载网页**:通过内置的浏览器控件输入或粘贴要测试的网页URL。 3. **监控内存**:开始浏览网页,sIEve会开始记录内存使用...

    sIEve-0.0.8(IE Sieve_检测IE内存泄露情况)

    sIEve-0.0.8是一款专为解决IE内存泄露问题而设计的工具,它的主要目标是帮助开发者和用户检测并定位IE的内存泄露情况。 内存泄露通常发生在程序错误地分配和释放内存时。对于像IE这样的浏览器,它会加载各种网页和...

    sIEve-0.0.8-javascript内存泄漏检测工具

    1. 下载并安装sIEve-0.0.8.exe,这是一个可执行文件,用于运行内存泄漏检测。 2. 启动sIEve,并加载需要检测的JavaScript应用程序或网页。 3. 监控应用程序的运行过程,sIEve会记录内存使用情况。 4. 当发现内存使用...

    IE内存泄露分析工具:sIEve/Drip

    sIEve和Drip是独立的工具,但它们都致力于帮助开发者定位和解决IE浏览器中的内存管理问题。 sIEve是一款小巧的、免费的Windows应用程序,它能够监测和分析IE浏览器的内存使用情况。该工具可以记录IE在运行过程中...

    sIEve-0.0.8

    8. **持续监控**:除了sIEve这样的工具,开发人员还可以使用其他的内存分析工具,如Chrome DevTools,Firefox Developer Tools等,它们提供了丰富的功能,帮助开发者在开发和测试阶段发现并修复内存问题。...

    IE内存监控sIEve-0.0.8

    压缩包内的文件 "sIEve-0.0.8.exe" 很可能是sIEve工具的可执行程序,用户下载后可以直接运行。这个.exe文件通常包含了软件的所有功能代码,用户只需双击即可启动内存监控过程。 **相关知识点详解:** 1. **内存...

    sieve:适用于JAVA的快速API网关

    1. **集成Sieve**: 将Sieve的依赖添加到你的Maven项目中,通过POM.xml文件配置相关依赖。 2. **配置API规则**: 在Sieve配置文件中定义API路由规则,指定请求如何被转发到后端服务。 3. **启动Sieve**: 运行Sieve的...

    浏览器内存监测工具(Drip,sIEve,JSLeaksDetector)

    浏览器内存监测工具是开发者在优化Web应用性能时不可或缺的辅助工具,它们可以帮助识别和解决内存泄漏问题,提高网页和Web应用程序的稳定性和效率。本文将详细介绍三款知名的内存监测工具:Drip、sIEve和...

    Python库 | primesieve-0.1.2-cp35-none-win32.whl

    Python库是开发者在编程时经常会用到的工具,它们提供了丰富的功能,可以帮助程序员高效地完成各种任务。在本文中,我们将深入探讨一个名为"primesieve"的Python库,其版本为0.1.2,并且是专为Python 3.5编译的win32...

    PyPI 官网下载 | django_sieve-1.0.0.tar.gz

    然后,在视图函数中,`django_sieve`可以帮助你处理用户提交的过滤和排序请求。例如,你可以创建一个查询集并应用过滤器: ```python from django.shortcuts import get_object_or_404 from django_sieve.filters ...

    Sieve-of-Eratosthenes-.zip_python Eratosthenes

    此外,还可以深入学习Python的科学计算库,如NumPy或Pandas,它们提供了高效处理大量数值的工具,对实现大规模的质数筛选有帮助。 总之,这个主题涵盖了Python编程基础、算法设计和数值处理,对于提升编程技能和...

    MP3 Sieve-开源

    MP3 Sieve 出现就是为了帮助用户筛选出这些重复或质量较低的MP3文件,从而保持音乐库的整洁和高效。 这个工具的核心功能在于比较音乐文件的元数据,比如艺术家、专辑、歌曲名等,以及可能存在的音频指纹,以识别...

    IE 内存检测工具

    sIEve能帮助开发者识别哪些对象或脚本导致了内存占用的异常增长。使用方法通常是启动sIEve,然后在IE浏览器中打开待测试的网页,当怀疑出现内存泄漏时,sIEve会显示相关的泄漏信息,包括泄漏对象的类型、大小以及...

    libksieve:管理Sieve支持的库

    libksieve库则为这些功能提供了底层支持,帮助开发者构建与Sieve兼容的邮件管理系统。 库的实现通常包括以下组件: 1. **解析器**: 解析Sieve脚本,将其转换为可执行的指令。这涉及到语法分析,理解Sieve的语法...

    sieve-of-Eratosthenes.rar_JAVA埃氏筛法

    “sieve-of-Eratosthenes.rar_JAVA埃氏筛法”这个标题提到了一个经典的算法——埃氏筛法(Sieve of Eratosthenes),并且指出这是用Java语言实现的。埃氏筛法是一种用于找出指定范围内所有素数的有效方法,特别适合...

    IE Leak Detector (Drip/IE Sieve)-开源

    为了充分利用Drip,开发者需要将这个文件包含到他们的项目中,并按照文档或示例进行配置和调用。 总结来说,Drip/IE Sieve是一个强大的开源工具,它为Web开发者提供了一个有效检测和修复Internet Explorer内存泄漏...

    drozer相关的sieve,drozer-2.4.4.win32,drozer-agent-2.3.4

    4. **文件系统探索**:遍历设备文件系统,查找敏感文件和隐藏数据。 5. **系统服务探测**:枚举并交互系统服务,发现可能的安全漏洞。 6. **权限绕过**:尝试绕过权限限制,访问受保护的功能。 7. **漏洞利用**:...

Global site tag (gtag.js) - Google Analytics