Uppdaterat JavaMON VU skriptet så det pekar ut jdk7
Uppdaterat classpath och tagit bort ojdbc5.jar
Showing
4 changed files
with
22 additions
and
12 deletions
... | @@ -61,8 +61,11 @@ public class Actions | ... | @@ -61,8 +61,11 @@ public class Actions |
61 | { | 61 | { |
62 | String instance = oracle.getDBName(); | 62 | String instance = oracle.getDBName(); |
63 | sendDataPoint("ORA Cpus (#) " + instance, oracle.getNumberOfCPUs()); | 63 | sendDataPoint("ORA Cpus (#) " + instance, oracle.getNumberOfCPUs()); |
64 | sendDataPoint("ORA Cpu Time (ms/s) " + instance, oracle.getCPUTimePerSecond()); | 64 | sendDataPoint("ORA Cpu Time (us/s) " + instance, oracle.getCPUTimePerSecond()); |
65 | sendDataPoint("ORA Cpu Usage (%) " + instance, oracle.getCPUPercent()); | 65 | sendDataPoint("ORA Cpu Usage (%) " + instance, oracle.getCPUPercent()); |
66 | sendDataPoint("ORA OS Busy (%) " + instance, oracle.getOsBusyPercent()); | ||
67 | sendDataPoint("ORA OS Load (#) " + instance, oracle.getOsLoad()); | ||
68 | sendDataPoint("ORA OS Load per Cpu (#) " + instance, oracle.getOsLoadPerCPU()); | ||
66 | sendDataPoint("ORA Logical Reads (#/s) " + instance, oracle.getLogicalReadsPerSecond()); | 69 | sendDataPoint("ORA Logical Reads (#/s) " + instance, oracle.getLogicalReadsPerSecond()); |
67 | sendDataPoint("ORA Consistent Gets (#/s) " + instance, oracle.getPerSecondValue("consistent gets")); | 70 | sendDataPoint("ORA Consistent Gets (#/s) " + instance, oracle.getPerSecondValue("consistent gets")); |
68 | sendDataPoint("ORA DB Block Gets (#/s) " + instance, oracle.getPerSecondValue("db block gets")); | 71 | sendDataPoint("ORA DB Block Gets (#/s) " + instance, oracle.getPerSecondValue("db block gets")); | ... | ... |
... | @@ -47,10 +47,10 @@ Default Profile=default.usp | ... | @@ -47,10 +47,10 @@ Default Profile=default.usp |
47 | 21=0 | 47 | 21=0 |
48 | CurrentState=1 | 48 | CurrentState=1 |
49 | VuserStateHistory=0 65536 65552 | 49 | VuserStateHistory=0 65536 65552 |
50 | LastReplayStatus=2 | 50 | LastReplayStatus=1 |
51 | [ActiveReplay] | 51 | [ActiveReplay] |
52 | LastReplayedRunName= | 52 | LastReplayedRunName=result1 |
53 | ActiveRunName= | 53 | ActiveRunName=result1 |
54 | [Recorded Actions] | 54 | [Recorded Actions] |
55 | vuser_init=0 | 55 | vuser_init=0 |
56 | Actions=0 | 56 | Actions=0 |
... | @@ -63,10 +63,10 @@ vuser_end=1 | ... | @@ -63,10 +63,10 @@ vuser_end=1 |
63 | vuser_init=0 | 63 | vuser_init=0 |
64 | Actions=1 | 64 | Actions=1 |
65 | vuser_end=0 | 65 | vuser_end=0 |
66 | [ManuallyExtraFiles] | ||
67 | lilom.jar= | ||
68 | ojdbc6.jar= | ||
69 | [Interpreters] | 66 | [Interpreters] |
70 | vuser_init=Java-Interpreter | 67 | vuser_init=Java-Interpreter |
71 | Actions=Java-Interpreter | 68 | Actions=Java-Interpreter |
72 | vuser_end=Java-Interpreter | 69 | vuser_end=Java-Interpreter |
70 | [ManuallyExtraFiles] | ||
71 | lilom.jar= | ||
72 | ojdbc6.jar= | ... | ... |
... | @@ -28,21 +28,28 @@ MsgClassFull=0 | ... | @@ -28,21 +28,28 @@ MsgClassFull=0 |
28 | AutoLog=0 | 28 | AutoLog=0 |
29 | PrintTimeStamp=0 | 29 | PrintTimeStamp=0 |
30 | [CommandArguments] | 30 | [CommandArguments] |
31 | ConnectionString=jdbc:oracle:thin:@host:port:sid | 31 | ConnectionString=jdbc:oracle:thin:@192.168.154.128:1521:XE |
32 | ~ConnectionString=Tex "jdbc:oracle:thin:@host:port:sid" | 32 | ~ConnectionString=Tex "jdbc:oracle:thin:@host:port:sid" |
33 | User=system | 33 | User=system |
34 | ~User=Tex "oracleuser" | 34 | ~User=Tex "oracleuser" |
35 | Password=passw0rd | 35 | Password=2w0o3e9i |
36 | ~Password= | 36 | ~Password= |
37 | [JavaVM:Options] | 37 | [JavaVM:Options] |
38 | Java_Env_ClassPath=ojdbc6.jar;se.ttm.tdemon.jar; | 38 | Java_Env_ClassPath=lilom.jar;ojdbc6.jar; |
39 | Java_Env_ClassPath_Unused= | 39 | Java_Env_ClassPath_Unused= |
40 | Java_Previous_Class_Path= | 40 | Java_Previous_Class_Path= |
41 | use_jdk=search_jdk | 41 | use_jdk=specified_jdk |
42 | jdk_home= | 42 | jdk_home=C:\Program Files (x86)\Java\jdk1.7.0_80 |
43 | Java_VM_Params= | 43 | Java_VM_Params= |
44 | Use_Xboot=0 | 44 | Use_Xboot=0 |
45 | enable_CL_per_vuser=0 | 45 | enable_CL_per_vuser=0 |
46 | jdk_home_extra_arg_1= | ||
47 | jdk_home_extra_arg_2=C:\Program Files\Java\jdk1.7.0_80 | ||
48 | Java_VM_Params_extra_arg_1= | ||
49 | jdk_home_extra_arg_3=C:\Program Files (x86)\Java\jdk1.7.0_80 | ||
50 | jdk_home_extra_arg_4=C:\Program Files (x86)\Java\jdk1.6.0_45 | ||
51 | jdk_home_extra_arg_5=C:\Program Files (x86)\Java\jdk1.6.0_45\bin | ||
52 | jdk_home_extra_arg_6=C:\Program Files (x86)\Java\jdk1.6.0_45\ | ||
46 | [ModemSpeed] | 53 | [ModemSpeed] |
47 | EnableModemSpeed=0 | 54 | EnableModemSpeed=0 |
48 | EnableCustomModemSpeed=0 | 55 | EnableCustomModemSpeed=0 | ... | ... |
JavaMON/ojdbc5.jar
deleted
100644 → 0
No preview for this file type
-
Please register or sign in to post a comment