Changeset 11818 for main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
- Timestamp:
- 24 Sep 2014, 15:25:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r11816 r11818 320 320 for (key, func) in ( 321 321 ('swap-mem', psutil.swap_memory), 322 ('virt-mem', psutil.virtual_memory), 322 323 ): 323 324 max_val = max_values.get(key, None)
Note: See TracChangeset for help on using the changeset viewer.