简体   繁体   中英

How to get memory details of internet explorer and Firefox tabs?

I need to see whether the tabs are idle and get memory details of each tab from C#/C++ or CI did it for Chrome as each tab has unique process.But how can I do this for Internet Explorer and Firefox tabs? I need to get memory used by each tab and identify the idle tabs as well.Please advice

You may be able to use the about: memory page in Firefox. However it may not be very easy to access externally. In recent Firefox versions I believe the about:memory page has the ability to dump memory information to a file. This would probably be a good start.

An alternate option would probably be to write a plugin or add on to accomplish your task.

Nicholas Nethercote has a great blog about memory related aspects of Firefox. It's hosted on blog.Mozilla.org. well worth a look for additional resources.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM