This commit is contained in:
ChomeNS 2023-01-23 17:52:37 +07:00
parent a70815513a
commit a5d34e6411

View file

@ -57,7 +57,7 @@ module.exports = {
OS architecture: \`${os.arch()}\` OS architecture: \`${os.arch()}\`
OS platform: \`${os.platform()}\` OS platform: \`${os.platform()}\`
OS name: \`${os.version()}\` OS name: \`${os.version()}\`
CPU cores: \`${os.cpus().length()}\` CPU cores: \`${os.cpus().length}\`
CPU model: \`${await getCpuModelName()}\` CPU model: \`${await getCpuModelName()}\`
Total memory usage: \`${Math.floor(os.totalmem() / 1024 / 1024)} MB\` Total memory usage: \`${Math.floor(os.totalmem() / 1024 / 1024)} MB\`
Available memory usage: \`${Math.floor(os.freemem() / 1024 / 1024)} MB\``) Available memory usage: \`${Math.floor(os.freemem() / 1024 / 1024)} MB\``)