I run an asp.net core 3.0 application by dotnet app.dll
on Ubuntu 18.04.1 LTS.
I see 13 processes of my app. Why does it happen?
Asked
Active
Viewed 2,164 times
8

Сергей
- 607
- 1
- 7
- 16
1 Answers
13
The white value in the list are the main processes. The green values are the threads.
This will probably be easier to visually parse if you enable the tree view.
You can do this via F2
-> Display Options
-> Check Tree View
Also, from the Display Options
Menu, you can change or disable the appearance of threads.
Another stack overflow thread provides more detail here:
https://unix.stackexchange.com/questions/10362/why-does-htop-show-more-process-than-ps

Cameron Sanders
- 189
- 1
- 6