mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
More handy
This commit is contained in:
parent
fdf860adde
commit
8b55224350
@ -114,6 +114,7 @@ echo '----Version, build id-----------'
|
|||||||
./clickhouse local --query "SELECT format('The number of threads is: {}', value) FROM system.settings WHERE name = 'max_threads'" --output-format TSVRaw
|
./clickhouse local --query "SELECT format('The number of threads is: {}', value) FROM system.settings WHERE name = 'max_threads'" --output-format TSVRaw
|
||||||
./clickhouse local --query "SELECT format('Current time: {}', toString(now(), 'UTC'))"
|
./clickhouse local --query "SELECT format('Current time: {}', toString(now(), 'UTC'))"
|
||||||
echo '----CPU-------------------------'
|
echo '----CPU-------------------------'
|
||||||
|
cat /proc/cpuinfo | grep -i -F 'model name' | uniq
|
||||||
lscpu
|
lscpu
|
||||||
echo '----Block Devices---------------'
|
echo '----Block Devices---------------'
|
||||||
lsblk
|
lsblk
|
||||||
|
Loading…
Reference in New Issue
Block a user