Linux command – nice / renice & ionice
程序的執行可以透過手動調整來提高或是降低其程序使用 CPU 與 I/O 的資源. CPU 排程,請參考 – https://access.redhat.com/documentation/zh-tw/red_hat_enterprise_linux/6/html/performance_ […]
程序的執行可以透過手動調整來提高或是降低其程序使用 CPU 與 I/O 的資源. CPU 排程,請參考 – https://access.redhat.com/documentation/zh-tw/red_hat_enterprise_linux/6/html/performance_ […]
WordPress 是 CMS 的一種,什麼是 CMS(content management system),因為網站的管理不像是以前寫寫幾個 HTML 幾張網頁就可以解決了.所以需要一套專門管理網站內容的軟體. 目前把 wordpress 網站架設在 Google Cloud Platform & […]
測試環境為 CentOS 7 x86_64 使用者的權限可以區分為 登入權限,請參考 https://benjr.tw/97973 使用者存取 資料庫(DateBase)/資料表(Table)/資料欄(column)權限,請參考 https://benjr.tw/98033 權限有分為 管理權限 結 […]
測試環境為 SSH Client: Mac OS SSH Server: Google Cloud Platform Compute Engine 虛擬機 – Ubuntu 16.04 一開始要連線到 VM 可以在 執行個體詳細資料 / 遠端存取 / SSH 在瀏覽器視窗中開啟. 如果要 […]
測試環境為 Google Cloud Platform – Ubuntu 16.04 與 Ubuntu 18.04 雖然 Linode.com 最便宜的 1GB RAM + 1 CPU Core 只要 $5/mo , 但 Google 更狠, Google Cloud Platform […]
測試環境為 CentOS7 x86_64 (虛擬機, CPUx2) /proc/interrupts IRQ (Interrupt request) 是當週邊裝置需要資料的傳輸時會產生一個中斷請求給 CPU ,並請 CPU 停止工作並幫忙處理處理週邊資料的傳輸,每個 I/O 會有各自的 IRQ (中 […]
一支簡單的 copy 程式花了很多的執行時間,透過 top 來檢視,卻發現程式大部分的時間花在 wa : iowait (CPU 花在等待 I/O 的百分比),完全不知道為什麼. 測試環境為 CentOS7 虛擬機 程式到底在執行哪一些呼叫,在 Linux 環境下可以透過 perf – […]
在 NUMA 架構下要如何監控 QPI / UPI 介面的狀態呢! 測試環境為 CentOS7 什麼是 NUMA ? 多核心的處理器最早是透過對稱多處理 SMP (Symmetric multiprocessing) 的方式,所有的 CPU 核心對於記憶體的存取是共用的,但是當 CPU 核心數太多時 […]
透過 hwinfo 的功能可以檢視系統的硬體設施. 包括 arch, bios, block, bluetooth, braille, bridge, camera, cdrom, chipcard, cpu, disk, dsl, dvb, fingerprint, floppy, framebu […]
在 NUMA (Non-uniform memory access) 架構下,如何知道記憶體的存取效能如何,Intel 提供了 Memory Latency Checker 可以做檢查.下載點 https://software.intel.com/en-us/articles/intelr-memo […]