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
80
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
33
"Ya Ne Lochu Comp" Challenge.
allomov
1
82
Catch and Throw in Ruby
allomov
0
35
Mortal Rubizza
allomov
0
73
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
45
Vault-tec: Safest Future
allomov
0
190
Promises and Reality
allomov
1
49
Cloud Theory for Rubizza Classes
allomov
0
81
Антология деплоя
allomov
0
71
Other Decks in Technology
See All in Technology
Copilotの力を実感!3ヶ月間の生成AI研修の試行錯誤&成功事例をご紹介。果たして得たものとは・・?
ktc_shiori
0
350
Reactフレームワークプロダクトを モバイルアプリにして、もっと便利に。 ユーザに価値を届けよう。/React Framework with Capacitor
rdlabo
0
130
Bring Your Own Container: When Containers Turn the Key to EDR Bypass/byoc-avtokyo2024
tkmru
0
850
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!座学①
siyuanzh09
0
110
GoogleのAIエージェント論 Authors: Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic
customercloud
PRO
0
150
WantedlyでのKotlin Multiplatformの導入と課題 / Kotlin Multiplatform Implementation and Challenges at Wantedly
kubode
0
250
【JAWS-UG大阪 reInvent reCap LT大会 サンバが始まったら強制終了】“1分”で初めてのソロ参戦reInventを数字で振り返りながら反省する
ttelltte
0
140
今から、 今だからこそ始める Terraform で Azure 管理 / Managing Azure with Terraform: The Perfect Time to Start
nnstt1
0
240
「隙間家具OSS」に至る道/Fujiwara Tech Conference 2025
fujiwara3
7
6.4k
【NGK2025S】動物園(PINTO_model_zoo)に遊びに行こう
kazuhitotakahashi
0
230
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
1
16k
【Oracle Cloud ウェビナー】2025年のセキュリティ脅威を読み解く:リスクに備えるためのレジリエンスとデータ保護
oracle4engineer
PRO
1
100
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Raft: Consensus for Rubyists
vanstee
137
6.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
19
2.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Speed Design
sergeychernyshev
25
740
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
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