You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. For large multi-threaded applications, this would really help. I'll change the lsof command to the following:
$ lsof -M -P -n -K i
The -K i option is just a bit more direct and documented way to ignore threads based of the lsof manpage:
If -K is followed by a value, k, it must be "i". That causes lsof to ignore tasks, particularly in the default, list-everything case when no other options are specified.
I have made the change on my local copy and it will be fixed in the next LinuxKI release.
runtime on a large system for lsof exceeds 15 minutes.
In the past I often use the -c switch to reduce runtime
Would this switch still provide the required information for LinuxKI?
The text was updated successfully, but these errors were encountered: