Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
December 1, 2014
9:53 am
Comments: 0
Eli Kleinman
Tuning java and GC The link below describes in great detail how to troubleshot, tune Java Garbage Collector(GC). Garbage First Garbage Collector Tuning
November 18, 2014
1:52 pm
Comments: 0
Eli Kleinman
Updating Oracle Sun iLOM firmware from the commend line The example below is for an X4-2 load -source tftp://10.10.10.10/ILOM-3_2_4_20_r93582-Sun_Server_X4-2.pkg
November 18, 2014
8:35 am
Comments: 0
Eli Kleinman
pginfo & pgstat https://blogs.oracle.com/d/entry/pginfo_pgstat
November 17, 2014
1:27 pm
Comments: 0
Eli Kleinman
1. Install Java First, check if you have the Java Developer Kit (JDK) version 6.0 or greater already installed (JRE alone is not sufficient). To check if you have JDK installed (and which version),...
November 16, 2014
8:47 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... How to get the CPU/core and thread count in Solaris. #!/bin/bash nproc=`(/usr/bin/kstat -m cpu_info | grep chip_id | sort -u | wc -l | tr -d ' ')` vproc=`(/usr/bin/kstat -m cpu_info...
November 13, 2014
10:17 am
Comments: 0
Eli Kleinman
CPU statistics by core, sort by col idl, arithmetic numbering mpstat -A core -k idl -m 2 CPU statistics divided in 8, sort by col idl, total numbers mpstat -A 8 -k idl 2
November 11, 2014
9:05 am
Comments: 0
Eli Kleinman
http://people.seas.harvard.edu/~apw/stress/
November 10, 2014
3:27 pm
Comments: 0
Eli Kleinman
./install -l -p [proxy ip]
No posts found