Debugging overload detection

This commit is contained in:
Anton Beloglazov 2012-10-19 18:25:16 +11:00
parent 7e1793b6b9
commit 242c2656b3

View File

@ -105,7 +105,7 @@ def physical_cpu_mhz(vir_connection):
:return: The CPU frequency in MHz.
:rtype: int
"""
return vir_connection.getInfo()[1]
return vir_connection.getInfo()[3]
@contract