boardrider
boardrider

Reputation: 6185

Options for systat (iostat/sar) in cygwin?

Going through cygwin's search, I cannot find linux sysstat apps (e.g., iostat or sar).
Searching the web, I found some old messages of people unsuccessfully trying to compile sysstat from source on cygwin.

Has anyone succeeded in adding sysstat apps to cygwin?

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

Upvotes: 1

Views: 1932

Answers (1)

user1050755
user1050755

Reputation: 11691

in cygwin bash under Windows 10+:

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

Not exactly the same, but gives you access to all Windows performance counters.

Upvotes: 0

Related Questions