Skip to content

Commit b09b544

Browse files
authored
edit indentations (#1888)
1 parent 38b0b2d commit b09b544

File tree

1 file changed

+113
-114
lines changed

1 file changed

+113
-114
lines changed

source/reference/command/serverStatus.txt

Lines changed: 113 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,55 +1448,55 @@ metrics
14481448
<appName3>: <string>
14491449
},
14501450
aggStageCounters : {
1451-
<aggregation stage> : Long("<num>")
1451+
<aggregation stage> : Long("<num>")
14521452
},
14531453
commands: {
1454-
<command>: {
1455-
failed: Long("<num>"),
1456-
total: Long("<num>")
1457-
}
1454+
<command>: {
1455+
failed: Long("<num>"),
1456+
total: Long("<num>")
1457+
}
14581458
},
14591459
cursor : {
1460-
moreThanOneBatch : Long("<num>"),
1461-
timedOut : Long("<num>"),
1462-
totalOpened : Long("<num>"),
1463-
lifespan : {
1464-
greaterThanOrEqual10Minutes : Long("<num>"),
1465-
lessThan10Minutes : Long("<num>"),
1466-
lessThan15Seconds : Long("<num>"),
1467-
lessThan1Minute : Long("<num>"),
1468-
lessThan1Second : Long("<num>"),
1469-
lessThan30Seconds : Long("<num>"),
1470-
lessThan5Seconds : Long("<num>")
1471-
},
1472-
open : {
1473-
noTimeout : Long("<num>"),
1474-
pinned : Long("<num>"),
1475-
multiTarget : Long("<num>"),
1476-
singleTarget : Long("<num>"),
1477-
total : Long("<num>")
1478-
}
1460+
moreThanOneBatch : Long("<num>"),
1461+
timedOut : Long("<num>"),
1462+
totalOpened : Long("<num>"),
1463+
lifespan : {
1464+
greaterThanOrEqual10Minutes : Long("<num>"),
1465+
lessThan10Minutes : Long("<num>"),
1466+
lessThan15Seconds : Long("<num>"),
1467+
lessThan1Minute : Long("<num>"),
1468+
lessThan1Second : Long("<num>"),
1469+
lessThan30Seconds : Long("<num>"),
1470+
lessThan5Seconds : Long("<num>")
1471+
},
1472+
open : {
1473+
noTimeout : Long("<num>"),
1474+
pinned : Long("<num>"),
1475+
multiTarget : Long("<num>"),
1476+
singleTarget : Long("<num>"),
1477+
total : Long("<num>")
1478+
}
14791479
},
14801480
document : {
1481-
deleted : Long("<num>"),
1482-
inserted : Long("<num>"),
1483-
returned : Long("<num>"),
1484-
updated : Long("<num>")
1481+
deleted : Long("<num>"),
1482+
inserted : Long("<num>"),
1483+
returned : Long("<num>"),
1484+
updated : Long("<num>")
14851485
},
14861486
dotsAndDollarsFields : {
14871487
inserts : Long("<num>"),
14881488
updates : Long("<num>")
14891489
},
14901490
getLastError : {
1491-
wtime : {
1492-
num : <num>,
1493-
totalMillis : <num>
1494-
},
1495-
wtimeouts : Long("<num>"),
1496-
default : {
1497-
unsatisfiable : Long("<num>"),
1498-
wtimeouts : Long("<num>")
1499-
}
1491+
wtime : {
1492+
num : <num>,
1493+
totalMillis : <num>
1494+
},
1495+
wtimeouts : Long("<num>"),
1496+
default : {
1497+
unsatisfiable : Long("<num>"),
1498+
wtimeouts : Long("<num>")
1499+
}
15001500
},
15011501
mongos : {
15021502
cursor : {
@@ -1505,91 +1505,91 @@ metrics
15051505
}
15061506
},
15071507
operation : {
1508-
scanAndOrder : Long("<num>"),
1509-
writeConflicts : Long("<num>")
1508+
scanAndOrder : Long("<num>"),
1509+
writeConflicts : Long("<num>")
15101510
},
15111511
operatorCounters : {
1512-
expressions : {
1513-
<command> : Long(<num>)
1514-
},
1515-
match : {
1516-
<command> : Long(<num>)
1517-
}
1512+
expressions : {
1513+
<command> : Long(<num>)
1514+
},
1515+
match : {
1516+
<command> : Long(<num>)
1517+
}
15181518
},
15191519
query: {
1520-
allowDiskUseFalse: Long("<num>"),
1521-
planCacheTotalSizeEstimateBytes: Long("<num>"),
1522-
updateOneOpStyleBroadcastWithExactIDCount: Long("<num>"),
1523-
lookup: {
1524-
pipelineTotalCount: Long("<num>"),
1525-
slotBasedExecutionCounters: {
1526-
hashLookup: Long("<num>"),
1527-
hashLookupSpillToDisk: Long("<num>"),
1528-
indexedLoopJoin: Long("<num>"),
1529-
nestedLoopJoin: Long("<num>")
1530-
}
1531-
},
1532-
multiPlanner: {
1520+
allowDiskUseFalse: Long("<num>"),
1521+
planCacheTotalSizeEstimateBytes: Long("<num>"),
1522+
updateOneOpStyleBroadcastWithExactIDCount: Long("<num>"),
1523+
lookup: {
1524+
pipelineTotalCount: Long("<num>"),
1525+
slotBasedExecutionCounters: {
1526+
hashLookup: Long("<num>"),
1527+
hashLookupSpillToDisk: Long("<num>"),
1528+
indexedLoopJoin: Long("<num>"),
1529+
nestedLoopJoin: Long("<num>")
1530+
}
1531+
},
1532+
multiPlanner: {
15331533
classicCount: Long("<num>"),
15341534
classicMicros: Long("<num>"),
15351535
classicWorks: Long("<num>"),
15361536
sbeCount: Long("<num>"),
15371537
sbeMicros: Long("<num>"),
15381538
sbeNumReads: Long("<num>"),
15391539
histograms: {
1540-
classicMicros: [
1541-
{ lowerBound: Long("0"), count: Long("<num>") },
1542-
{ < Additional histogram groups not shown. > },
1543-
{ lowerBound: Long("1073741824"), count: Long("<num>")> }>
1544-
],
1545-
classicNumPlans: [
1546-
{ lowerBound: Long("0"), count: Long("<num>") },
1547-
{ < Additional histogram groups not shown. > },
1548-
{ lowerBound: Long("32"), count: Long("<num>") }
1549-
],
1550-
classicWorks: [
1551-
{ lowerBound: Long("0"), count: Long("<num>") },
1552-
{ < Additional histogram groups not shown. > },
1553-
{ lowerBound: Long("32768"), count: Long("<num>") }
1554-
],
1555-
sbeMicros: [
1556-
{ lowerBound: Long("0"), count: Long("<num>") },
1557-
{ < Additional histogram groups not shown. > },
1558-
{ lowerBound: Long("1073741824"), count: Long("<num>") }
1559-
],
1560-
sbeNumPlans: [
1561-
{ lowerBound: Long("0"), count: Long("<num>") },
1562-
{ < Additional histogram groups not shown. > },
1563-
{ lowerBound: Long("32"), count: Long("<num>") }
1564-
],
1565-
sbeNumReads: [
1566-
{ lowerBound: Long("0"), count: Long("<num>") },
1567-
{ < Additional histogram groups not shown. > },
1568-
{ lowerBound: Long("32768"), count: Long("<num>") }
1540+
classicMicros: [
1541+
{ lowerBound: Long("0"), count: Long("<num>") },
1542+
{ < Additional histogram groups not shown. > },
1543+
{ lowerBound: Long("1073741824"), count: Long("<num>")> }>
1544+
],
1545+
classicNumPlans: [
1546+
{ lowerBound: Long("0"), count: Long("<num>") },
1547+
{ < Additional histogram groups not shown. > },
1548+
{ lowerBound: Long("32"), count: Long("<num>") }
1549+
],
1550+
classicWorks: [
1551+
{ lowerBound: Long("0"), count: Long("<num>") },
1552+
{ < Additional histogram groups not shown. > },
1553+
{ lowerBound: Long("32768"), count: Long("<num>") }
1554+
],
1555+
sbeMicros: [
1556+
{ lowerBound: Long("0"), count: Long("<num>") },
1557+
{ < Additional histogram groups not shown. > },
1558+
{ lowerBound: Long("1073741824"), count: Long("<num>") }
1559+
],
1560+
sbeNumPlans: [
1561+
{ lowerBound: Long("0"), count: Long("<num>") },
1562+
{ < Additional histogram groups not shown. > },
1563+
{ lowerBound: Long("32"), count: Long("<num>") }
1564+
],
1565+
sbeNumReads: [
1566+
{ lowerBound: Long("0"), count: Long("<num>") },
1567+
{ < Additional histogram groups not shown. > },
1568+
{ lowerBound: Long("32768"), count: Long("<num>") }
15691569
]
1570-
}
1571-
},
1572-
queryFramework: {
1573-
aggregate: {
1570+
}
1571+
},
1572+
queryFramework: {
1573+
aggregate: {
15741574
classicHybrid: Long("<num>"),
15751575
classicOnly: Long("<num>"),
15761576
cqf: Long("<num>"),
15771577
sbeHybrid: Long("<num>"),
15781578
sbeOnly: Long("<num>")
1579-
},
1580-
find: { classic: Long("<num>"), cqf: Long("<num>"), sbe: Long("<num>") }
1581-
}
1582-
},
1579+
},
1580+
find: { classic: Long("<num>"), cqf: Long("<num>"), sbe: Long("<num>") }
1581+
}
1582+
},
15831583
queryExecutor: {
1584-
scanned : Long("<num>"),
1585-
scannedObjects : Long("<num>"),
1586-
collectionScans : {
1587-
nonTailable : NumbeLong(<num>),
1588-
total : Long("<num>")
1589-
}
1584+
scanned : Long("<num>"),
1585+
scannedObjects : Long("<num>"),
1586+
collectionScans : {
1587+
nonTailable : NumbeLong(<num>),
1588+
total : Long("<num>")
1589+
}
15901590
},
15911591
record : {
1592-
moves : Long("<num>")
1592+
moves : Long("<num>")
15931593
},
15941594
repl : {
15951595
executor : {
@@ -1637,12 +1637,11 @@ metrics
16371637
ops : Long("<num>"),
16381638
readersCreated : Long("<num>"),
16391639
replSetUpdatePosition : {
1640-
num : Long("<num>")
1640+
num : Long("<num>")
16411641
}
16421642
},
16431643
reconfig : {
1644-
numAutoReconfigsForRemovalOfNewlyAddedFields :
1645-
Long("<num>")
1644+
numAutoReconfigsForRemovalOfNewlyAddedFields : Long("<num>")
16461645
},
16471646
stepDown : {
16481647
userOperationsKilled : Long("<num>"),
@@ -1656,19 +1655,19 @@ metrics
16561655
}
16571656
},
16581657
storage : {
1659-
freelist : {
1660-
search : {
1661-
bucketExhausted : <num>,
1662-
requests : <num>,
1663-
scanned : <num>
1664-
}
1658+
freelist : {
1659+
search : {
1660+
bucketExhausted : <num>,
1661+
requests : <num>,
1662+
scanned : <num>
16651663
}
1664+
}
16661665
},
16671666
ttl : {
1668-
deletedDocuments : Long("<num>"),
1669-
passes : Long("<num>")
1667+
deletedDocuments : Long("<num>"),
1668+
passes : Long("<num>")
16701669
}
1671-
},
1670+
}
16721671

16731672
.. serverstatus:: metrics
16741673

0 commit comments

Comments
 (0)