galactic-bot/structure/language/languages/en_us/commands/en_us_developer.lang

65 lines
1.3 KiB
Plaintext
Raw Normal View History

[C_EVALUATE_DESCRIPTION]
Evaluates javascript code.
[C_RELOAD_DESCRIPTION]
2020-08-14 16:13:52 +02:00
Reloads components and language files.
[C_STATS_TITLE]
2020-08-14 16:24:20 +02:00
Statistics for {client} ({version})
2020-08-14 16:13:52 +02:00
2020-08-14 21:46:13 +02:00
[C_STATS_MAIN]
__**Main Process**__
[C_STATS_SYSTEM_VALUE]
2020-08-14 16:13:52 +02:00
**Developers:** {devs}
2020-08-14 21:46:13 +02:00
**Hostname:** {hostname}
**CPU:** {cpu}
**Threads:** {cores}
**Memory:** {memoryUsed}/{memoryTotal}GB
**OS Type:** {osType}
**System Uptime:** {uptime}
[C_STATS_MAIN_VALUE]
**Library:** {library}
2020-08-14 16:13:52 +02:00
**Manager Uptime:** {uptime}
**Managed Shards:** {shards}
**Manager Memory Consumption:** {memory}MB
[C_STATS_CURRENT_SHARD]
__**Current shard**__ [{shard}]
[C_STATS_CURRENT_SHARDS_VALUE]
**Cached users:** {cachedUsers}
**Guilds:** {guilds}
**Channels:** {channels}
**Uptime:** {uptime}
**Memory Consumption:** {memory}MB
[C_STATS_TOTAL]
__**All shards**__
[C_STATS_TOTAL_VALUE]
**Cached users:** {users}
**Guilds:** {guilds}
**Channels:** {channels}
**Average Uptime:** {uptime}
2020-08-14 21:46:13 +02:00
**Total Memory Consumption:** {memory}MB
[C_STATS_COMMANDS]
__**Command usage since start**__
[C_STATS_COMMANDS_VALUE]
**Invokes:** {invokes}
**Succeeds:** {success}
**Fails:** {fail}
[C_STATS_MONGODB]
__**MongoDB**__
[C_STATS_MONGODB_VALUE]
**Database:** {db}
**Collections:** {collections}
**Entries:** {objects}
**Average Entry Size:** {avgObjSize}MB
**Total DB Size:** {totalSize}GB