-
Notifications
You must be signed in to change notification settings - Fork 3
/
screenshots.haml
111 lines (110 loc) · 3.53 KB
/
screenshots.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body{:onload => "animateBackground();"}
= Haml::Engine.new(File.read("assets/haml-includes/fullscreen.haml")).render
.content
= Haml::Engine.new(File.read("assets/haml-includes/logo.haml")).render
= Haml::Engine.new(File.read("assets/haml-includes/menu.haml")).render
.page
%h1 Screenshots
%p
Htop is of course a text-mode program, but here are
some screenshots of it running in terminals:
%p
New-style graphs using Braille Unicode characters, inspired by
= succeed "," do
%a{:href => "https://github.com/MrRio/vtop"} vtop
%p
%a{:href => "images/htop-2.0.png"}
%img{:src => "images/htop-2.0.png"}/
%p
Tree view, drawn with Unicode characters, new in htop 1.0:
%p
%a{:href => "images/htop-1.0-screenshot.png"}
%img{:src => "images/htop-1.0-screenshot.png"}/
%p
%hr/
%p
htop 1.0 showing the CPU average meter in graph mode:
%p
%a{:href => "images/htop_graph.gif"}
%img{:src => "images/htop_graph.gif"}/
%p
%hr/
%p
Since htop 1.0, there is better visual support for large numbers of processors. Here's a 64-core machine:
%p
%a{:href => "images/htop-64.png"}
%img{:src => "images/htop-64.png", :width => "700px"}/
%p
%hr/
%p
Configuring I/O scheduling priority (press "i"), new in htop 1.0.2:
%p
%img{:src => "images/htop-1.0.2-io.png"}/
%p
%hr/
%p
Configuring CPU affinity (press "a"), new in htop 0.7:
%p
%img{:src => "images/affinity.png"}/
%p
%hr/
%p
Tree view, SMP, and other features available since htop 0.5:
%p
%img{:src => "images/htop-0.5.png"}/
%p
%hr/
%p
Color themes are available since htop 0.5.4, to suit both dark and light terminals:
%p
%img{:src => "images/white_terminal.png"}/
%p
%hr/
%p
Default look, as of htop 0.4:
%p
%img{:src => "images/htop-0.4.png"}/
%p
%hr/
%p
A more conservative setup, using a monochrome terminal:
%p
%img{:src => "images/htop-monochrome.png"}/
%p
%hr/
%p
The meters at the header are fully customizable:
%p
%img{:src => "images/htop-novo.png"}/
%p
%hr/
%p
An impressive setup: htop running on a machine with 128 cores and 1TB of RAM:
%p
%a{:href => "images/128.png"}
%img{:src => "images/128.png", :width => "700px"}/
%p
%hr/
%p
And thanks to htop's 4-column display mode, you can fit even more cores in a screen
with ease and still have left for process information: here's a POWER8 machine with 176 cores!
(Thanks to
%a{:href => "http://twitter.com/stdlib"} @stdlib
for the screenshot)
%p
%a{:href => "images/176.png"}
%img{:src => "images/176.png", :width => "700px"}/
%p
%hr/
%p
And here's the other extreme -- htop running on the tiny Raspberry Pi:
%p
%a{:href => "images/RPi.png"}
%img{:src => "images/RPi.png", :width => "700px"}/
%br/
%br/
%br/