/*
  Hyperledger Cactus API
 
  Interact with a Cactus deployment through HTTP.
 
  The version of the OpenAPI document: 0.0.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package org.hyperledger.cactus.cmd_api_server;


message MemoryUsagePB {
  float rss = 113234;

  float heapTotal = 114487480;

  float heapUsed = 30910521;

  float external = 210148408;

  float arrayBuffers = 116952168;

}
