You are not logged in.
I have the latest htop (1.0.3) installed on my desktop. The system load meter only shows the last 2 (5 and 15 minute) load averages. Top and uptime display all three values.
How can I get htop to display all three load averages?
Last edited by subraizada3 (2014-06-06 20:45:37)
Offline
might be a setting in your htoprc
Offline
I had searched my filesystem for a htoprc before, I'm not sure why I couldn't find it at that time.
I can't find any fields that seem to be related to this in the htoprc.
~/.config/htop/htoprc:
fields=0 2 48 18 39 47 46 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=1
header_margin=0
detailed_cpu_time=0
cpu_count_from_zero=1
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0
delay=15
left_meters=CPU Memory
left_meter_modes=1 1
right_meters=Tasks LoadAverage
right_meter_modes=2 2
Offline
try changing the colour scheme (F2 > Colors) and see if the number appears, if so then it's likely your shell colours
Offline
Yes, the color scheme was the issue. I use Solarized Dark as my terminal's color scheme. I find that in Htop the Black Night color scheme is similar to the Default color scheme.
Offline