Seeing too many lsof can't identify protocol

后端 未结 3 1103
春和景丽
春和景丽 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

    Maybe you observe bug in JVM 1.6 with leak of connections when you use SSL and hostname: http://bugs.sun.com/view_bug.do?bug_id=6745052

提交回复
热议问题