PHP 클래스 EricMakesStuff\ServerMonitor\Monitors\DiskUsageMonitor

상속: extends BaseMonitor
파일 보기 프로젝트 열기: ericmakesstuff/laravel-server-monitor 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$alarmPercentage integer
$freeSpace integer
$path string
$percentageUsed float
$totalSpace integer
$usedSpace integer

공개 메소드들

메소드 설명
__construct ( array $config )
getAlarmPercentage ( ) : string
getFreeSpace ( ) : string
getPath ( ) : mixed | string
getPercentageUsed ( ) : string
getTotalSpace ( ) : string
getUsedSpace ( ) : string
runMonitor ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $config )
$config array

getAlarmPercentage() 공개 메소드

public getAlarmPercentage ( ) : string
리턴 string

getFreeSpace() 공개 메소드

public getFreeSpace ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : mixed | string
리턴 mixed | string

getPercentageUsed() 공개 메소드

public getPercentageUsed ( ) : string
리턴 string

getTotalSpace() 공개 메소드

public getTotalSpace ( ) : string
리턴 string

getUsedSpace() 공개 메소드

public getUsedSpace ( ) : string
리턴 string

runMonitor() 공개 메소드

public runMonitor ( )

프로퍼티 상세

$alarmPercentage 보호되어 있는 프로퍼티

protected int $alarmPercentage
리턴 integer

$freeSpace 보호되어 있는 프로퍼티

protected int $freeSpace
리턴 integer

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$percentageUsed 보호되어 있는 프로퍼티

protected float $percentageUsed
리턴 float

$totalSpace 보호되어 있는 프로퍼티

protected int $totalSpace
리턴 integer

$usedSpace 보호되어 있는 프로퍼티

protected int $usedSpace
리턴 integer