Skip to content

Instantly share code, notes, and snippets.

View unixsurfer's full-sized avatar
🏄‍♂️

Pavlos Parissis unixsurfer

🏄‍♂️
  • Adyen
  • Amsterdam, The Netherlands
  • 12:55 (UTC +02:00)
View GitHub Profile
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
### 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:
@unixsurfer
unixsurfer / gist:736b8d82f1674f60682f5793a712752c
Created January 13, 2020 13:53
tf.log akamai provider issue
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"
@unixsurfer
unixsurfer / ap-northeast-1.list-1
Created July 10, 2022 06:59
1st 30% of VMs in ap-northeast-1
i-05bd5bb90f67d12a9
i-05786896bc6eb7314
i-061e8ab8468392e71
i-0497cd946a4f0b2f4
i-0fb7985985aa26b27
i-0e3edbf875b3167e1
i-0ec4a578e4a5d74ce
i-013ab1e2d07427741
i-017df534ca2d8a557
i-0aeecb7b92fc115f6
//
// main.go
// Copyright (C) 2023 pavlos <[email protected]>
//
// Distributed under terms of the MIT license.
//
package main
import (
package main
import (
"context"
"fmt"
"io"
"log"
"net"
"net/netip"
"regexp"