Linux watch 監控系統狀態

2022-03-13 20:45:36 字數 823 閱讀 7582

1、linux下watch命令的基本用法

# watch --help

usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=] [--no-title] [--version]

-d, --differences[=cumulative] highlight changes between updates

(cumulative means highlighting is cumulative)

-h, --help print a summary of the options

-n, --interval=seconds to wait between updates

-v, --version print the version number

-t, --no-title turns off showing the header

-d 啟用對比功能,當監控的狀態發生變化的時候,會標示出發生變化的位置

-h 輸出上面的幫助資訊

-n 設定重新整理時間,預設是2.0秒,可以設定為0.5秒等時間

-v 顯示本watch的版本號

-t 取消顯示watch軟體的提示標題

2、用法例項

2.1)監控我們的網路狀態

Linux watch 監控系統狀態

1 linux下watch命令的基本用法 watch help usage watch dhntv differences cumulative help interval no title version d,differences cumulative highlight changes bet...

gpustat Linux下面監控GPU狀態

nvidia smi是 nvidia 顯示卡命令列管理套件,基於 nvml 庫,旨在管理和監控 nvidia gpu 裝置。nvidia smi 的輸出 這是 nvidia smi 命令的輸出,其中最重要的兩個指標 視訊記憶體占用 gpu 利用率 視訊記憶體占用和 gpu 利用率是兩個不一樣的東西,...

SQL Server Audit監控觸發器狀態

原文 sql server audit監控觸發器狀態 本文所涉及的內容 contents 背景 contexts 實現 sql codes 注意事項 attention 疑問 questions 參考文獻 references dml觸發器一般會運用在業務系統的邏輯處理上,在你對資料庫使用者許可權控...