Documentation

Linux extends Unix
in package

Diese Klasse stellt Systemfunktionen von GNU/Linux® zur Verfügung.

Aktuell ist dies eine 1:1 Kopie der Klasse Unix.

Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.

Tags
category

Framework

author

schukai GmbH [email protected]

license

http://alvine.io/license/ Licence

link

Alvine

since
20110904

Table of Contents

Constants

EOL  = "\n"
Zeilenumbruch des Systems
LINUX  = 'LINUX'
Konstante des Betriebssystems
UNIX  = 'UNIX'
Konstante des Betriebssystems

Methods

__toString()  : string
Zeichekette LINUX
getLoad()  : integer
CPU-Load
getMACAddress()  : MACAddress
MAC-Adresse einer IP-Adresse ermitteln.

Constants

EOL

Zeilenumbruch des Systems

public mixed EOL = "\n"

LINUX

Konstante des Betriebssystems

public mixed LINUX = 'LINUX'

UNIX

Konstante des Betriebssystems

public mixed UNIX = 'UNIX'

Methods

__toString()

Zeichekette LINUX

public __toString() : string
Return values
string

getLoad()

CPU-Load

public static getLoad() : integer
Return values
integer

Load


        
On this page

Search results