Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add statistical I/O metrics #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kazmatsu256
Copy link

Outputs statistical I/O information contained in db.serverStatus().

  • Additional metrics
    mongodb_wiredtiger_connection_read_IO_s
    mongodb_wiredtiger_connection_write_IO_s
    mongodb_wiredtiger_blockmanager_read_blocks_total
    mongodb_wiredtiger_blockmanager_read_bytes_total
    mongodb_wiredtiger_blockmanager_write_bytes_total
    mongodb_wiredtiger_blockmanager_write_blocks_total
    mongodb_wiredtiger_cache_read_time_usecs
    mongodb_wiredtiger_cache_write_time_usecs
    Mongodb_wiredtiger_cursor_calls {type = "create"}
    Mongodb_wiredtiger_cursor_calls {type = "Insert"}
    Mongodb_wiredtiger_cursor_calls {type = "Modify"}
    Mongodb_wiredtiger_cursor_calls {type = "Remove"}
    Mongodb_metrics_agg_stage_counter {type = "Lookup"}

  • Test
    We are testing on the local machine using MongoDB (version: 4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant