Advertisement
Guest User

Untitled

a guest
Dec 18th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. rs0 [direct: primary] test> rs.printReplicationInfo()
  2. actual oplog size
  3. '990 MB'
  4. ---
  5. configured oplog size
  6. '990 MB'
  7. ---
  8. log length start to end
  9. '90826 secs (25.23 hrs)'
  10. ---
  11. oplog first event time
  12. 'Tue Dec 17 2024 16:30:05 GMT+0000 (Coordinated Universal Time)'
  13. ---
  14. oplog last event time
  15. 'Wed Dec 18 2024 17:43:51 GMT+0000 (Coordinated Universal Time)'
  16. ---
  17. now
  18. 'Wed Dec 18 2024 17:43:54 GMT+0000 (Coordinated Universal Time)'
  19.  
  20.  
  21. rs0 [direct: primary] test> db.getReplicationInfo()
  22. {
  23. configuredLogSizeMB: 990,
  24. logSizeMB: 990,
  25. usedMB: 4.75,
  26. timeDiff: 90876,
  27. timeDiffHours: 25.24,
  28. tFirst: 'Tue Dec 17 2024 16:30:05 GMT+0000 (Coordinated Universal Time)',
  29. tLast: 'Wed Dec 18 2024 17:44:41 GMT+0000 (Coordinated Universal Time)',
  30. now: 'Wed Dec 18 2024 17:44:51 GMT+0000 (Coordinated Universal Time)'
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement