Mac OS terminal 查看內存使用情況的命令
在Mac OS里沒有free這個命令
top -l 1 | head -n 10 | grep PhysMem
PhysMem: 13G used (2648M wired), 2816M unused.
如果想看其他的top中的信息,可以這樣查詢
top -l 1 | head -n 10
Mac OS terminal 查看內存使用情況的命令
在Mac OS里沒有free這個命令
top -l 1 | head -n 10 | grep PhysMem
PhysMem: 13G used (2648M wired), 2816M unused.
如果想看其他的top中的信息,可以這樣查詢
top -l 1 | head -n 10
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。