private static String table="[cluster_system_metrics]";
private static final Log log = LogFactory
.getLog(ClusterSystemMetricsHome.class);
private static ClusterSystemMetrics createClusterSystemMetrics(ResultSet rs) {
ClusterSystemMetrics obj=null;
try {
obj= new ClusterSystemMetrics(
rs.getTimestamp("Timestamp"),
rs.getInt("host"),
rs.getDouble("load_15"),
rs.getDouble("load_5"),
rs.getDouble("load_1"),