Uptime

From UDB

Jump to: navigation, search

Contents

Back to world database list of tables.


The `uptime` table

This table holds the server's uptime. Mangos will automatically update the latest entry's value until it crashes and a new record is added.


Structure

Field Type Null Key Default Extra
starttime bigint(11) unsigned NO PRI 0
startstring varchar(64) NO
uptime bigint(11) unsigned NO 0
maxplayers int(11) unsigned NO 0


Description of the fields

starttime

The time when the server was started, in Unix time.

startstring

The time when the server started, formated as a readable string.

uptime

The uptime of the server, in seconds.

maxplayers

The maximum number of players connected.

Personal tools