[Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: [snips-users] new hostmon-client.linux ??
|
Russel:I think that's the primary place where you're going to see differences, All in hostmon-client.linux, I'm sure. Since this isn't my machine, I'm monitoring it as a favour to someone, and while I'd like to do a good job I'm not going to spend a half day f^&*king with the monitor. Still, I don't want it to produce wrong numbers, so I'm hoping that someone has adjusted hostmon-client.linux to fit. One main problem is that it is not built to handle the multiple interfaces in netstat. I really don't like the way netstat is done anyway - reporting ethernet errors as a percent of transmitted packets is a mistake... really it should be something like, "Errors since I last looked" and alarm when it's above zero. ------------------------------------------------------------------------- netstat -i -c looks like this: Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth0 1500 048033034 0 0 038787878 0 0 0 BMRU eth1 1500 042522930 1 0 052020280 0 0 0 BMNRU lo 16436 0 546792 0 0 0 546792 0 0 0 LRU eth0 1500 048033034 0 0 038787878 0 0 0 BMRU eth1 1500 042522932 1 0 052020282 0 0 0 BMNRU lo 16436 0 546792 0 0 0 546792 0 0 0 LRU eth0 1500 048033034 0 0 038787878 0 0 0 BMRU eth1 1500 042522933 1 0 052020283 0 0 0 BMNRU lo 16436 0 546792 0 0 0 546792 0 0 0 LRU ------------------------------------------------------------------------- In the df department, you need to cover all of the different kinds of filesystems you need to say: df -k -t ext2 -t ext3 -t xfs -t reiserfs -t jfs ------------------------------------------------------------------------- vmstat looks like: procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 69992 904 1428 21164 2 8 7 3 4 2 6 2 92 0 0 1 70012 644 1568 20292 5 58 236 59 252 353 30 6 64 0 ------------------------------------------------------------------------- |