1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Testing Runtimeinfo
org.apache.derby.drda.NetworkServerControl runtimeinfo
----- Derby Network Server Runtime Information ---
----- Session Information ---------------
Session # :2
Database :wombat;create=true
User :APP
# Statements:0
Prepared Statement Information:
Stmt ID SQLText
------------- -----------
Session # :3
-----
# Connection Threads : 2
# Active Sessions : 2
# Waiting Sessions : 0
Total Memory : ##### Free Memory : #####
End test
Testing Runtimeinfo (locale)
-----Duser.language=err -Duser.country=DE org.apache.derby.drda.NetworkServerControl runtimeinfo
----- Derby Network Server Runtime Information ---
----- Session Information ---------------
Session # :2
Database :wombat;create=true
User :APP
# Statements:2
Prepared Statement Information:
Stmt ID SQLText
------------- -----------
SYSLH0002 VALUES(1)
SYSLH0001 SELECT count(*) from sys.systables
Session # :4
Database :wombat;create=true
User :APP
# Statements:2
Prepared Statement Information:
Stmt ID SQLText
------------- -----------
SYSLH0002 VALUES(2)
SYSLH0001 SELECT count(*) from sys.systables
Session # :5
Database :wombat;create=true
User :APP
# Statements:0
Prepared Statement Information:
Stmt ID SQLText
------------- -----------
Session # :6
-----
# Connection Threads : 4
# Active Sessions : 4
# Waiting Sessions : 0
Total Memory : ##### Free Memory : #####
End test (locale)
Testing Runtimeinfo after closing connectiosn
----- Derby Network Server Runtime Information ---
----- Session Information ---------------
Session # :7
-----
# Connection Threads : 4
# Active Sessions : 1
# Waiting Sessions : 0
Total Memory : ##### Free Memory : #####
End test
|