Diptanu Choudhury
c760d5910f
Renamed error message in alloc endpoint
2016-05-28 20:03:52 -07:00
Diptanu Choudhury
993675dd4e
Added a test for docker
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
15e79c3783
Changing the api of the stats endpoints
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
f16191c297
comments
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
f765e82a11
Stopping the metrics collector timers using defer and starting to collect host stats right away
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
03c9d94a2b
Making the call to Stats on a go-routine
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
b51b08b39e
Added a test to validate we are collecting stats
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
c99733e8c7
Fixed the compilation on linux
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
2c5233814a
simplified the stats method in basic executor
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
f59ad3da53
Fixed the logic of scanpids
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
3a2cce2419
Simplified the docker stats collection
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
584c1e34fb
Incorporated review comments for executor
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
6132ccc230
Added pidstats in task resource usage struct
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
3192e318e9
Renamed CpuUsage to CpuStats
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
458b7014e4
Added a test for calculating cpu stats
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
3dc28bd871
Stopping stats collection of tasks which has been destroyed
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
16f298fb95
Fixed the percentage calculation for cgroups
2016-05-28 19:59:20 -07:00
Diptanu Choudhury
df68129e5a
Added some docs
2016-05-28 19:59:03 -07:00
Diptanu Choudhury
b7158be541
Added locks to RingBuf
2016-05-28 19:59:03 -07:00
Diptanu Choudhury
98068678f1
Implemented nomad cpu percentage calculator
2016-05-28 19:59:03 -07:00
Diptanu Choudhury
30cbfe1f71
Implemented cpu stats
2016-05-28 19:51:22 -07:00
Diptanu Choudhury
ea1370d426
Fixed implementation of the docker stats
2016-05-28 19:51:22 -07:00
Diptanu Choudhury
9a851a11ee
Added the PidStats method on the executor
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
c85b4de46a
Adding a query param to return time series of stats
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
0fdff61d2d
Implemented stats for raw_exec
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
7d8196d7ea
Added some documentation
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
f390261cd0
Reporting time series of stats
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
50250b1455
Added the nomad stats command
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
a485a38029
Added cpu stats
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
01e0ae7753
Added a client API to display resource usage of an allocation
2016-05-28 19:42:34 -07:00
Diptanu Choudhury
1cae57aee9
Add the Stats api to driverhandle
2016-05-28 19:42:34 -07:00
Daniel Kerwin
98b227fecf
Add support for shm_size to docker driver. Required update of go-dockerclient
...
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
2016-05-27 12:30:04 +02:00
Diptanu Choudhury
8e63a6a602
Fixed docker test
2016-05-22 02:49:33 -07:00
Sean Chittenden
29be52f762
Speling police
2016-05-15 09:41:34 -07:00
Diptanu Choudhury
522eebcbc1
Using a helper method to create service identifiers
2016-05-14 00:43:25 -07:00
Diptanu Choudhury
de660c4acf
Removed allocID and task name from consul service
2016-05-11 16:26:41 -07:00
Diptanu Choudhury
2663ef9d6a
Refactored the signature of NewConsulService
2016-05-11 15:22:58 -07:00
Sean Chittenden
9d4e37af81
Merge pull request #1156 from hashicorp/f-x-sys-unix
...
Use x/sys/unix vs syscall package where appropriate
2016-05-09 11:56:00 -07:00
Sean Chittenden
b84bf392df
Rename the windows exec driver file to be the default exec driver.
...
No functional difference in practice, but results in a more clean build.
2016-05-09 11:32:05 -07:00
capone212
e616e5446d
Added java
2016-05-09 17:27:01 +03:00
capone212
23c5b584a4
Reverted blank line
2016-05-09 17:23:38 +03:00
capone212
2a4bea364c
Fixed CR defect
2016-05-09 17:22:01 +03:00
capone212
a363479fb0
Added consul script check support for raw_exec driver
2016-05-09 13:35:19 +03:00
Sean Chittenden
f70c9ee849
Re-sort functions back to the same ordering as master
2016-05-08 11:46:20 -07:00
Sean Chittenden
72005b7d25
Remove stray debugging fmt.Printf
2016-05-08 11:43:43 -07:00
Sean Chittenden
22aecf1402
Revert making UniversalExecutor.wait() platform specific
2016-05-08 11:21:34 -07:00
Sean Chittenden
b53183a332
Revert making UniversalExecutor.wait() platform specific
2016-05-08 11:17:27 -07:00
Sean Chittenden
46a2d5de0b
Revert making UniversalExecutor.wait() platform specific
2016-05-08 00:13:28 -07:00
Sean Chittenden
92bad38729
Catch up with error message drift in docker
2016-05-07 15:46:44 -07:00
Sean Chittenden
16b0ad4263
Break out the windows vs UNIX Fingerprinter
...
cgroup's are applicable to Windows and will require a more specific abstraction. Stub out the difference. The *NIX exec drivers will likely be broken out over time (e.g. *BSD and Solaris).
2016-05-07 12:37:15 -07:00