快速支票交换和交互

swapp的Python项目详细描述


交换

在GNU/Linux系统中检查交换内存并将其删除的快速工具

安装

$ pip install swappy

编程用法

# create automatic procedurefromswappy.swappyimportswapcheck_mainconfig_pathname="/path/to/config.yml"swapcheck_main(config_pathname,simulation=False,display_stdout=True)# personnal usagefromswappy.swappyimportSwapInfoswap=SwapInfo()print(swap.swap_memory().percent)# percentage of swapprint(swap.swap_total)# total swap taken by systemprint(swap.count())# total process foundprint(swap.swap_info_text("pid"))# display text/plain output ordering by pidprint(swap.can_reset())# can we reset swap with left memories?

用于编写脚本

$ swappy-check --help
Python script to check linux swap pressure
By Mickael Badet (prog at mickbad dot com)
https://github.com/mickbad/swappy

Usage: swappy-check [options] /path/to/config.yml

Options:
  -h, --help  show this help message and exit
  --info      show in stdout swap files if alert [default=False]
  --simulate  simulate resetting swap [default=False]
  
$ sudo swappy-check /path/to/swappy.yml
Swap Checker v1.0.0
swap pressure: 0.00%

配置

# -------------------------------------------------------# - YaML configuration for swappy checker# -------------------------------------------------------# configuration for swap alertingswap:# percent alerting (float) **default = 50.0**alert-limit:20.0# ordering for array in template (name, pid or swap)order-by:swap# reset swap if alertreset-swap:True# post process after alertpre-process-alert:enable:Truecommands:# command list to before resetting-apt update-ls -lF /tmp# post process after alertpost-process-alert:enable:Truecommands:# command list to after resetting-apt update-ls -la /tmp# send email to adminsysemail:enable:Truefrom:Alert Swap <my@email.com>subject:Alert swap on this server for {dd}/{mm}/{yyyy} - {H}:{M}:{S}to:my@email.com, my_another@email.comtemplate:|<b>Alert swap detected:</b></br />➡️ <u>percent info</u>: {swap_percent} %<br />➡️ <u>list of pressure</u>:<br />{swap_list}<br /><br />AdminSys<br /># SMTP Configuraitonsmtp:host:localhostport:25tls:Falselogin:password:

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在netbeans GUI中使用checknode创建JTree?   java事件无限循环SWT   java Thymeleaf空值检查   javajavax。同样是加密JDK源代码   java getColumnIndex访问外部内存中的特定文件夹   无法在Java代码中打开特定的JAR文件   java如何使用安全约束来保护url的一部分?   windows如何从命令行安装/删除Java快速启动服务   JavaSpring数据JPA保存新实体并获取其所有依赖项   swing Java JButton大小问题   IF语句可以在数学中使用吗。麦克斯在爪哇?   java如何使用POI设置空白excel单元格   java在签名为return int的方法中返回null?   java思想,如何将多个mircoservice项目放在同一个窗口中   直接从intelliJ在系统终端上运行java程序?   java通过POST从React应用程序向Spring Boot发送数组