04 2021 档案
摘要:#1. TOP命令 top -Hp [pid] 例如: 如图,Threads代表了总的数量,31156是主进程,31163和31165是线程 #2. pstree Develop>pstree -p 31156 python(31156)-+-{python}(31163) `-{python}(3
阅读全文
摘要:#1、help信息 Develop>dirname --help Usage: dirname [OPTION] NAME... Output each NAME with its last non-slash component and trailing slashes removed; if N
阅读全文