process.open_files() popenfile(path='/app/metadata.json', fd=3, position=258, mode='r', flags=557056) popenfile(path='/app/fixtures.db', fd=7, position=0, mode='r+', flags=557058) popenfile(path='/app/fixtures.db', fd=17, position=0, mode='r+', flags=557058) popenfile(path='/app/fixtures.db', fd=19, position=0, mode='r+', flags=557058) process.connections() pconn(fd=6, family=, type=, laddr=addr(ip='169.254.169.1', port=8080), raddr=addr(ip='169.254.169.126', port=10916), status='ESTABLISHED') pconn(fd=4, family=, type=, laddr=addr(ip='0.0.0.0', port=8080), raddr=(), status='LISTEN') process.memory_info() pmem(rss=70963200, vms=777474048, 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='2026-05-21 05:16:19') process.threads() pthread(id=10, user_time=1372.73, system_time=147.11) pthread(id=11, user_time=1370.18, system_time=145.43) pthread(id=12, user_time=0.08, system_time=0.04) pthread(id=13, user_time=0.11, system_time=0.03) pthread(id=14, user_time=0.03, system_time=0.01) pthread(id=15, user_time=0.02, system_time=0.01) pthread(id=2, user_time=14058.07, system_time=1269.19) pthread(id=4, user_time=1366.39, system_time=147.08) 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.13, system_time=0.01) 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=1012953088, percent=5.7, used=39006208, free=1012953088, active=50016256, inactive=10760192, buffers=0, cached=21782528, shared=266240, slab=0) list(psutil.process_iter()) psutil.Process(pid=1, name='sh', started='2026-05-21 05:16:19') psutil.Process(pid=2, name='datasette', started='2026-05-21 05:16:19')