or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
tags:
Linux
,SRE
SRE 讀書會 Round 4 #18 - 線上讀書會共筆
活動資訊
現場共筆
57 | 套路篇:Linux 性能工具速查 Jeri Chen
效能工具:
58 | 答疑(六):容器冷啟動如何性能分析? Hans Hsu
cold start v.s. hot start
cold standby v.s. hot standby
Java :
深入linux內核方法:
Q1 : 如何解決FAAS冷啟動?
A1 :
Q2 : 常用程式語言都使用什麼工具追蹤?
A2 :
Q3 : k8s pod 冷啟動也慢
A3 : 時間(快/慢)vs 空間(浪費/節省)
dive -> container image inspector
工具都好吃資源喔,手寫計時在程式內,存到LOG服務或LOG資料庫
後來就是把吃效能的工作都丟到queue處理去了
GreenVM
Azul Zulu
twitter - Java
參考資料