Add stats support for EC2 local storage instance type#2898
Add stats support for EC2 local storage instance type#2898igaw merged 1 commit intolinux-nvme:masterfrom
Conversation
|
Could you tweak the commit message slightly. Use a prefix for the commit title, e.g.
Also the link to github in the first sentence should be removed. The simple reason is that we don't want to tight in this platform, so every commit message should be complete in itself. Pointer to external sources is sometimes okay, but usually those links have a limited life time. I think you can just remove the first sentence. |
|
|
Thanks. Will look into those suggestions. |
2c3420f to
9e86225
Compare
|
@igaw Thanks for the review. I’ve addressed your feedback in 9e86225: • Commit title now uses the plugins/amzn: prefix and I removed the external link from the message body. |
|
@igaw Thanks for the review. I’ve addressed your feedback in 9e86225: • Commit title now uses the plugins/amzn: prefix and I removed the external link from the message body. Please have a look. Thanks again. |
This patch adds the stats support for EC2 local storage on top of EBS. For local storage, it supports a `--details / -d` option. In this mode it will print out detail io histograms for different block size ranges. Signed-off-by: Lingkai Zuo <[email protected]>
9e86225 to
9efae72
Compare
|
I've fixed a few of the checkpatch warnings, e.g. overlong lines. If a line gets too long because of the intention, it usually a sign, that the function should be splitted into smaller blocks. Thanks! |
This patch is a follow up of (#2559).
It adds the stats support for EC2 local storage on top of EBS.
For local stroage, it supports a
--details / -doption. In this mode it will print out detail io histograms for different block size ranges.