You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
With regard to getlog statistic, server seems not giving all the message types, including
FLUSHALLDATA, PINOP, MEDIASCAN, MEDIAOPTIMIZE, START_BATCH, END_BATCH, ABORT_BATCH.
Since kinetic.proto didn’t explicitly mention this part, so is it based on server's implementation or should server include all the message types here?
Thanks in advance!
Hi,
With regard to getlog statistic, server seems not giving all the message types, including
FLUSHALLDATA, PINOP, MEDIASCAN, MEDIAOPTIMIZE, START_BATCH, END_BATCH, ABORT_BATCH.
Since kinetic.proto didn’t explicitly mention this part, so is it based on server's implementation or should server include all the message types here?
Thanks in advance!
~/kinetic-java# ./bin/kineticAdmin.sh -getlog -type statistic
MessageType: PUT
Count: 3071
Bytes: 12993558
MessageType: GET
Count: 2038
Bytes: 9717489
MessageType: DELETE
Count: 4428
Bytes: 523836
MessageType: GETPREVIOUS
Count: 33
Bytes: 4401
MessageType: GETNEXT
Count: 33
Bytes: 4390
MessageType: GETKEYRANGE
Count: 217
Bytes: 52393
MessageType: GETVERSION
Count: 0
Bytes: 0
MessageType: SECURITY
Count: 104
Bytes: 12060
MessageType: SETUP
Count: 15
Bytes: 1866
MessageType: GETLOG
Count: 27
Bytes: 1058601
MessageType: PEER2PEERPUSH
Count: 4
Bytes: 729
The text was updated successfully, but these errors were encountered: