numam-spdk/doc
Yanbo Zhou 64ccd4b95b bdev: a new public function to get the I/O statistics of bdev
Add a new function and its RPC caller. By using it, we can
get the statistics of all the bdevs or the specified bdev.

Meanwhile, with this patch, the open source tool 'sysstat/iostat'
can support for SPDK. The 'iostat' tool can call this function to
get the statistics of all the SPDK managed devices via the rpc
interface.

Change-Id: I135a7bbd49d923014bdf93720f78dd5a588d7afa
Signed-off-by: Yanbo Zhou <yanbo.zhou@intel.com>
Reviewed-on: https://review.gerrithub.io/393130
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-05-23 17:49:21 +00:00
..
.gitignore
about.md
bdev_module.md
bdev_pg.md
bdev.md
blob.md
blobfs.md
concurrency.md
directory_structure.md
Doxyfile
event.md
footer.html
getting_started.md
header.html
index.md
ioat.md
iscsi.md
jsonrpc.md bdev: a new public function to get the I/O statistics of bdev 2018-05-23 17:49:21 +00:00
lvol.md
Makefile
memory.md
nvme-cli.md
nvme.md
nvmf_tgt_pg.md
nvmf.md
peer_2_peer.md
porting.md
README.md
spdkcli.md
ssd_internals.md
stylesheet.css
template_pg.md
userspace.md
vagrant.md
vhost.md
virtio.md doc/virtio: mention 2MB hugepage support 2018-04-25 17:25:49 +00:00

SPDK Documentation

The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/

Building the Documentation

To convert the documentation into HTML run make in the doc directory. The output will be located in doc/output/html. Before running make ensure all pre-requisites are installed. See Installing Prerequisites for more details.