!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/local/lib/node_modules/pm2/lib/API/UX/   drwxr-xr-x
Free 13.25 GB of 57.97 GB (22.86%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     pm2-ls-minimal.js (1.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
const UxHelpers = require('./helpers.js')
const p = require('path')

/**
 * Minimal display via pm2 ls -m
 * @method miniDisplay
 * @param {Object} list process list
 */
module.exports = function(list) {
  list.forEach(function(l) {

    var mode = l.pm2_env.exec_mode.split('_mode')[0]
    var status = l.pm2_env.status
    var key = l.pm2_env.name || p.basename(l.pm2_env.pm_exec_path.script)

    console.log('+--- %s', key)
    console.log('namespace : %s', l.pm2_env.namespace)
    console.log('version : %s', l.pm2_env.version)
    console.log('pid : %s', l.pid)
    console.log('pm2 id : %s', l.pm2_env.pm_id)
    console.log('status : %s', status)
    console.log('mode : %s', mode)
    console.log('restarted : %d', l.pm2_env.restart_time ? l.pm2_env.restart_time : 0)
    console.log('uptime : %s', (l.pm2_env.pm_uptime && status == 'online') ? UxHelpers.timeSince(l.pm2_env.pm_uptime) : 0)
    console.log('memory usage : %s', l.monit ? UxHelpers.bytesToSize(l.monit.memory, 1) : '')
    console.log('error log : %s', l.pm2_env.pm_err_log_path)
    console.log('watching : %s', l.pm2_env.watch ? 'yes' : 'no')
    console.log('PID file : %s\n', l.pm2_env.pm_pid_path)
  })
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]--