general_help
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general_help [2009/07/15 00:49] – created k2patel | general_help [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
</ | </ | ||
It is necessary to run command like truss on dump(core) file. | It is necessary to run command like truss on dump(core) file. | ||
+ | |||
+ | ==== Network Status Graph ==== | ||
+ | |||
+ | To check network status | ||
+ | <code bash> | ||
+ | nload -u m < | ||
+ | </ | ||
+ | |||
+ | ==== Statistics of the System ==== | ||
+ | |||
+ | To check system statistics. | ||
+ | <code bash> | ||
+ | vmstat -z | ||
+ | </ | ||
+ | OR | ||
+ | <code bash> | ||
+ | systat -v | ||
+ | </ | ||
+ | |||
+ | ==== Disk Activity ==== | ||
+ | |||
+ | To Monitor Disk activity there is command called gstat.\\ | ||
+ | there is three switches. ' | ||
+ | //-c shows consumers of geom\\ | ||
+ | -d shows delete operations.\\ | ||
+ | -I can define interval of refresh.\\ | ||
+ | // | ||
+ | |||
+ | <code bash> | ||
+ | gstat -I 1 -c | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ==== Cron location ==== | ||
+ | Most is it is usefull when you can not use crontab command.\\ | ||
+ | Cron file located @ | ||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ |
general_help.1247618949.txt.gz · Last modified: 2020/08/10 02:30 (external edit)