Alexey Milovidov
|
db85ebfaa7
|
Add server-side time to Progress
|
2022-08-08 06:55:41 +02:00 |
|
Sergei Trifonov
|
2593dbcaa6
|
reuse Common/ExponentiallySmoothedCounter.h
|
2022-07-18 12:21:44 +02:00 |
|
Sergei Trifonov
|
82f98cfe6b
|
remove initial linear growth, increase avg period to 3 sec
|
2022-07-16 02:17:18 +02:00 |
|
Sergei Trifonov
|
8a5286ea4c
|
fix cpu usage metric in client
|
2022-07-16 00:27:26 +02:00 |
|
Azat Khuzhin
|
b3bf7589ef
|
Fix possible concurrent access in ProgressIndication
In case of all of the above:
- clickhouse-local
- input_format_parallel_parsing=true
- write_progress_on_update=true
It is possible concurrent access to the following:
- writeProgress() (class properties) (guarded with progress_mutex)
- thread_data/host_cpu_usage (guarded with profile_events_mutex)
v2: decrease number of rows for INSERT ProfileEvents test (10 times)
CI: https://s3.amazonaws.com/clickhouse-test-reports/37391/4bd5c335182279dcc5020aa081b13c3044135951/stateless_tests__debug__actions__[1/3].html
v3: decrease number of rows for INSERT ProfileEvents test (10 times) and add a comment
CI: https://s3.amazonaws.com/clickhouse-test-reports/37391/026d7f732cb166c90d6c287b02824b6c7fdebf0c/stateless_tests_flaky_check__address__actions_/runlog.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
f
|
2022-06-16 11:59:01 +03:00 |
|
Alexey Milovidov
|
0957c885e2
|
Remove -0. from CPU usage in the client
|
2022-06-14 23:36:16 +02:00 |
|
Nikolai Kochetov
|
56feef01e7
|
Move some resources
|
2022-05-20 19:49:31 +00:00 |
|
Alexey Milovidov
|
e8e19b8b0d
|
Always display resource usage in client
|
2021-12-29 01:20:34 +03:00 |
|
Dmitry Novik
|
a093395b9b
|
Process incremental profile events on client
|
2021-11-08 16:38:31 +03:00 |
|
Dmitry Novik
|
006a9a7c7d
|
Print more info about memory utilization
|
2021-10-13 16:26:54 +03:00 |
|
Dmitry Novik
|
f1bbc7f9b6
|
Fix hardware utilization info printing in client
|
2021-10-12 23:17:15 +03:00 |
|
Dmitry Novik
|
9f9af28b5e
|
Output memory usage with progress
|
2021-10-11 17:39:24 +03:00 |
|
Dmitry Novik
|
73df6190df
|
Cleanup code
|
2021-10-11 17:39:24 +03:00 |
|
Dmitry Novik
|
7e3caf96be
|
Fix cores approximation
|
2021-10-11 17:39:24 +03:00 |
|
Dmitry Novik
|
4c6b3c40f2
|
Calculate approximate cores number used
|
2021-10-11 17:39:24 +03:00 |
|
Dmitry Novik
|
15ac65aa33
|
Add thread usage info on client side
|
2021-10-11 17:39:24 +03:00 |
|
kssenii
|
7d3dee172c
|
FIx progress
|
2021-06-21 12:19:25 +00:00 |
|
Kseniia Sumarokova
|
47cb288834
|
Update src/Common/ProgressIndication.h
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
|
2021-06-18 00:24:28 +03:00 |
|
kssenii
|
de277f8ac4
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into progress-bar
|
2021-06-01 07:58:19 +00:00 |
|
kssenii
|
4574c09048
|
Fix style check
|
2021-05-14 08:35:51 +00:00 |
|
kssenii
|
c25be65ebf
|
Refactor progress bar, adjust progress indication for reading from file
|
2021-05-14 06:16:31 +00:00 |
|