1

通过cygwin 的搜索,我找不到 linux sysstat 应用程序(例如 iostat 或 sar)。
在网上搜索,我发现一些旧消息是有人尝试从 cygwin 上的源代码编译 sysstat 失败。

有没有人成功地将 sysstat 应用程序添加到 cygwin?

环境:
CYGWIN_NT-6.1 t43 1.7.22(0.268/5/3) 2013-07-22 17:06 i686 Cygwin
on Windows 7

4

1 回答 1

0

在 Windows 10+ 下的 cygwin bash 中:

powershell -Command "& {Get-Counter -Counter '\processor(_total)\% processor time' -Continuous}"

不完全相同,但允许您访问所有 Windows 性能计数器。

于 2022-02-14T00:04:33.083 回答