You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiredTiger provides the following storage statistics:
bytesRead
bytesWrite
handleLockTime
readTime
writeTime
schemaLockTime
Cache
The expectation is to log details of these parameters of the slow transactions (if available).
Actual/current behaviour
The current version of mtools application does not parse or plot any information related to storage-stats.
Steps to reproduce the actual/current behavior
The goal is to provide details for insert and update operations. The information will be provided in a tabular format via the mloginfo --storagestats flag.
Additionally, the plan is to make use of mplotqueries with --storagestats flag to plot of bytesRead stat for each transaction grouped by its collection namespace.
Environment
Software
Version
mtools
1.5.3
MongoDB server
4.0.10
The text was updated successfully, but these errors were encountered:
stennie
changed the title
Log Storage Statistics for the slow transactions
Log Storage Statistics for slow transactions (mloginfo --storagestats)
Dec 27, 2019
stennie
changed the title
Log Storage Statistics for slow transactions (mloginfo --storagestats)
Log storage statistics for slow transactions (mloginfo --storagestats)
Dec 27, 2019
Expected behavior
WiredTiger provides the following storage statistics:
The expectation is to log details of these parameters of the slow transactions (if available).
Actual/current behaviour
The current version of mtools application does not parse or plot any information related to storage-stats.
Steps to reproduce the actual/current behavior
The goal is to provide details for insert and update operations. The information will be provided in a tabular format via the mloginfo --storagestats flag.
Additionally, the plan is to make use of mplotqueries with --storagestats flag to plot of bytesRead stat for each transaction grouped by its collection namespace.
Environment
The text was updated successfully, but these errors were encountered: