Esempio n. 1
0
File: stats.py Progetto: nirs/vdsm
def get_interfaces_stats():
    return net_api.network_stats()
Esempio n. 2
0
def get_interfaces_stats():
    return net_api.network_stats()
Esempio n. 3
0
 def getNetworkStatistics(self):
     net_stats = api.network_stats()
     return SUCCESS, '', net_stats