Guest User

Untitled

a guest
Nov 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $>> /etc/couchdb $ curl -X GET **http://127.0.0.1:5984**/dbnew
  2.  
  3. {"db_name":"dbnew","doc_count":125,"doc_del_count":0,"update_seq":125,"purge_seq":0,"compact_running":false,"disk_size":114799,"data_size":56634,"instance_start_time":"1511017391973208","disk_format_version":6,"committed_update_seq":125}
  4.  
  5. $>> curl -X GET **http://192.168.0.8:5984**/dbnew
  6.  
  7. {"db_name":"dbnew","doc_count":0,"doc_del_count":0,"update_seq":0,"purge_seq":0,"compact_running":false,"disk_size":114799,"data_size":0,"instance_start_time":"1511017142932001","disk_format_version":6,"committed_update_seq":0}
Add Comment
Please, Sign In to add comment