process.open_files() IndexError('list index out of range') process.connections() pconn(fd=16, family=, type=, laddr=addr(ip='169.254.169.1', port=8080), raddr=addr(ip='169.254.169.126', port=25804), status='ESTABLISHED') pconn(fd=18, family=, type=, laddr=addr(ip='169.254.169.1', port=8080), raddr=addr(ip='169.254.169.126', port=25796), status='ESTABLISHED') pconn(fd=6, family=, type=, laddr=addr(ip='169.254.169.1', port=8080), raddr=addr(ip='169.254.169.126', port=25794), status='ESTABLISHED') pconn(fd=4, family=, type=, laddr=addr(ip='0.0.0.0', port=8080), raddr=(), status='LISTEN') process.memory_info() pmem(rss=81035264, vms=780890112, shared=0, text=0, lib=0, data=0, dirty=0) process.cmdline() '/usr/local/bin/python' '/usr/local/bin/datasette' 'serve' '--host' '0.0.0.0' '-i' 'fixtures.db' '--cors' '--inspect-file' 'inspect-data.json' '--metadata' 'metadata.json' '--port' '8080' process.parents() psutil.Process(pid=1, name='sh', started='2025-11-11 03:08:42') process.threads() pthread(id=10, user_time=0.87, system_time=0.31) pthread(id=11, user_time=0.63, system_time=0.27) pthread(id=12, user_time=0.75, system_time=0.27) pthread(id=13, user_time=0.8, system_time=0.31) pthread(id=14, user_time=4504.37, system_time=379.24) pthread(id=15, user_time=4340.78, system_time=368.2) pthread(id=2, user_time=23584.31, system_time=3626.94) pthread(id=4, user_time=4498.44, system_time=377.18) pthread(id=5, user_time=0.0, system_time=0.0) pthread(id=6, user_time=0.0, system_time=0.0) pthread(id=7, user_time=0.0, system_time=0.0) pthread(id=8, user_time=0.0, system_time=0.0) pthread(id=9, user_time=0.79, system_time=0.25) psutil.getloadavg() (0.0, 0.0, 0.0) psutil.cpu_times(True) scputimes(user=0.0, nice=0.0, system=0.0, idle=0.0, iowait=0.0, irq=0.0, softirq=0.0, steal=0.0, guest=0.0, guest_nice=0.0) scputimes(user=0.0, nice=0.0, system=0.0, idle=0.0, iowait=0.0, irq=0.0, softirq=0.0, steal=0.0, guest=0.0, guest_nice=0.0) psutil.virtual_memory() svmem(total=1073741824, available=1009561600, percent=6.0, used=42360832, free=1009561600, active=53391360, inactive=10776576, buffers=0, cached=21819392, shared=266240, slab=0) list(psutil.process_iter()) psutil.Process(pid=1, name='sh', started='2025-11-11 03:08:42') psutil.Process(pid=2, name='datasette', started='2025-11-11 03:08:42')