Friday, June 24, 2016

Troubleshoot Sudden CPU Spikes

Troubleshoot Sudden CPU Spikes

This type of sudden CPU spike usually happens because of two reasons:
  1. Repeated Full GCs
    1. Analyze the GC log file using Universal Garbage Collection Log Analyser (http://gceasy.io/)
    2. Capture Heap Dump and analyze the heap memory with Eclipse MAT
  2. Infinitely looping threads
    1. Take multiple CPU dump with the interval of 10 seconds
    2. Analyze using online tool http://fastthread.io/

Friday, June 17, 2016

Compiling and Deploying a CLR Assembly in .net

https://msdn.microsoft.com/en-us/library/ms254956(v=vs.80).aspx

Invoking DLL (C Runtime Library from Java)

The following example maps the printf function from the standard C library and calls it.

Download JNA
https://maven.java.net/content/repositories/releases/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar

Thursday, June 2, 2016

Preparation of TOGAF 9.1

A good article i came through which would really help me to prepare for TOGAF

http://togaf9part1.blogspot.com/

https://eavoices.com/2013/06/24/hitchhikers-guide-to-togaf-exam-preparation/