mirror of
				https://gitlab.com/libvirt/libvirt.git
				synced 2025-10-30 20:24:58 +03:00 
			
		
		
		
	latency: Expose the new API for Python binding
This commit is contained in:
		| @@ -128,6 +128,13 @@ | ||||
|       <arg name='domain' type='virDomainPtr' info='a domain object'/> | ||||
|       <arg name='path' type='char *' info='the path for the block device'/> | ||||
|     </function> | ||||
|     <function name='virDomainBlockStatsFlags' file='python'> | ||||
|       <info>Extracts block device statistics parameters of a running domain</info> | ||||
|       <return type='virTypedParameterPtr' info='None in case of error, returns a dictionary of params'/> | ||||
|       <arg name='domain' type='virDomainPtr' info='pointer to domain object'/> | ||||
|       <arg name='path' type='char *' info='the path for the block device'/> | ||||
|       <arg name='flags' type='int' info='flags (unused; pass 0)'/> | ||||
|     </function> | ||||
|     <function name='virDomainInterfaceStats' file='python'> | ||||
|       <info>Extracts interface device statistics for a domain</info> | ||||
|       <return type='virDomainInterfaceStats' info='a tuple of statistics'/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user