diff --git a/gloam/.settings/org.eclipse.jdt.core.prefs b/gloam/.settings/org.eclipse.jdt.core.prefs index fe16944..5500212 100644 --- a/gloam/.settings/org.eclipse.jdt.core.prefs +++ b/gloam/.settings/org.eclipse.jdt.core.prefs @@ -9,8 +9,13 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullable.secondary= org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.autoboxing=ignore @@ -98,4 +103,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/gloam/WebRoot/auditlog/auditlog-index.html b/gloam/WebRoot/auditlog/auditlog-index.html index c9582fb..5bc509e 100644 --- a/gloam/WebRoot/auditlog/auditlog-index.html +++ b/gloam/WebRoot/auditlog/auditlog-index.html @@ -54,12 +54,12 @@ #(_res.get("ip")) - + @@ -78,12 +78,12 @@ #(x.remote_addr) - + #end #else diff --git a/gloam/WebRoot/config/config.html b/gloam/WebRoot/config/config.html index a1925cd..8467147 100644 --- a/gloam/WebRoot/config/config.html +++ b/gloam/WebRoot/config/config.html @@ -233,7 +233,7 @@ label.control-label{
- diff --git a/gloam/WebRoot/detection/detectionInfoNew-setDetail.html b/gloam/WebRoot/detection/detectionInfoNew-setDetail.html index f64633b..a3573d3 100644 --- a/gloam/WebRoot/detection/detectionInfoNew-setDetail.html +++ b/gloam/WebRoot/detection/detectionInfoNew-setDetail.html @@ -97,11 +97,11 @@ function mydown(obj) { #(_res.get("node.ip")) - #(_res.get("monitor.type")) - #(_res.get("monitor.setting")) + + #(_res.get("monitor")) #(_res.get("monitor.status")) #(_res.get("monitor.checktime")) - #(_res.get("monitor.information")) + #(_res.get("monitor.information")) @@ -113,7 +113,7 @@ function mydown(obj) { #for(x : page.getList()) #(x.ip) - #(x.monitorType) + #(x.monitorSetting) #if(x.monitorStatus == '1') diff --git a/gloam/WebRoot/detection/detectionInfoNew-typeDetail.html b/gloam/WebRoot/detection/detectionInfoNew-typeDetail.html index 733adaa..f4d2a33 100644 --- a/gloam/WebRoot/detection/detectionInfoNew-typeDetail.html +++ b/gloam/WebRoot/detection/detectionInfoNew-typeDetail.html @@ -70,7 +70,7 @@ function mydown(obj) { #(_res.get("monitor.data.details")) - #(_res.get("monitor.setting")) + #(_res.get("monitor")) #(base.get("monitorSetting")) #(_res.get("node.ip")) #(base.get("ip")) @@ -82,8 +82,10 @@ function mydown(obj) { #(base.get("checkTime")) #(_res.get("monitor.nextchecktime")) #(base.get("nextCheckTime")) - #(_res.get("monitor.arriveTime")) - #(base.get("arriveTime")) + + + #(_res.get("monitor.information")) diff --git a/gloam/WebRoot/i18n/globalMessages_en_US.properties b/gloam/WebRoot/i18n/globalMessages_en_US.properties index bb51a2c..e2da791 100644 --- a/gloam/WebRoot/i18n/globalMessages_en_US.properties +++ b/gloam/WebRoot/i18n/globalMessages_en_US.properties @@ -4932,7 +4932,7 @@ metadata.RX_PACKETS.filed_comments=Total Number Of Packages Received metadata.dpCpuRatioPeak.filed_comments=Peak CPU Utilization metadata.dpSlotStatus.filed_comments=Status Of Device Slot metadata.ifInDiscardsPerc.filed_comments=Enter Packet Loss Rate -metadata.RX_BPS.filed_comments=Input bps (Unit:bps) +metadata.RX_BPS.filed_comments=Input (Unit:bps) metadata.dpMemRatio.filed_comments=Memory Utilization metadata.TX_ERRORS_PERC.filed_comments=Send Error Packet Rate metadata.ifOutErrors.filed_comments=Outbound Failed Packets @@ -4940,13 +4940,13 @@ metadata.PACKETS_LOST_RATE.filed_comments=Packet Loss Rate metadata.TIME_CONSUMING_MAX.filed_comments=Maximum Elapsed Time (In Milliseconds) metadata.ifLastChange.filed_comments=Status Change Time metadata.INOCTETSSPEED.filed_comments=Input Speed -metadata.WAIT_CPU_PERC.filed_comments=Current Waiting Rate (wa%) +metadata.WAIT_CPU_PERC.filed_comments=IO Wait (%) metadata.ifInErrors.filed_comments=Inbound Error Packets metadata.OUTERRORSSCALE.filed_comments=Output Error Packet Rate -metadata.SYS_USED_CPU_PERC.filed_comments=System Utilization (sy%) +metadata.SYS_USED_CPU_PERC.filed_comments=Os (%) metadata.sysDescr.table_comments=Get Target Host Basic Information metadata.dpMemRatioAverage.filed_comments=Average Memory Utilization -metadata.FREE_DISK_SIZE.filed_comments=Disk Free Capacity (G) +metadata.FREE_DISK_SIZE.filed_comments=Disk Free Capacity (GB) metadata.outPktsSpeed.filed_comments=Package Rate metadata.ifOutQLen.filed_comments=The Length Of The Output Packet Arrangement (intra-packet) metadata.RX_PPS.filed_comments=Input pps (Packets received per second) @@ -4955,8 +4955,8 @@ metadata.DETECT_DATE.filed_comments=Monitor Time metadata.dpCpuTemperature.filed_comments=CPU Temperature metadata.ifInNUcastPkts.filed_comments=Admitted Non-unidirectional Transport Packets metadata.sysUpTime.table_comments=Get Target Host Basic Information -metadata.FREE_MEMORY_SIZE.filed_comments=Free Memory (freeG) -metadata.MEMORY_SIZE.filed_comments=Memory Size (unit: G) +metadata.FREE_MEMORY_SIZE.filed_comments=Free Memory (GB) +metadata.MEMORY_SIZE.filed_comments=Memory Size (GB) metadata.SEND_TIME.filed_comments=Send Time metadata.TX_BYTES.filed_comments=Total Bytes Sent metadata.ifHighSpeed.filed_comments=Port Rate Units (Mbps) @@ -4966,8 +4966,8 @@ metadata.DELAY_TIME.filed_comments=Delay Time metadata.dpCpuRatio.filed_comments=CPU Utilization metadata.SEND_INFO.filed_comments=Send Information metadata.PACKETS_LOST.filed_comments=Number Of Lost Packets -metadata.USER_USED_CPU_PERC.filed_comments=User Usage (us%) -metadata.NICE_PERC.filed_comments=User Space Process CPU Occupancy Ratio (ni%) +metadata.USER_USED_CPU_PERC.filed_comments=Application (%) +metadata.NICE_PERC.filed_comments=User Nice Cpu Time (%) metadata.ifType.filed_comments=Port Type metadata.PACKETS_RECEIVED.filed_comments=Number Of Accepted Packages metadata.DISK_ISWRITE.filed_comments=Whether The Disk Is Writable @@ -4985,19 +4985,19 @@ metadata.MEM_USED_PERC.filed_comments=\ Memory Usage Of The Process metadata.TX_PACKETS.filed_comments=Total Number Of Packages Sent metadata.dpSlotDesc.filed_comments=Description Of Device Hot Swappable Board metadata.dpSlotPortNum.filed_comments=Number Of Ports On The Device Hot-pluggable Board -metadata.SIZE_STOREDINPAGING_FILES.filed_comments=Total Swap Space (SwaptotalG) -metadata.CPU_MHZ.filed_comments=Frequency +metadata.SIZE_STOREDINPAGING_FILES.filed_comments=Total Swap Space (GB) +metadata.CPU_MHZ.filed_comments=Cpu MHz metadata.USED_DISK_PERC.filed_comments=Disk Usage (%) metadata.PROC_PRIORITY.filed_comments=Priority Of The Process metadata.USED_MEMORY_PERC.filed_comments=Memory Usage (%) metadata.ifInUcastPkts_t1.filed_comments=Acknowledgment Unidirectional Transport Packets -metadata.FREE_SPACE_INPAGING_FILES.filed_comments=Available Swap Space (SwapfreeG) +metadata.FREE_SPACE_INPAGING_FILES.filed_comments=Available Swap Space (GB) metadata.dpCpuRatio5min.filed_comments=CPU utilization in 300 seconds metadata.dpSlotType.filed_comments=Type Of Device Hot-pluggable Board metadata.RX_DROPPED.filed_comments=Number Of Packets Discarded Upon Receipt metadata.sysName.table_comments=Get Target Host Basic Information metadata.OUTOCTETSSPEED.filed_comments=Output Speed -metadata.TOTAL_MEMORY_SIZE.filed_comments=Total Memory (TotalG) +metadata.TOTAL_MEMORY_SIZE.filed_comments=Total Memory (GB) metadata.ifInUnknownProtos.filed_comments=Inbound Unknown Packets metadata.TIME_CONSUMING_MIN.filed_comments=Minimum Elapsed Time (In Milliseconds) metadata.RX_ERRORS.filed_comments=Number Of Error Packets Received @@ -5009,10 +5009,10 @@ metadata.TX_PPS.filed_comments=Output pps (Number of packets sent per second) metadata.TIME_DELAY.filed_comments=Time Difference (Unit: Minutes) metadata.sysObjectID.table_comments=Get Target Host Basic Information metadata.inPktsSpeed.filed_comments=Package Rate -metadata.FREE_CPU_PERC.filed_comments=Current Idle Rate (Id%) +metadata.FREE_CPU_PERC.filed_comments=Idle Rate (%) metadata.IS_IDENTICAL.filed_comments=Is it accessible metadata.ifOutNUcastPkts.filed_comments=Non-unidirectional Data Packets -metadata.USED_MEMORY_SIZE.filed_comments=Used Memory (UsedG) +metadata.USED_MEMORY_SIZE.filed_comments=Used Memory (GB) metadata.HOST_NAME.filed_comments=Host Name metadata.ifSpecific.filed_comments=Detailed description of the port by the Management Information Base (MIB). metadata.SERVICE_DATE.filed_comments=Server Time @@ -7036,7 +7036,7 @@ client.NmsClient.ncDeamonStartException=The NC daemon starts an exception client.SystemInfo.memerySize=Total memory size client.SystemInfo.core=core -client.SystemInfo.mhz=frequency +client.SystemInfo.mhz=Cpu MHz client.SystemInfo.currentUsed=Used now client.SystemInfo.spaceRemain=Remaining client.SystemInfo.shiyonglv=Usage @@ -7331,20 +7331,20 @@ procInfoList.text.process=Process procInfoList.text.updateFile=Upgrade File procInfoList.text.updateSuccess=The update is successful procInfoList.text.updateFaild=Update failed -procInfoList.text.bordName=Board Name -procInfoList.text.procName=Process Name +procInfoList.text.bordName=Compute Sled +procInfoList.text.procName=Process procInfoList.text.proceNo=Process No. procInfoList.text.procStartTime=Process Start Time procInfoList.text.cpuUsage=CPU Usage -procInfoList.text.memeryUsage=Memory Footprint -procInfoList.text.procState=Process Status +procInfoList.text.memeryUsage=Memory Usage +procInfoList.text.procState=Status procInfoList.text.ok=Normal procInfoList.text.no=Abnormal procInfoList.text.strengthened=System Strengthened procInfoList.text.optimized=System Optimized -procInfoList.text.sysname=System Name -procInfoList.text.serviceName=Service Name -procInfoList.text.serviceState=Service Status +procInfoList.text.sysname=Compute Sled +procInfoList.text.serviceName=Name +procInfoList.text.serviceState=Status processReset.text.result=Reset mirror not saved.Reset failed! processReset.text.confirm=Confirm reset?This oparetion is dangerous and irreversible. diff --git a/gloam/WebRoot/main.html b/gloam/WebRoot/main.html index a43af0c..3d8e53a 100644 --- a/gloam/WebRoot/main.html +++ b/gloam/WebRoot/main.html @@ -18,7 +18,7 @@ display:none; } -网络流处理设备 +Network Flow Processing Equipment #include("/common/header.html") @@ -123,7 +123,7 @@