저는 애플 스크립트를 작성했습니다. 보통 터미널에서 실행하지만 여러분에게 맞는 다른 사용 편의성을 위해 쉽게 수정할 수 있습니다. 출력 창 / 탭, 제목, 사용 된 메모리, 긴 문자열이 줄어든 시작 ... 끝 표시
메모리 크기를 얻으려면 위의 여러 게시물에 의해 자세히 설명 된 프로세스 ID를 보여주는 탭이 필요합니다. 파일의 주석에 표시된 osascript를 통해 스크립트를 실행하는 기능을 사용합니다.
예:
Window/Tab: Window Title MemoryUse @ URL (may be missing on old tabs, swap window and many will change)
2/1:Javascript - DEV Community 👩👩💻 [WP 72069] [WP 84642] [WP 9351] 14M+ @ missing value
2/2:11 must-see TED Talks | TED Talks [WP 72071] [WP 84643] [WP 9352] 13M+ @ missing value
2/3:Folk Show: Episode 69 by Folk Radio | Mixcloud [WP 84644] [WP 9353] 13M+ @ missing value
2/4:heat exchanger extractor fan kitche...e Search [WP 84645] [WP 9354] 13M+ @ missing value
2/5:Fral Flipperdry 300 portable domest...midifier [WP 84646] [WP 9355] 13M+ @ missing value
2/6:DRI-365 for Homeowners [WP 84647] [WP 9356] 14M+ @ missing value
2/7:Cart - Ventilation Megastore [WP 7302] [WP 9357] 13M+ @ missing value
2/8:boulder DHV-20B preheat power - Google Search [WP 7357] [WP 9358] 13M+ @ missing value
2/9:osascript updating script file - Google Search [WP 8935] [WP 9359] 13M+ @ missing value
2/10:osx lion - Prevent an AppleScript s...ts - Stack Overflow [WP 9360] 81M+ @ /programming/9487...dification-date-when-using
^^^^^^^^^^^^^^^ above is window 2 Active tab 10
1/1:RouterOS -> WPMikroTik -> Interface Traffic Graphing [WP 9361] 87M+ @ http://192.168.88.1/graphs/iface/wlan2/
1/2:Decrypting TLS Browser Traffic With...| Red Flag Security [WP 9362] 86M+ @ https://redflagsecurity.net/2019/03/10/decrypting-tls-wireshark/
1/3:"Show Web Process IDs in Page Title" bug - Google Search [WP 10201] 98M+ @ https://www.google.com/search?client=saf...e%22+bug&ie=UTF-8&oe=UTF-8
1/4:Has anyone figured out how to ident...s? - Ask Different [WP 10202] 202M+ @ https://apple.stackexchange.com/question...-of-each-separate-safari-w
^^^^^^^^^^^^^^^ above is window 1 Active tab 4
Window/Tab: Window Title MemoryUse @ URL (may be missing on old tabs, swap window and URL info will change)
EXPLANATION: Front-most window is 1, last listed. Next window back, if any, will be 2, etc.
Left most TAB is 1/1, right most 1/4, probably the most recent.
참고 이 페이지와 자신의 제목의 캐시 제목에 PID 0 이상 1 이상이 발생할 수 있습니다 Safari에서 몇 가지 버그 (적어도 11.1.2)는, 자바 스크립트 페이지가 캐시에서 2 오래된 참조가 있지만 스크립트는 소요 마지막, 현재, PID. Safari에서 URL을로드하지 않으면 프로세스가 더 작아지고 URL 문자열이 누락됩니다.
관심이 있다면 PM을 남겨주세요. github에 넣을 수 있습니다 ...