processLocksReadTotalMD=NewGaugeMD(processLocksReadTotal,"Number of current READ locks on this peer")
processLocksWriteTotalMD=NewGaugeMD(processLocksWriteTotal,"Number of current WRITE locks on this peer")
processCPUTotalSecondsMD=NewCounterMD(processCPUTotalSeconds,"Total user and system CPU time spent in seconds")
processGoRoutineTotalMD=NewGaugeMD(processGoRoutineTotal,"Total number of go routines running")
processIORCharBytesMD=NewCounterMD(processIORCharBytes,"Total bytes read by the process from the underlying storage system including cache, /proc/[pid]/io rchar")
processIOReadBytesMD=NewCounterMD(processIOReadBytes,"Total bytes read by the process from the underlying storage system, /proc/[pid]/io read_bytes")
processIOWCharBytesMD=NewCounterMD(processIOWCharBytes,"Total bytes written by the process to the underlying storage system including page cache, /proc/[pid]/io wchar")
processIOWriteBytesMD=NewCounterMD(processIOWriteBytes,"Total bytes written by the process to the underlying storage system, /proc/[pid]/io write_bytes")
processStarttimeSecondsMD=NewGaugeMD(processStartTimeSeconds,"Start time for MinIO process in seconds since Unix epoc")
processUptimeSecondsMD=NewGaugeMD(processUptimeSeconds,"Uptime for MinIO process in seconds")
processFileDescriptorLimitTotalMD=NewGaugeMD(processFileDescriptorLimitTotal,"Limit on total number of open file descriptors for the MinIO Server process")
processFileDescriptorOpenTotalMD=NewGaugeMD(processFileDescriptorOpenTotal,"Total number of open file descriptors by the MinIO Server process")
processSyscallReadTotalMD=NewCounterMD(processSyscallReadTotal,"Total read SysCalls to the kernel. /proc/[pid]/io syscr")
processSyscallWriteTotalMD=NewCounterMD(processSyscallWriteTotal,"Total write SysCalls to the kernel. /proc/[pid]/io syscw")
processResidentMemoryBytesMD=NewGaugeMD(processResidentMemoryBytes,"Resident memory size in bytes")
processVirtualMemoryBytesMD=NewGaugeMD(processVirtualMemoryBytes,"Virtual memory size in bytes")
processVirtualMemoryMaxBytesMD=NewGaugeMD(processVirtualMemoryMaxBytes,"Maximum virtual memory size in bytes")