It looks like list-processes is no longer a command and instead it's ps.
This commit is contained in:
Andy Sterland 2019-11-22 17:10:39 -08:00 коммит произвёл Sung Yoon Whang
Родитель 16ae730912
Коммит 32f49ac31e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@ In order to collect traces using dotnet-trace, you will need to:
- On Windows, there are options such as using the task manager or the `tasklist` command on the cmd window.
- On Linux, the trivial option could be using `pidof` on the terminal window.
You may also use the command `dotnet-trace list-processes` command to find out what .NET Core processes are running, along with their process IDs.
You may also use the command `dotnet-trace ps` command to find out what .NET Core processes are running, along with their process IDs.
- Then, run the following command: