Skip to content

Commit

Permalink
Add Linux conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Jan 3, 2020
1 parent b1a636c commit d724d15
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contrib/linux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[defaults]
timeout = 1

[[command]]
name = "uptime"
title = "Current Load"
description = "Current load and uptime"
command = "/usr/bin/uptime"
timeout = 1
default_run = true

[[command]]
name = "vm_stat"
title = "Virtual Memory statistics"
description = "Current memory usage and statistics in pages"
command = "vm_stat -c 5 1"
timeout = 5
default_run = true

[[command]]
name = "iostat"
title = "Kernel I/O statistics"
description = "Current I/O statistics per dev in KB"
command = "/usr/sbin/iostat -c 5 -K"
timeout = 5
default_run = true

# vim: set ft=toml:

0 comments on commit d724d15

Please sign in to comment.