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
83
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
37
"Ya Ne Lochu Comp" Challenge.
allomov
1
88
Catch and Throw in Ruby
allomov
0
40
Mortal Rubizza
allomov
0
79
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
48
Vault-tec: Safest Future
allomov
0
230
Promises and Reality
allomov
1
51
Cloud Theory for Rubizza Classes
allomov
0
87
Антология деплоя
allomov
0
74
Other Decks in Technology
See All in Technology
Test Smarter, Not Harder: Achieving Confidence in Complex Distributed Systems
eliasnogueira
1
110
プロジェクトマネージャーに最後まで残るたった一つの仕事は交渉
ichimichi
1
160
【ClickHouseMeetup】ClickHouseを活用したセキュリティログ解析AIエージェント『LogEater』とは
hssh2_bin
0
110
AI とペアプロしてわかった 3 つのヒューマンエラー
takahiroikegawa
0
160
LT:組込み屋さんのオシロが壊れた!
windy_pon
0
580
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.4k
GitHub Copilot Use Cases at ZOZO
horie1024
1
330
Drawing with LLMs
rist
0
160
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
48
32k
CSSの最新トレンド Ver.2025
tonkotsuboy_com
10
3.6k
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
2025advance01
minamizaki
0
140
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
42
2.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
470
Bash Introduction
62gerente
614
210k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
The Cult of Friendly URLs
andyhume
78
6.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
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