* [SPDK] tool to display disk IO
@ 2016-11-23 5:41 tianyang
0 siblings, 0 replies; 2+ messages in thread
From: tianyang @ 2016-11-23 5:41 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
Hello:
I am looking for a tool to display disk IO while I access an nvme-ssd via SPDK.
For example, any disk IO does not display in iostat or vmstat while I am running SPDK perf.
I think that it is expected and necessary, but i wonder if there is any available tool to replace iostat for SPDK.
Or is there any SPDK API that helps displaying disk IO ?
tianyang(a)fusionstack.cn
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 915 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [SPDK] tool to display disk IO
@ 2016-11-23 20:39 Harris, James R
0 siblings, 0 replies; 2+ messages in thread
From: Harris, James R @ 2016-11-23 20:39 UTC (permalink / raw)
To: spdk
[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]
Hi,
There is currently no tool similar to iostat for SPDK. It would require two changes:
1) Allow multiple SPDK processes to connect to the same SSD (and associated data structures). This would allow perf and an I/O stat tool to run simultaneously. Intel is actively working on this, building on top of the DPDK multi-process framework.
2) A mechanism for the SPDK NVMe driver to save statistics on a per I/O queue basis. Memory for storing these per I/O queue statistics must not share cachelines with other I/O queues, and this mechanism must account for I/O queues being added or deleted at any time. This would be a very worthwhile feature although no one from Intel is currently working on this.
Regards,
-Jim
From: SPDK <spdk-bounces(a)lists.01.org> on behalf of "tianyang(a)fusionstack.cn" <tianyang(a)fusionstack.cn>
Reply-To: Storage Performance Development Kit <spdk(a)lists.01.org>
Date: Tuesday, November 22, 2016 at 10:41 PM
To: spdk <spdk(a)lists.01.org>
Subject: [SPDK] tool to display disk IO
Hello:
I am looking for a tool to display disk IO while I access an nvme-ssd via SPDK.
For example, any disk IO does not display in iostat or vmstat while I am running SPDK perf.
I think that it is expected and necessary, but i wonder if there is any available tool to replace iostat for SPDK.
Or is there any SPDK API that helps displaying disk IO ?
________________________________
tianyang(a)fusionstack.cn
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 8553 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-23 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 5:41 [SPDK] tool to display disk IO tianyang
-- strict thread matches above, loose matches on Subject: below --
2016-11-23 20:39 Harris, James R
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.