前端开发,经常遇到,开发模式下, 某个 Chrome/Console 因为代码或者 console 打的太多,整个浏览器卡死转圈圈 或者 VScode 某个 Typescript 项目编译出错,然后卡住
每次都得无奈等待,想问下有没有类似的小工具,可以监听这些 process,然后发现过高的,我就给它 kill 掉 如果没有的话,我就自己搞一个用
1 gyjmila 92 天前 同问 |
![]() | 2 leee41 92 天前 win+g 打开 xbox 的监控可看 |
![]() | 4 alphagg 92 天前 Windows 的话用 TrafficMonitor |
5 windmoonwind 92 天前 ![]() |
![]() | 6 opengps 92 天前 进程级别的,还真没看到,一般调试工具都是需要自己过滤出来 |
7 Alias4ck 92 天前 btop |
![]() | 8 seaswalker 92 天前 via Android 试试 processlasso ,碰到过一样的问题,idea 吃满 CPU 导致卡顿,用这个就好了 |
9 boogoogle OP @DoveAz 这个范围还是太大了,简单说我只想要看 chrome 的某个 tab 的,类似于 chrome 自己的任务管理器 而且很多时候,我会开多个 vscode,某个 vscode 窗口任务如果跑 node.js 的话,有时候也会卡住 我只想解决这两个问题 |
12 hwdq0012 92 天前 什么系统,windows 吗, 微软有个官方的运维工具 ProcessExplorer |
![]() | 13 jqknono 92 天前 System Informer https://systeminformer.com |
![]() | 14 litchinn 92 天前 浏览器自带的性能工具完全卡死用不了吗 |
![]() | 15 er567 92 天前 赞同 4 楼,Windows 的话用 TrafficMonitor macos 的用过 iStat Menus |
17 aiyolo 92 天前 同问一下,有什么软件可以记录 cpu 内存情况,方便后面出问题时复查 |
![]() | 20 shishiyi 92 天前 clances |
![]() | 23 iv8d 91 天前 via Android taskmgr |
![]() | 24 wzm5201314 89 天前 @boogoogle @windmoonwind 可以试试 mem reduct 这个开源内存管理工具。 |