summaryrefslogtreecommitdiff
path: root/jstests/core/dbstats.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63947 Add column store jscore passthrough - plus fixesCharlie Swanson2022-07-271-0/+2
* SERVER-66476 Dedupe causal consistency passthrough exclude listMatt Broadstone2022-05-271-1/+3
* SERVER-63255 Fix dbStats output for non-existing database to match existing d...Yu Jin Kang Park2022-03-161-0/+13
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultDaniel Gómez Ferro2022-01-181-1/+9
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-50651 Replace occurrences of isMaster command with hello in misc jstestsAli Mir2020-10-011-1/+1
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+6
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-1/+3
* SERVER-44793 Add `requires_fcv_44` as required to Query core jstests to addre...James Wahlin2019-11-221-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-62/+64
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-1/+1
* SERVER-35710 Remove extentFreeList reporting from the mongos dbStats cmd in c...Dianna Hohensee2018-07-031-7/+0
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-40/+12
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-04-061-0/+2
* SERVER-31074 Fix dbstats.js to properly detect non-persistent storage engines...Henrik Edin2017-09-131-2/+8
* SERVER-30759 Implement disk utilization stats for 'dbStats' command. Reports ...Henrik Edin2017-09-081-0/+6
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-161-0/+91