Programs: resource management: Difference between revisions

From wikinotes
Line 23: Line 23:
== MacOS ==
== MacOS ==
<blockquote>
<blockquote>
MacOS is a fork of FreeBSD, most FreeBSD tools are available here.
{|
|-
| [[mbpfan]] || cpu fan control from linux
|-
|}
</blockquote><!-- MacOS -->
</blockquote><!-- MacOS -->



Revision as of 20:16, 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
sensors cpu temp
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