Join Nostr
2023-08-25 09:47:31 UTC

nostr_dev on Nostr: pidstat --human -r -p <pid_here> 20 128 间隔20秒种,输出指定进程ID的CPU ...

pidstat --human -r -p <pid_here> 20 128

间隔20秒种,输出指定进程ID的CPU 内存使用情况,重复执行128次

非常简易的检测进程内容使用情况的命令

发现了一个Go小工具的内存泄漏.