Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- bootchart-0.9/src/org/bootchart/parser/linux/ProcDiskStatParser.java~ 2012-02-22 15:17:01.000000000 +0900
- +++ bootchart-0.9/src/org/bootchart/parser/linux/ProcDiskStatParser.java 2012-02-22 15:17:10.000000000 +0900
- @@ -44,7 +44,7 @@
- public class ProcDiskStatParser {
- private static final Logger log = Logger.getLogger(ProcDiskStatParser.class.getName());
- - private static final String DISK_REGEX = "hd.|sd.";
- + private static final String DISK_REGEX = "hd.|sd.|mmcblk.";
- /** DiskStatSample encapsulates a /proc/diskstat sample. */
- private static class DiskStatSample {
Advertisement
Add Comment
Please, Sign In to add comment