예제 #1
0
파일: client.go 프로젝트: ushis/viscum
// Fetches the servers mem stats.
func mem(client *rpc.Client) (*rpc.Reply, error) {
	return client.MemStats()
}