From: Sergey Matveev Date: Sun, 19 Sep 2021 09:40:47 +0000 (+0300) Subject: I use NVMe now X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=817150160d9546447eb5101c146920d1c440b7a5;p=godwmstat.git I use NVMe now --- diff --git a/main.go b/main.go index 0ba2810..cce3909 100644 --- a/main.go +++ b/main.go @@ -129,7 +129,7 @@ func flagfiles() { func main() { xsetroot := flag.Bool("xsetroot", false, "Call xsetroot") - iodevs := flag.String("iodevs", "ada0 ada1", "iostat devices") + iodevs := flag.String("iodevs", "nvd0 nvd1", "iostat devices") refresh := flag.Uint("refresh", 2, "Refresh interval") flag.Parse() N = strconv.Itoa(int(*refresh))