linux 中与 "xload" 类似的命令对于 os x 是什么?
What similar command to "xload" in linux will be for os x?
在 linux(我使用的是 Ubuntu 15.04)中,有一个随 X Window 系统一起提供的名为 xload 的小程序,它显示一个表示系统负载的图表。我可以通过在命令行中输入以下内容来执行这个程序:xload。我在 mac 的命令行中尝试了 xload。但是它说 "command not found" 我的问题是 "What command, which is similar to xload in linux, should I use in command line for Mac OS X (El Capitan)"?
我不确定您是否需要窗口应用程序。假设是,那么试试
open -a "Activity Monitor"
在 linux(我使用的是 Ubuntu 15.04)中,有一个随 X Window 系统一起提供的名为 xload 的小程序,它显示一个表示系统负载的图表。我可以通过在命令行中输入以下内容来执行这个程序:xload。我在 mac 的命令行中尝试了 xload。但是它说 "command not found" 我的问题是 "What command, which is similar to xload in linux, should I use in command line for Mac OS X (El Capitan)"?
我不确定您是否需要窗口应用程序。假设是,那么试试
open -a "Activity Monitor"