Fenxi : A tool for performance engineers

What is Fenxi? The most difficult part of performance bench-marking and tuning is to analyze the huge amount of data collected from the machine statistics. Often times we may not be able to identify the bottleneck just from seeing the vmstat/iostat outputs. We need to correlate the data with previous runs to get a better perspective of what is ...

Java Read File Line by Line As String

Read file line by line as string. Make necessary changes to handle the exceptions sampleFile.txt this is sample file this is second line end of file Output this is sample file this is second line end of file

Installing Groovy

Installing Groovy
Download latest version of Groovy from http://docs.codehaus.org/display/GROOVY/Download Unzip groovy-binary-<version>.zip to C:\Groovy Set environment variable GROOVY_HOME as C:\Groovy Add C:\Groovy\bin to PATH variable Open a new cmd prompt and check groovy version groovy -version             Type groovyConsole in the cmd prompt to open a new groovy Console   Type your program and ...

Recruitment of Assistants : LIC

LICHFL (LIC Housing Finance Limited) has the following job openings. Eligibility criteria Graduate (with minimum 45% marks) Preference will be given to candidates having knowledge of computer operations. Age between 21-35 years (as on date of notification i.e 7.01.2013) Selection process will consist of a written test and Interview Important Dates Opening date of receiving ...

MALAVIYA NIT Jaipur Recruitment : Assistant Professor

Online applications are invited from Indian Nationals for filling up the posts of Assistant Professors in various departments of the Institute. For details of open and reserved posts, department-wise number of posts vacant and other information like qualification, experience etc. visit Institute website www.mnit.ac.in Online application process starts from 05/01/2013 and closes on 28/01/2013.   Apply online http://recruitment.mnit.ac.in/ ...

How can I become a Deputy Collector ?

It is a dream job for all the IAS aspirants in the state .The reason is that it is a short cut to IAS .After completion of 7 to 8 years of service they are promoted as IAS officers. Since it is a state level exam competition is less and those who know about Kerala got upper ...

Junior Court Assistant: Supreme court

Applications in prescribed form are invited from Indian citizens who fulfill the following essential qualifications and other eligibility condition as on 1.12.2012 for preparation of a panel for appointment to the post of Junior Court Assistant in the PB-1 Rs. 5200-20200/- with Grade Pay of Rs. 2800/- plus usual allowances (approximate Gross Salary with HRA – Rs. 25699/- ...

Project Fellow : JSS University Mysore

JSS UNIVERSITY,DEPARTMENT OF WATER AND HEALTH, Mysore Applications on plain paper including a brief bio-data are invited from the eligible candidates for the post of one Project Fellow to work in the project sanctioned and funded by the Department Science and Technology (DST), Govt. of India, New Delhi at the Department of Water and Health, JSS University, Mysore. ...

JVM Crash/Core Dump Analysis 1

JVM Crash/Core Dump Analysis
JVM CRASH  An application typically crashes when it performs an operation which is not allowed by the operating system. The operating system then triggers an exception or signal in the application. Unix applications traditionally responded to the signal by dumping core. JVM crash is happening from following components : JVM internal code – example GC ...