我的服务器在 debian Wheezy 和 htop 1.0.1 上运行,但除了 CPU 的 100.0% 值外,仪表栏上没有显示任何值。
是否可以始终显示仪表的值?
这是我服务器上 htop 的当前显示:
但我希望我的仪表上始终有数字,就像https://hisham.hm/htop/index.php?page=screenshots 的截图一样:

我的 htoprc 位于 ~/.config/htop/htoprc 并包含以下数据:
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
show_thread_names=0
highlight_base_name=1
highlight_megabytes=1
highlight_threads=0
tree_view=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
color_scheme=0
delay=15
left_meters=LeftCPUs2 CPU Memory Swap
left_meter_modes=1 1 1 1
right_meters=RightCPUs2 Tasks LoadAverage Uptime
right_meter_modes=1 2 2 2
Run Code Online (Sandbox Code Playgroud)