Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
cpu-usage-measurement
Search
Aliaksandr Lomau
September 17, 2015
Technology
0
86
cpu-usage-measurement
Lighthouse Meetups, Minsk, Sept, 2015
Aliaksandr Lomau
September 17, 2015
Tweet
Share
More Decks by Aliaksandr Lomau
See All by Aliaksandr Lomau
Fails Night
allomov
0
48
"Ya Ne Lochu Comp" Challenge.
allomov
1
91
Catch and Throw in Ruby
allomov
0
44
Mortal Rubizza
allomov
0
89
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
52
Vault-tec: Safest Future
allomov
0
250
Promises and Reality
allomov
1
53
Cloud Theory for Rubizza Classes
allomov
0
90
Антология деплоя
allomov
0
75
Other Decks in Technology
See All in Technology
今すぐGoogle Antigravityを触りましょう
rfdnxbro
0
170
AWS re:Invent 2025 で頻出の 生成 AI サービスをおさらい
komakichi
3
230
変わるもの、変わらないもの :OSSアーキテクチャで実現する持続可能なシステム
gree_tech
PRO
0
810
Android Studio Otter の最新 Gemini 機能 / Latest Gemini features in Android Studio Otter
yanzm
0
370
SRE視点で振り返るメルカリのアーキテクチャ変遷と普遍的な考え
foostan
2
1.4k
re:Inventにおける製造業のこれまでとこれから
hamadakoji
0
360
AI × クラウドで シイタケの収穫時期を判定してみた
lamaglama39
1
390
Kubernetesと共にふりかえる! エンタープライズシステムのインフラ設計・テストの進め方大全
daitak
0
460
ローカルLLM基礎知識 / local LLM basics 2025
kishida
23
8.5k
ローカルVLM OCRモデル + Gemini 3.0 Proで日本語性能を試す
gotalab555
1
160
単一Kubernetesクラスタで実現する AI/ML 向けクラウドサービス
pfn
PRO
1
370
国産クラウドを支える設計とチームの変遷 “技術・組織・ミッション”
kazeburo
4
8.8k
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
A designer walks into a library…
pauljervisheath
210
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.6k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Side Projects
sachag
455
43k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.8k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Transcript
CPU Usage Measurement
What Metrics Do We Have 1.Instructions per second 2.Instructions per
cycle 3.Performance per watt 4.FLOPS (floatting point per second)
How Does Processor Work?
How Does Processor Work? https://www.youtube.com/watch?v=cNN_tTXABUA
“Scott CPU”
“Scott CPU”
“Scott CPU” Addresses Instructions Parameters
“Scott CPU” Addresses Instructions Parameters
Inside of “Scott CPU”
Do You Want to See How CPU Works?
Do you want to see it? http://visual6502.org/
What Metrics Do We Have? 1.Instructions per second 2.Instructions per
cycle 3.Performance per watt 4.FLOPS (floatting point per second)
MIPS = (Processor clock speed * Num Instructions executed per
cycle)/(10^6) Instructions Per Second https://en.wikipedia.org/wiki/Instructions_per_second CPU Benchmarking: https://en.wikipedia.org/wiki/SPECint - two metrics: base and peak
Instructions Per Cycle https://en.wikipedia.org/wiki/Instructions_per_cycle
Linux CPU Load http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
Linux CPU Load
How to Load CPU?
How to Load CPU? Fork Bomb :(){ :|:& };: http://www.cyberciti.biz/faq/understanding-bash-fork-bomb/
http://www.brendangregg.com/ Brendan Gregg's Blog
None
None
END