Seeing too many lsof can't identify protocol

后端 未结 3 1086
春和景丽
春和景丽 2021-01-01 12:58


I have a Java process/app. When I run /usr/sbin/lsof -p on that java process, I see a lot of \"can\'t identify protocol\". Also, interestingly, File descriptors(FDs) a

3条回答
  •  醉梦人生
    2021-01-01 14:00

    Lsof prints can't identify protocol for half-open TCP/IP connections: https://idea.popcount.org/2012-12-09-lsof-cant-identify-protocol/

提交回复
热议问题