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
89
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
49
"Ya Ne Lochu Comp" Challenge.
allomov
1
96
Catch and Throw in Ruby
allomov
0
46
Mortal Rubizza
allomov
0
96
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
53
Vault-tec: Safest Future
allomov
0
260
Promises and Reality
allomov
1
56
Cloud Theory for Rubizza Classes
allomov
0
92
Антология деплоя
allomov
0
81
Other Decks in Technology
See All in Technology
dbt meetup #19 『dbtを『なんとなく動かす』を卒業します』
tiltmax3
0
120
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
150
primeNumber DATA MANAGEMENT CAMP #2:
masatoshi0205
1
610
2026年のAIエージェント構築はどうなる?
minorun365
11
2.5k
Introduction to Bill One Development Engineer
sansan33
PRO
0
370
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
20260222ねこIoTLT ねこIoTLTをふりかえる
poropinai1966
0
290
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
43k
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
190
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
71k
器用貧乏が強みになるまで ~「なんでもやる」が導いたエンジニアとしての現在地~
kakehashi
PRO
5
600
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
174
15k
Side Projects
sachag
455
43k
Done Done
chrislema
186
16k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
360
It's Worth the Effort
3n
188
29k
For a Future-Friendly Web
brad_frost
183
10k
WCS-LA-2024
lcolladotor
0
470
How to build a perfect <img>
jonoalderson
1
5.2k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.3k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
310
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