Skip to content

Commit 91abd5f

Browse files
Update the examples in the docs
1 parent b3cfa04 commit 91abd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Light mode
4141

4242
Dool ships with many plug-ins to configure the output to your taste.
4343

44-
dool --cpu --net --time --full 15 # Show CPU usage, and each network interface
45-
dool --disk --memory 5 # Show disk totals, and memory consumption
46-
dool --cpu --load --swap --time 60 # Show CPU, load, and swap
44+
dool --cpu --net --time --full # Show CPU usage, and each network interface
45+
dool --disk -D total,sda,sdd # Show the total disk IO, and /dev/sda and /dev/sdd
46+
dool --net -N eth0,eth1 # Show the network traffic for eth0 and eth1
4747

4848
A list of available plug-ins are available if you run `dool --version`
4949

0 commit comments

Comments
 (0)