User Tools

Site Tools


general_help

General Help

How to mount procfs

To mount procfs you need to do following.

mount -t procfs proc /proc

It is necessary to run command like truss on dump(core) file.

Network Status Graph

To check network status

nload -u m <interface>

Statistics of the System

To check system statistics.

vmstat -z

OR

systat -v

Disk Activity

To Monitor Disk activity there is command called gstat.
there is three switches. '-c' '-d' & '-I'
-c shows consumers of geom
-d shows delete operations.
-I can define interval of refresh.

gstat -I 1 -c

Cron location

Most is it is usefull when you can not use crontab command.
Cron file located @

/var/spool/cron
general_help.txt · Last modified: 2020/08/10 02:35 (external edit)