4b391e900c
use raw log stream in docker log collector
2019-11-06 07:32:29 -05:00
0a5a4c9062
add multi-line scrolling support, timestamps to error view
2019-05-22 17:38:01 +00:00
98fcfe8b6f
refactor connectors for retry logic, add error view
2019-05-22 16:58:55 +00:00
c1d4615cc0
Merge branch 'fr05t1k-exec'
2019-05-12 16:26:51 -04:00
d187e8c623
drop potentially empty initial frames during exec attach
2019-05-12 20:23:54 +00:00
d7384db373
Merge branch 'exec' of https://github.com/fr05t1k/ctop into fr05t1k-exec
2019-05-12 15:31:33 -04:00
b401e7b17e
Fix function comments based on best practices from Effective Go
...
Signed-off-by: CodeLingo Bot <bot@codelingo.io >
2019-03-07 02:33:29 +00:00
101ddad692
Fixed a problem with rendering
2018-10-28 13:43:24 +02:00
d59c91a461
Do not allow to close /dev/stdin
2018-10-26 17:08:33 +03:00
8a0bd3cf8a
remove unneeded cast
2018-10-25 22:22:28 +02:00
4d247f5272
replace unkeyed fiels with keyed fields when instantiating log struct
2018-10-25 22:17:05 +02:00
4d48245d7d
improve boolean logic
2018-10-25 22:12:17 +02:00
6bee1b7f31
remove unneeded select for simple channel receive
2018-10-25 22:11:17 +02:00
967a87a65f
Exec using API
2018-10-13 08:33:53 +03:00
9a185b2388
env-var
2018-10-05 17:35:22 -04:00
a72d43526f
add IP of networks in single view mode
2018-09-06 21:01:16 +02:00
f7a3d38d6b
add more commands in container manager menu
...
Signed-off-by: xiechengsheng <XIE1995@whut.edu.cn >
2018-06-22 15:41:16 +08:00
10b9a6c013
include windows build
2018-01-31 17:05:54 +00:00
a3b67e4607
add available connectors to help dialog
2018-01-30 07:54:13 -03:00
ac1ce18143
refactor enabled connectors
2018-01-29 12:47:10 +00:00
d785b263f4
add scale-cpu switch
2018-01-11 12:19:00 -03:00
1c8f4b3a35
add logging for log reader start/stop
2017-11-28 09:38:32 -05:00
3e5176a79c
add NewDockerLogs constructor method
2017-11-28 09:36:28 -05:00
a826859202
gofmt
2017-11-22 09:27:38 -05:00
71b4a1de94
add runc manager placeholder
2017-11-22 09:26:01 -05:00
436266b1a4
added container menu closes #28
2017-11-20 11:09:36 +00:00
a1ebf3f90e
remove duplicate inspect, trigger refresh on "health_status" events
2017-08-28 08:29:59 +09:00
626d50d3e9
Added health row to Info Single mode.
...
Change color status logic.
Highlight health status for Name column:
- starting - yellow
- healthy - green
- unhealthy - magenta
reformat
Fixed misprint
Removed unused colors of state widget.
Moved changes to another branch
Removed unused colors of state widget.
Remove swarm changes from master
Remove swarm changes from master
Remove swarm changes from master
2017-08-28 07:55:43 +09:00
55a356bbec
omit cache from memory usage stat
2017-08-11 16:44:52 +02:00
79a3f361a7
add container log struct to models, collectors
2017-07-04 12:32:25 +00:00
17e2c2df8e
add LogCollector interface, docker, mock log collectors
2017-06-27 14:18:17 -03:00
240345d527
add StreamLogs() to collector interface
2017-06-26 15:35:57 +00:00
2d284d9277
rename metrics subpackage
2017-06-26 15:35:57 +00:00
58d9e4e194
reverse host and container port in metadata
2017-06-18 17:17:56 -03:00
617b1b2863
omit runc connector from darwin build
2017-06-14 10:11:40 -03:00
400d9471b6
add pidcount,io to mock collector
2017-06-13 17:25:58 -03:00
1be452d7c0
refactor collectors into subpackage
2017-06-12 11:12:03 -03:00
a48a9031cc
move container sort to struct method
2017-06-12 10:40:52 -03:00
b5361c2a28
panic on missing runc root
2017-06-10 11:44:12 -03:00
e71b6cacce
prevent unlock until container sort complete
2017-06-10 11:09:21 -03:00
bdea7d5853
remove containers from connector map on destroyed state
2017-06-10 10:46:16 -03:00
53b612ab07
add additional logging messages
2017-06-10 09:36:34 -03:00
446708e456
add default runc root path
2017-06-09 18:35:28 -03:00
4dbc5653ff
update build ldflags to permit multiple runc dep versions
2017-06-09 15:18:11 -03:00
e8d9f3327c
runc connector optimizations
2017-06-09 14:56:39 -03:00
d372043a17
add --connector switch, validation
2017-06-09 14:35:29 -03:00
fb39d69fa7
add runc metric collector
2017-06-09 13:07:25 -03:00
b009a260a4
initial runc connector implementation
2017-06-08 15:33:34 -03:00
44379cd9fd
rename connectors
2017-06-08 12:01:08 -03:00
b85ca680f0
restructure container,connectors in subpackage
2017-06-08 11:51:02 -03:00