package
0.0.0-20250307203412-7e5349ef2bba
Repository: https://github.com/mongodb/mongo-tools.git
Documentation: pkg.go.dev

# Packages

Main package for the mongotop tool.

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

LockDelta represents the differences in read/write lock times between two samples.
LockStats contains information on time spent acquiring and holding a lock.
MongoTop is a container for the user-specified options and internal state used for running mongotop.
NSTopInfo holds information about a single namespace.
No description provided by the author
Output defines the set of options to use in displaying data from the server.
ReadWriteLockTimes contains read/write lock times on a database.
ServerStatus represents the results of the "serverStatus" command.
ServerStatusDiff contains a map of the lock time differences for each database.
Top holds raw output of the "top" command.
TopDiff contains a map of the differences between top samples for each namespace.
TopField contains the timing and counts for a single lock statistic within the "top" command.

# Interfaces

FormattableDiff represents a diff of two samples taken by mongotop, which can be printed to output in various formats.