/* (c) Copyright 2011 Telefonica, I+D. Printed in Spain (Europe). All Rights Reserved. The copyright to the software program(s) is property of Telefonica I+D. The program(s) may be used and or copied only with the express written consent of Telefonica I+D or in accordance with the terms and conditions stipulated in the agreement/contract under which the program(s) have been supplied. */ package com.telefonica.claudia.slm.monitoring; public class MeasureTypes { static public String CPU_USAGE = "CPU_USAGE"; static public String MEMORY_USAGE = "MEMORY_USAGE"; static public String DISK_USAGE = "DISK_USAGE"; static public String NET_INPUT = "NET_INPUT"; static public String NET_OUTPUT = "NET_OUTPUT"; }