⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 linux/unix下c/s形式的资源监视,客户端负责搜集机器,再传送到服务端.
💻
字号:
LilyCRM Suite Installation and Usageby Shen Jian <shenjian@net.pku.edu.cn>LilyCRM Suite consists of two parts: server and client. The server side collects load information of the whole cluster, while the client side collects local load information and sends it to server every a few seconds.** Install **After you untar the source package:	make	(su) make installThe monitor server (a kernel module) will be installed on this machine. Check it by `ls /proc/cluster`.Then, you should start your monitor client on this machine by:	sysmon server_host		# name or ipIf you want this client to broadcast in the cluster, you can:	sysmon -bIf you have more than one network cards, you may specify which one to use. This will be discoverd automatically through `sysmon -b`, then you can:	sysmon -b -i eth0		# any network interface nameEach machine in the cluster should start a monitor client, you'd better start sysmon with root.`make install` is full installtion. If you just want to install server or client, we provide `make svr_inst` and `make clt_inst`.** How to use **After installation, each machine monitored has an entry in /proc/cluster. You may look at /proc/cluster by your self, for example:	cat /proc/cluster/192.168.0.1/top  	cat /proc/cluster/192.168.0.1/psOtherwise, we provide three command to help you check the cluster load: chosts, cps, ctopchosts: lists all the machines monitored now, no arguments is needed.cps: list all processes on that machine, for example	cps node1	cps -u root node1 		# list processed belong to root on node1ctop: list load information, for example	ctop				# list all nodes' load continuously	ctop node1			# list node1's load continuously	ctop -v				# list detail information for all nodes	ctop -v node1		# list node1's detail informationIn continuous mode, you may press 'v' to toggle between verbose information and non-verbose information; you may press 'q' to exit. ** Uninstall **You should do as follows one by one in the sequence:	(su) /sbin/cstop	# stop monitor server	sysmon stop			# stop monitor client	make uninstallIf you do not use full installation, you should uninstall by `make svr_uninst` or `make clt_uninst`.Enjoy it!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -