Piotr Kazmierczak
|
b63944b5c1
|
cleanup: replace TypeToPtr helper methods with pointer.Of (#14151)
Bumping compile time requirement to go 1.18 allows us to simplify our pointer helper methods.
|
2022-08-17 18:26:34 +02:00 |
Seth Hoenig
|
2631659551
|
ci: swap ci parallelization for unconstrained gomaxprocs
|
2022-03-15 12:58:52 -05:00 |
Mahmood Ali
|
00c9385a2b
|
fixup! device attributes in `nomad node status -verbose`
|
2018-12-12 09:17:31 -05:00 |
Mahmood Ali
|
14668f48d1
|
device attributes in `nomad node status -verbose`
This reports device attributes like the following:
```
$ nomad node status -self -verbose
ID = f7adb958-29e1-2a5a-2303-9d61ffaab33a
Name = mars.local
Class = <none>
DC = dc1
Drain = false
Eligibility = eligible
Status = ready
Uptime = 12h40m13s
Drivers
Driver Detected Healthy Message Time
docker true true healthy 2018-12-10T11:47:19-05:00
...
Attributes
cpu.arch = amd64
cpu.frequency = 2200
cpu.modelname = Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
cpu.numcores = 12
...
Device Group Attributes
Device Group = nomad/file/mock
block_device = sda1
filesystem = ext4
size = 63.2 GB
Meta
```
|
2018-12-10 12:18:24 -05:00 |
Mahmood Ali
|
9f69b8bfec
|
Rename helper_stats -> helper_devices
|
2018-12-10 12:18:24 -05:00 |