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

perf: Add NSID column #10

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

Commits on Feb 12, 2020

  1. perf: Add NSID in perf output information

    Currently an option is implemented to monitor a correlation between the
    core and namespace.
    
    Previously:
    ==================================================================
    Device Information
    RDMA (addr:1.1.75.2 subnqn:nqn.2016-06.io.spdk:cnode1 from core  0:
    RDMA (addr:1.1.75.2 subnqn:nqn.2016-06.io.spdk:cnode1 from core  0:
    ==================================================================
    
    Now:
    ========================================================================
    Device Information
    RDMA (addr:1.1.75.2 subnqn:nqn.2016-06.io.spdk:cnode1 NSID 1 from core 0:
    RDMA (addr:1.1.75.2 subnqn:nqn.2016-06.io.spdk:cnode1 NSID 2 from core 0:
    ========================================================================
    
    Signed-off-by: Alla Kiseleva <[email protected]>
    Alla-Ki committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    7027a37 View commit details
    Browse the repository at this point in the history