Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dstat-0.7.0 /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
AUTHORS
28
B
-rw-r--r--
COPYING
17.57
KB
-rw-r--r--
ChangeLog
16.32
KB
-rw-r--r--
README
1.52
KB
-rw-r--r--
TODO
3.9
KB
-rw-r--r--
counter-rollovers.html
14.24
KB
-rw-r--r--
counter-rollovers.txt
2.6
KB
-rw-r--r--
cplugins.html
11.53
KB
-rw-r--r--
cplugins.txt
305
B
-rw-r--r--
dstat-paper.html
53.72
KB
-rw-r--r--
dstat-paper.txt
31.3
KB
-rw-r--r--
dstat.1.html
28.46
KB
-rw-r--r--
dstat.1.txt
9.52
KB
-rw-r--r--
examples.html
11.85
KB
-rw-r--r--
examples.txt
547
B
-rw-r--r--
performance.txt
1.84
KB
-rw-r--r--
screen.html
13.09
KB
-rw-r--r--
screen.txt
1.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : screen.txt
Configuring screen to display multiple dstat for different systems ================================================================== Here is an example of how I monitor 5 nodes in a cluster with a minimum of effort using screen: Put the following content in a file called screenrc-5nodes: ---- startup_message off defwrap off split split split split screen -t node01 1 ssh -t 172.17.0.211 'dstat -cdnyp --tcp --udp -l -D lores,hires -N bond0,eth0,eth2,eth3 10' focus down screen -t node02 2 ssh -t 172.17.0.212 'dstat -cdnyp --tcp --udp -l -D lores,hires -N bond0,eth0,eth2,eth3 10' focus down screen -t node03 3 ssh -t 172.17.0.213 'dstat -cdnyp --tcp --udp -l -D lores,hires -N bond0,eth0,eth2,eth3 10' focus down screen -t node04 4 ssh -t 172.17.0.214 'dstat -cdnyp --tcp --udp -l -D lores,hires -N bond0,eth0,eth2,eth3 10' focus down screen -t node05 5 ssh -t 172.17.0.215 'dstat -cdnyp --tcp --udp -l -D lores,hires -N bond0,eth0,eth2,eth3 10' ---- Then set the environment variable to tell screen to use this config-file for the next screen. ---- SCREENRC='screenrc-5nodes' screen ---- If you want to get out of this screen and end all dstats, the easiest way is to kill first all regions and then end each dstat. You can do this by: ---- ctrl-a X ---- Do that 5 times, and then quit each dstat by pressing: ---- ctrl-c ---- 5 times. If you have other tips or hints, please send them to: <dag@wieers.com> NOTE: Please send me improvements to this document.
Close