自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

連續(xù)霸榜Github!又有一個(gè)Linux神器出現(xiàn)了

系統(tǒng) Linux
最近又有一個(gè)Linux神器出現(xiàn)了,連續(xù)霸榜Github Trending榜單將近一周了,bashtop是一個(gè)用Bash編寫的 Linux 資源監(jiān)視器,可以顯示處理器、內(nèi)存、磁盤、網(wǎng)絡(luò)和進(jìn)程的使用情況與狀態(tài)。

最近又有一個(gè)Linux神器出現(xiàn)了,連續(xù)霸榜Github Trending榜單將近一周了,bashtop是一個(gè)用Bash編寫的 Linux 資源監(jiān)視器,可以顯示處理器、內(nèi)存、磁盤、網(wǎng)絡(luò)和進(jìn)程的使用情況與狀態(tài)。

在Reddit和Hacker News上面也有網(wǎng)友們討論。bashtop 的功能特性有很多,匯總?cè)缦拢?/p>

  • 易于使用,帶有受游戲啟發(fā)的菜單系統(tǒng)。
  • 快速響應(yīng)的 UI,帶有 UP、DOWN 鍵可快速對(duì)進(jìn)程進(jìn)行選擇。
  • 可顯示所選進(jìn)程的詳細(xì)統(tǒng)計(jì)信息。
  • 可以過(guò)濾進(jìn)程。
  • 在排序選項(xiàng)之間輕松切換。
  • 發(fā)送 SIGTERM、SIGKILL、SIGINT 選擇進(jìn)程。
  • 帶有用于更改所有配置文件選項(xiàng)的 UI 菜單。
  • 網(wǎng)絡(luò)使用情況的自動(dòng)縮放圖。
  • 如果有新版本可用,則在菜單中顯示消息。

UI界面顯示的是你事先設(shè)定的進(jìn)程相關(guān)的詳細(xì)信息,如下圖所示:

主菜單頁(yè)面如下所示:

 

選項(xiàng)卡菜單如下所示:

 

所有選項(xiàng)都可以在用戶界面內(nèi)更改。配置文件存儲(chǔ)在“ $ HOME / .config / bashtop”文件夾中,bashtop.cfg :(如果找不到則自動(dòng)生成)

  1. #? Config file for bashtop v. 0.8.0 
  2.  
  3. #* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes""Default" for builtin default theme 
  4. color_theme="Default" 
  5.  
  6. #* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs 
  7. update_ms="2500" 
  8.  
  9. #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive" 
  10. #* "cpu lazy" upates sorting over time"cpu responsive" updates sorting directly at a cpu usage cost 
  11. proc_sorting="cpu lazy" 
  12.  
  13. #* Reverse sorting order"true" or "false" 
  14. proc_reversed="false" 
  15.  
  16. #* Check cpu temperature, only works if "sensors" command is available and have values for "Package" and "Core" 
  17. check_temp="true" 
  18.  
  19. #* Draw a clock at top of screen, formatting according to strftime, empty string to disable 
  20. draw_clock="%R" 
  21.  
  22. #* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort 
  23. background_update="true" 
  24.  
  25. #* Custom cpu model name, empty string to disable 
  26. custom_cpu_name="" 
  27.  
  28. #* Enable error logging to "$HOME/.config/bashtop/error.log""true" or "false" 
  29. error_logging="true" 

命令行選項(xiàng),不過(guò)這項(xiàng)功能暫未實(shí)現(xiàn):

  1. USAGE: bashtop 

感興趣的伙伴們不要錯(cuò)過(guò)了哦,最后附上項(xiàng)目地址:https://github.com/aristocratos/bashtop

責(zé)任編輯:未麗燕 來(lái)源: 開(kāi)源最前線
相關(guān)推薦

2019-07-18 10:49:15

GitHub軟件代碼

2021-03-29 10:05:49

GitHub代碼開(kāi)發(fā)者

2023-06-20 08:28:17

2019-03-29 09:24:36

國(guó)內(nèi)程序員微博GitHub

2021-04-25 15:35:30

開(kāi)源技術(shù) 軟件

2020-07-15 15:21:06

谷歌開(kāi)源機(jī)器學(xué)習(xí)

2023-06-26 17:45:14

編程語(yǔ)言ChatGPTJavaScript

2019-12-27 14:26:33

Github開(kāi)源搶票神器

2021-09-24 14:11:19

GitHub Python開(kāi)發(fā)

2025-04-21 00:00:02

2019-05-08 15:27:15

命令Windows微軟

2019-12-03 15:03:02

GitHub開(kāi)發(fā)者榜單

2022-12-12 09:01:03

2019-12-20 07:14:03

密碼網(wǎng)絡(luò)攻擊網(wǎng)絡(luò)安全

2019-12-30 12:29:48

技術(shù)周刊

2022-04-07 09:37:23

AI開(kāi)源GitHub

2023-11-22 08:26:03

HutoolJava工具集

2021-05-17 10:32:10

命令行工具GitHub代碼

2021-04-22 15:25:29

AI 數(shù)據(jù)人工智能

2020-04-30 09:30:32

Linux 監(jiān)視器 GitHub
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)