We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef1e81 commit c9aa5a4Copy full SHA for c9aa5a4
docs/templates/agent-metadata.md
@@ -58,7 +58,7 @@ resource "coder_agent" "main" {
58
display_name = "Load Average"
59
key = "load"
60
script = <<EOT
61
- awk '{print $1,$2,$3}' /proc/loadavg
+ awk '{print $1,$2,$3}' /proc/loadavg
62
>>
63
interval = 1
64
timeout = 1
@@ -85,6 +85,6 @@ like:
85
86
```
87
--total-cpu-usage-- -dsk/total- -net/total- ---paging-- ---system--
88
-usr sys idl wai stl| read writ| recv send| in out | int csw
+usr sys idl wai stl| read writ| recv send| in out | int csw
89
1 1 98 0 0|3422k 25M| 0 0 | 153k 904k| 123k 174k
90
0 commit comments