I want to get the memory used percentage from psutil.phymem_usage()
in python but when I run the function it returns this:
usage(total=520048640L, used=503255040L, free=16793600L, percent=81.5)
How can I filter it so that only the percent comes through?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…