Liking cljdoc? Tell your friends :D

cmql-core.diagnostic


caped?clj/s

(caped? db-namespace)

Runs the coll-stats command,and from the returned results keeps only the capped field

Runs the coll-stats command,and from the returned results keeps only the capped field
sourceraw docstring

coll-data-sizeclj/s

(coll-data-size db-namespace & options)

Runs the coll-stats command,and from the returned results keeps only the size field

Runs the coll-stats command,and from the returned results keeps only the size field
sourceraw docstring

coll-statsclj/s

(coll-stats db-namespace & args)

command = collStats Takes 1 argument = {'scale' number} optional ,sizes are returned in bytes default=1 => bytes or :b :kb :mg :gb (to avoid writing {'scale' 1024} etc)

command = collStats
Takes 1 argument = {'scale' number} optional ,sizes are returned in bytes default=1 => bytes
                   or
                   :b :kb :mg :gb  (to avoid writing {'scale' 1024} etc)
sourceraw docstring

coll-stats-defclj/s

source

server-statusclj/s

(server-status & args)

for fields excluded by default use :field or {:field 1} for fields included by default use :!field or {:field 0} information about what is happening/now or in past, in the server alot of this information is for internal usage from mongodb processes Info topics instance information asserts/connection/network/locking operation stats/security/replication stats/storage engine stats/metrics see serverStatuc command in docs for details

for fields excluded by default use :field    or {:field 1}
for fields included by default use  :!field  or {:field 0}
information about what is happening/now or in past, in the server
alot of this information is for internal usage from mongodb processes
Info topics
instance information
asserts/connection/network/locking
operation stats/security/replication stats/storage engine stats/metrics
see serverStatuc command in docs for details
sourceraw docstring

storage-sizeclj/s

(storage-size db-namespace)

Runs the coll-stats command,and from the returned results keeps only the storageSize field

Runs the coll-stats command,and from the returned results keeps only the storageSize field
sourceraw docstring

validateclj/s

(validate db-namespace & args)
source

validate-defclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close