We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cfa04 commit 91abd5fCopy full SHA for 91abd5f
README.md
@@ -41,9 +41,9 @@ Light mode
41
42
Dool ships with many plug-ins to configure the output to your taste.
43
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
+ dool --cpu --net --time --full # Show CPU usage, and each network interface
+ dool --disk -D total,sda,sdd # Show the total disk IO, and /dev/sda and /dev/sdd
+ dool --net -N eth0,eth1 # Show the network traffic for eth0 and eth1
47
48
A list of available plug-ins are available if you run `dool --version`
49
0 commit comments