rancorm / mongo-puffin

MongoDB tools that you didn't know you needed until now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongo-puffin

Mongo Puffin

MongoDB tools that you didn't know you needed until now

Commands

  • ping
  • ops
  • ops_repl
  • conns
  • txn_counts
  • search_score
  • uptime
  • time
  • collections / colls
  • mname
  • uname
  • tls
  • wiredtiger
  • os
  • mem
  • arch
  • whoami
  • whatsmyuri
  • engines
  • cmdline

Examples

Simple loading of script and running ping command.

admin> load("/path/to/your/mongo-puffin/index.js");
Loaded mongo-puffin v0.1

You will find commands under 'mp' namespace. Example: mp.uptime()
Number of commands available: 21
true
admin> mp.ping()
P0NG! 5ms, ok: 1
admin>

Repository Illustration

The repository social media image can be found at this link.

About

MongoDB tools that you didn't know you needed until now

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%