Diptanu Choudhury
|
2b37f08d49
|
creating the host cpu percent calculator lazily
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
2ff43788a0
|
simplified the stats method in basic executor
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
097bab52a9
|
Fixed the logic of scanpids
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
f93820f40c
|
Added comments
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
c2da19bf11
|
Refactored the api for NewHostStatsCollector
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
0b0d0764e4
|
Changed signature of Allocation Stats Reporter
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
75c7f84490
|
Simplified the docker stats collection
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
98016ec066
|
Incorporated review comments for executor
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
c46400597e
|
Making the stats collection interval and number of data points to keep in memory configurable
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
b6e5227e7a
|
Renamed monitorUsage method
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
d2021e2953
|
Changed the signature of ResourceUsageTS
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
666b419dba
|
Acquiring locks before iterating allocations and tasks
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
464812ea3b
|
Changed the stats endpoints
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
ecf2492138
|
Making task a flag in the stats command
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
05c221186b
|
Added disk usage to node status
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
cf247c1309
|
Added uptime to node stats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
73fa700a88
|
Showing host resource usage stats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
d5a6d6533f
|
Added a stats api for retreiving node stats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
313c61b9db
|
Added pidstats in task resource usage struct
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
cfd3016747
|
Renamed CpuUsage to CpuStats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
77357ccf80
|
Added a test for calculating cpu stats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
84cd943c48
|
Stopping stats collection of tasks which has been destroyed
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
193bbc10f8
|
Fixed the percentage calculation for cgroups
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
f970841472
|
Added missing vendored dependencies
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
7744a41358
|
Added some docs
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
b884253d39
|
Added locks to RingBuf
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
22c3f6fee0
|
Implemented nomad cpu percentage calculator
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
2f06fa8e63
|
Using humanize for showing memory
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
510eb14245
|
Reporting percentage usage of cpu in nomad stats
|
2016-05-28 19:59:03 -07:00 |
Diptanu Choudhury
|
e9b8360ca7
|
updating the CpuStats api
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
74e3cb804b
|
Vendoring go-ps
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
e37a108b4c
|
Implemented cpu stats
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
1789dbd1ff
|
Fixed implementation of the docker stats
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
9790516a22
|
Added the PidStats method on the executor
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
63166d0e46
|
Adding a query param to return time series of stats
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
c347b27e6a
|
Implemented stats for raw_exec
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
9a96dddc07
|
Added some docs to resource stats endpoint
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
b9feae89ce
|
Making the conversion to Stats simpler
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
f84f93c817
|
Returning nil if peek is called before any value is enqueued
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
91d2cf319e
|
Added some documentation
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
7569b1af2e
|
Collecting host stats
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
15d867d5f1
|
Updated gopsutil
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
f3d0aecafe
|
Reporting time series of stats
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
8abc594da1
|
Added a ringbuff datastructure
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
13825f434e
|
Added the nomad stats command
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
2b86bb3396
|
Added cpu stats
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
0fb0e0237f
|
Added a client API to display resource usage of an allocation
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
6c1b60ff07
|
Add the Stats api to driverhandle
|
2016-05-28 19:42:34 -07:00 |
Diptanu Choudhury
|
bc81cae12c
|
Merge pull request #1207 from dkerwin/docker_add_shm_size
Add support for shm_size to docker driver
|
2016-05-28 19:28:59 -07:00 |
Diptanu Choudhury
|
bc2d0bbeb4
|
Merge pull request #1212 from kennethzfeng/master
Add reload command to systemd unit file
|
2016-05-28 19:27:49 -07:00 |