Cygwin Install Procps
Cygwin パッケージマネージャーを導入してコマンドラインでパッケージをインストール出来るようにするメモ <導入方法> ①vmstat コマンドが入っている procps パッケージをインストールする. Is there a particular package I need to install for top as well? Matzeri's answer points to the search page The result is procps, which is the same name as the corresponding Cygwin package.
Install Cygwin
Open an cmd terminal as administrator, then:
cd .
mkdir cygwin64
Open a web browser to cygwin.com and download setup-x86_64.exe
to the C:cygwin64 directory.
Back in the cmd terminal, copy this:
Answer the following prompts as indicated:Should StrictModes be used? (yes/no)
-> nonew local account 'sshd'? (yes/no)
-> yesDo you want to install sshd as a service?
(Say 'no' if it is already installed as a service) (yes/no)
-> yesEnter the value of CYGWIN for the daemon: [ntsec]
-> press enter to confirmDo you want to use a different name? (yes/no)
-> noCreate new privileged user account 'CIRCLEcygwin_sshd' (Cygwin name: 'cygwin_sshd')? (yes/no)
-> yes
Now start the ssh daemon:cygrunsrv -S sshd
See my other guide Set up Apache, PHP, and MySQL (MariaDB) in Windows under Cygwin for setting up more services.