It is possible to monitor your Unix machine's overall CPU, disk and network usage using the following tools:
top, vmstat (CPU usage);
sar, iostat (disk usage); and
netstat (network usage).
The applications listed above may not be available for all Unix implementations. In such cases, try to search for a suitable alternative using your favorite search engine.