Monday, June 30, 2014

Non-Access Modifiers in Java

No comments:
We know what are the list of access modifiers in Java, but what are the list of non-access modifiers ? Here is the list in tabular format ! Just listed out the list of Non-Access modifier in detail for better understanding ! Happy learning ! Courtesy: http://www.tutorialspoint.com/java/java_nonaccess_modifiers.htm...
Read More

Sunday, June 29, 2014

How to host website using node Js ?

No comments:
Is it possible to develop a web server functionality using Java Scripting language? Do you believe this, because I didn’t believe in it when I heard about it first. But the author of node.js Ryan Lienhart Dahl believed and delivered ! Node.js simple yet amazing, give a try! What...
Read More

Automation – Take Snapshot of live webpage periodically using PhantomJS

No comments:
Requirement:- I have developed a monitoring dashboard application which displays backlog trends of various application components, something like below. I want take snapshot of this live monitoring dashboard webpage every 30 minutes and send it as inline attachment to specific set...
Read More

Automation – Monthly SAR report using KSAR

No comments:
If you are an System/Database administrator, and just like me you also want to generate the monthly SAR report in graphical form for analyze the trend. Then this article is definitely for you, please follow the steps mentioned below. Step 1: - Merge all the SAR output available...
Read More

Automation - KSAR report generation

No comments:
Currently in most organizations people use Oracle Enterprise Manager(OEM) to analyze/monitor the CPU,Memory,IO utilization of Linux machines in pictorial representation. But think of a situation where you have no such tools to analyze the trends of Memory/CPU/IO. And that is moment KSAR...
Read More

Little background about SAR

1 comment:
By default Linux and Unix machines stores the SAR (System Activity Report) output for 9 days. And it will be stored inside the /var/log/sa/ directory. [thiru@localhost~]$ ls -ltr /var/log/sa/sa*|grep -v sar -rw-r--r-- 1 root root 338928 Jan 13 23:50 /var/log/sa/sa13 -rw-r--r--...
Read More