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?
NET works well on their Linux distributions. Support is provided by those distributions. You can still open issues at dotnet/core if you run into problems.
Not supported on Linux The following properties of ProcessStartInfo aren't supported on Linux and throw PlatformNotSupportedException : PasswordInClearText , Domain , LoadUserProfile , Password .
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With