mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 07:40:05 +01:00
* [test/database/list] Fix test list 4 being used in two different tests * [database/postgres] PostgreSQL database driver * [database/postgres] Make transactions work based on continuation scope. * [database/postgres] Implement nested transactions * eslint --fix * Add database changes from earlier this week to the PostgreSQL driver. * Fix typo * Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN * [database/postgres] Fix sortedSetsCard returning an array of strings. * Update socket.io postgres adapter * Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation. Add a test case to catch this error. * Fix lint errors. * Only prune sessions on one instance in a cluster to avoid deadlocks. They're caught and handled by the database server, but they spam the logs. * Fix arguments.slice.
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"x-b": "%1 b",
|
|
"x-mb": "%1 mb",
|
|
"x-gb": "%1 gb",
|
|
"uptime-seconds": "Uptime in Seconds",
|
|
"uptime-days": "Uptime in Days",
|
|
|
|
"mongo": "Mongo",
|
|
"mongo.version": "MongoDB Version",
|
|
"mongo.storage-engine": "Storage Engine",
|
|
"mongo.collections": "Collections",
|
|
"mongo.objects": "Objects",
|
|
"mongo.avg-object-size": "Avg. Object Size",
|
|
"mongo.data-size": "Data Size",
|
|
"mongo.storage-size": "Storage Size",
|
|
"mongo.index-size": "Index Size",
|
|
"mongo.file-size": "File Size",
|
|
"mongo.resident-memory": "Resident Memory",
|
|
"mongo.virtual-memory": "Virtual Memory",
|
|
"mongo.mapped-memory": "Mapped Memory",
|
|
"mongo.raw-info": "MongoDB Raw Info",
|
|
|
|
"redis": "Redis",
|
|
"redis.version": "Redis Version",
|
|
"redis.connected-clients": "Connected Clients",
|
|
"redis.connected-slaves": "Connected Slaves",
|
|
"redis.blocked-clients": "Blocked Clients",
|
|
"redis.used-memory": "Used Memory",
|
|
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
|
|
"redis.total-connections-recieved": "Total Connections Received",
|
|
"redis.total-commands-processed": "Total Commands Processed",
|
|
"redis.iops": "Instantaneous Ops. Per Second",
|
|
"redis.keyspace-hits": "Keyspace Hits",
|
|
"redis.keyspace-misses": "Keyspace Misses",
|
|
"redis.raw-info": "Redis Raw Info",
|
|
|
|
"postgres": "Postgres",
|
|
"postgres.version": "PostgreSQL Version",
|
|
"postgres.raw-info": "Postgres Raw Info"
|
|
}
|