Level Up

謙卑學習,持之以恆,才能不斷的Level Up


  • Home

  • Archives

  • Tags

  • Search
close

MongoDB - Check profiling level and status

Posted on 2019-09-17   |  

MongoDB 在設定好 Profiler 後,可用 db.getProfilingLevel 查驗設定的 Profiling 層級。

db.getProfilingLevel()                 


或是用 db.getProfilingStatus 查驗整個 Profiling 設定。

db.getProfilingStatus()                 
MongoDB - Enable and configure database pofiling
MongoDB - Clear system.profile collection
  • Table of Contents
  • Overview
Larry Nung

Larry Nung

Level Up Blog (http://larrynung.github.io)

1635 posts
218 tags
RSS
GitHub Twitter LinkedIn SlideShare

This post does not have a Table of Contents

© 2021 Larry Nung
Powered by Hexo
Theme - NexT.Mist