This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sar -f sa14 -s 08:12:00 -P 41 <← this the CPU mentioned in the crash | |
Linux 4.14.32–1.el7.x86_64 04/14/2018 _x86_64_ (56 CPU) | |
08:12:00 AM CPU %user %nice %system %iowait %steal %idle | |
08:12:01 AM 41 0.00 0.00 0.00 0.00 0.00 100.00 | |
08:12:02 AM 41 0.99 0.00 0.99 0.00 0.00 98.02 | |
08:12:03 AM 41 1.00 0.00 0.00 0.00 0.00 99.00 | |
08:12:04 AM 41 0.00 0.00 0.00 0.00 0.00 100.00 | |
08:12:05 AM 41 0.00 0.00 0.00 0.00 0.00 100.00 | |
08:12:06 AM 41 0.00 0.00 0.00 0.00 0.00 100.00 | |
08:12:07 AM 41 0.99 0.00 0.99 0.00 0.00 98.02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am unixsurfer on github. | |
* I am unixsurfer (https://keybase.io/unixsurfer) on keybase. | |
* I have a public key ASB1xMVqXvIudQ3W8fzhe35HpMfV7ZV9zNV99LVf-MigQAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/01/13 14:45:03 [INFO] Terraform version: 0.12.16 | |
2020/01/13 14:45:03 [INFO] Go runtime version: go1.12.13 | |
2020/01/13 14:45:03 [INFO] CLI args: []string{"/home/foouser/.tfenv/versions/0.12.16/terraform", "plan"} | |
2020/01/13 14:45:03 [DEBUG] Attempting to open CLI config file: /home/foouser/.terraformrc | |
2020/01/13 14:45:03 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/01/13 14:45:03 [INFO] CLI command args: []string{"plan"} | |
2020/01/13 14:45:03 [INFO] Setting AWS metadata API timeout to 100ms | |
2020/01/13 14:45:04 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020/01/13 14:45:04 [INFO] AWS Auth provider used: "SharedCredentialsProvider" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i-05bd5bb90f67d12a9 | |
i-05786896bc6eb7314 | |
i-061e8ab8468392e71 | |
i-0497cd946a4f0b2f4 | |
i-0fb7985985aa26b27 | |
i-0e3edbf875b3167e1 | |
i-0ec4a578e4a5d74ce | |
i-013ab1e2d07427741 | |
i-017df534ca2d8a557 | |
i-0aeecb7b92fc115f6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.go | |
// Copyright (C) 2023 pavlos <[email protected]> | |
// | |
// Distributed under terms of the MIT license. | |
// | |
package main | |
import ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"fmt" | |
"io" | |
"log" | |
"net" | |
"net/netip" | |
"regexp" |
OlderNewer