示例#1
0
文件: client.go 项目: ushis/viscum
// Fetches the servers mem stats.
func mem(client *rpc.Client) (*rpc.Reply, error) {
	return client.MemStats()
}