Kenjiro Nakayama
|
71371fc592
|
tiny: Fix duplicated error message in CPU fingerprint
|
2016-08-07 12:49:40 +09:00 |
Alex Dadgar
|
14e950f882
|
Treat float as int
|
2016-06-22 15:09:39 -07:00 |
Alex Dadgar
|
4ff8edd2da
|
Floor CPU MHz and total compute and mark hostname as unique
|
2016-06-22 15:01:36 -07:00 |
Sean Chittenden
|
21b84fc3e6
|
Memoize the CPU stats. Error if CPU fingerprinting fails.
|
2016-06-17 12:13:53 -07:00 |
Sean Chittenden
|
686c125fea
|
Record and use only the first Mhz from the CPU fingerprinter.
Assume all cores are the same speed.
|
2016-06-17 11:06:57 -07:00 |
Sean Chittenden
|
4cc90753f8
|
In the debug log, split the unit from the measurement
awk(1) friendly is UNIX(tm) friendly.
|
2016-06-16 23:07:13 -07:00 |
Sean Chittenden
|
2dcb591cd8
|
Warn when we're unable to fingerprint the CPU Mhz
|
2016-06-16 23:07:13 -07:00 |
Sean Chittenden
|
b8e63411c0
|
Explicitly call `cpu.Counts()` to determine the CPU core count
Much safer than counting the number of InfoStat structs returned.
|
2016-06-16 23:07:13 -07:00 |
Diptanu Choudhury
|
15d867d5f1
|
Updated gopsutil
|
2016-05-28 19:42:34 -07:00 |
Sean Chittenden
|
9fd4b82390
|
Establish a floor of one core for the number of cores.
In most cases the upstream library [shirou/gopsutil](https://github.com/shirou/gopsutil)
needs to be fixed.
|
2016-05-09 12:22:40 -07:00 |
Sean Chittenden
|
53d4681b61
|
Emit various debugging information with the results of the fingerprinter
|
2016-05-09 12:21:51 -07:00 |
Alex Dadgar
|
f9fd83c696
|
Merge fix
|
2015-11-05 13:46:02 -08:00 |
Armon Dadgar
|
b213462cb4
|
Change CPU from float64 to int
|
2015-09-23 11:14:32 -07:00 |
Chris Bednarski
|
6123ba8b83
|
Get average frequency of all CPUs so we can do average frequency * cores for total compute
|
2015-08-27 13:35:54 -07:00 |
Clint
|
e3348ad809
|
Merge pull request #6 from hashicorp/cpu-resources
populate CPU in Node Resources
|
2015-08-27 15:26:00 -05:00 |
Chris Bednarski
|
78767f0ff4
|
Merge pull request #4 from hashicorp/f-storage-fingerprint
Add storage fingerprinter
|
2015-08-27 12:43:18 -07:00 |
Chris Bednarski
|
d17c6128c8
|
Changed logs to errors; added data to node.Resources.DiskMB
|
2015-08-27 12:23:17 -07:00 |
Clint Shryock
|
58be8ba139
|
populate CPU in Node Resources
|
2015-08-27 14:15:56 -05:00 |
Clint Shryock
|
cacb8074d3
|
Add cpu.frequency, cpu.totalcompute
|
2015-08-27 09:19:53 -05:00 |
Clint Shryock
|
9a92383b69
|
refactor into multiple fingerprints
|
2015-08-26 16:29:18 -05:00 |