摘要:
psutil.cpu_percent() cpu 百分比 mem = psutil.virtual_memory()mem.total,mem.used mem.freepsutil.cpu_count() 逻辑cpupsutil.cpu_count(logical=False)物理cpupsuti 阅读全文
摘要:
/*备注:表空间是数据库的逻辑组成部分从物理上将:数据库数据存放在数据文件中从逻辑上将:数据库则是存放在表空间中表空间由一个或是多个数据文件组成*/ --1.查看用户下面的所有的表SELECT * FROM USER_TABLES;SELECT * FROM DBA_TABLES WHERE OWN 阅读全文
摘要:
使用系统命令top即可看到如下类似信息: Cpu(s): 0.0%us, 0.5%sy, 0.0%ni, 99.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st 但不知什么含义?google之 I try to explain these:us: is meaning of 阅读全文