Programs: resource management: Difference between revisions

From wikinotes
Line 55: Line 55:
| [[linux free]] || memory usage
| [[linux free]] || memory usage
|-
|-
| [[sensors]] || cpu temp
| [[lm_sensors]] || fan, cpu, battery, etc. tempatures and info
|-
|-
| [[nvidia-smi]] || nvidia gpu monitoring
| [[nvidia-smi]] || nvidia gpu monitoring

Revision as of 23:36, 6 March 2022

TODO:

This page needs to be filled out. Lots of documentation already exists elsewhere.

Operating System

General

bottom

Windows

vmmap

MacOS

mbpfan cpu fan control from linux

Unix

sockstat which programs are using ports?
netstat info about ports/traffic
lsof list open files
df device capacity/usage
tlp power management
btop resource usage monitoring

Linux

gnu top cpu/mem/swap usage
linux free memory usage
lm_sensors fan, cpu, battery, etc. tempatures and info
nvidia-smi nvidia gpu monitoring
lsusb list devices connected over USB
lspci list devices connected over PCI slots

BSD

bsd top
FreeBSD ifconfig
bsd ps
bsd top
procstat
bsd vmstat
tcpdump
dtrace