Page created: 26 Jul 2021
|
Page updated: 14 Jan 2022
Data Collector | Description |
---|---|
uname | Prints system, machine, and operating system information. |
uptime | Prints the time the server has been up and active. |
ps | Prints a snapshot of the current active processes. |
system_profiler | Prints system hardware and software configuration. |
vm_stat | Prints machine virtual memory statistics. |
tail | Displays the last few lines of a file. Tails the /var/log/system.log directory. |
netstat | Prints the state of network interfaces, protocols, and the kernel routing table. |
ifconfig | Prints information on all interfaces. |
df | Prints the amount of available disk space for file systems in 1024-byte units. |
sample | Profiles a process during an interval. |