Thread Dump Analysis Generation Techniques - Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 12

  • @soumyakumarsahoo2042
    @soumyakumarsahoo2042 7 ปีที่แล้ว

    Thanks a lot Pierre.It helps a lot for those who never granted any access for production environment or analise before any dump.wish i see this article 1 year before.

  • @logeshshanmugam8729
    @logeshshanmugam8729 8 ปีที่แล้ว

    Excellent tutorial..!! the way explaining concepts it very clear and easy understandable.

  • @anbujeev1
    @anbujeev1 5 ปีที่แล้ว

    Very useful for beginners. appreciated. thanks for the tutorial.

  • @logeshshanmugam8729
    @logeshshanmugam8729 8 ปีที่แล้ว

    it would be helpful if you teach internal architecture about the WebLogic.

  • @solaprudhvi2232
    @solaprudhvi2232 4 ปีที่แล้ว

    what are the commands if we we want to do same for node process

    • @PierreHuguesCharbonneau
      @PierreHuguesCharbonneau  4 ปีที่แล้ว

      Hi Sola, can you please briefly explain your env. e.g. is your Java process running inside a container (ex: Docker, cri-o) or traditional middleware/VM?

    • @solaprudhvi2232
      @solaprudhvi2232 4 ปีที่แล้ว

      @@PierreHuguesCharbonneau
      Hi Pierre, There is server running and there are many process running on that server we will use jstack -l process_id for knowing heap dump of java process,similarly is there any command to know about node process running on server

    • @PierreHuguesCharbonneau
      @PierreHuguesCharbonneau  4 ปีที่แล้ว

      For Node.js, you can simply run the "ps -ef | grep node" command to see Node processes running. Troubleshooting of Node.js is different approach & tools however vs. Java/JVM

    • @solaprudhvi2232
      @solaprudhvi2232 4 ปีที่แล้ว

      @@PierreHuguesCharbonneau yes,I want to know how to teoubleshoot for node processes

    • @PierreHuguesCharbonneau
      @PierreHuguesCharbonneau  4 ปีที่แล้ว

      I am away right now but will send you a couple useful resources tomorrow on how to troubleshoot Node.js processes etc. Please share the version of Node you are using for now, thanks