2019-10-09___Die_Last_eines_Servers.txt Ich hab mir ein kleines Script geschrieben, dass es mir ermoeglicht, meine Server kontinuierlich auf ihre Last zu ueberwachen [1]. Das Script erstellt eine Datei 'load-[host]-[datum in epochsekunden]' und fuegt alle 5 Sekunden einen Eintrag hinzu. Die "Load Average" des Servers wird aus /dev/sysstat ausgelesen, mehr dazu in cons(3) [2]. Es ist sicher noch verbesserungswuerdig, aber erzeugt schoene Graphen [3] ;). SIEMENS ist mein Gopherserver und FUJI2 mein Fileserver. [1] gopher://kamalatta.ddnss.de/0/config/loadave-live [2] gopher://kamalatta.ddnss.de/0/man/3/cons.txt [3] gopher://kamalatta.ddnss.de/g/phlog/2019-10-09______load-siemens.gif gopher://kamalatta.ddnss.de/g/phlog/2019-10-09______load-fuji2.gif 2019-10-09___the_load_of_a_server I wrote myself a little script to make it possible, to continuously monitor my servers for their load. [1] The Script creates a file 'load-[host]-[date in epoch seconds]' and adds an entry every 5 seconds. The "Load Average" of the Server is read from /dev/sysstat, more about this in cons(3) [2]. It is certainly still worthy of improvement, but creates nice graphs [3] ;). SIEMENS is my gopher server and FUJI2 my file server.