Entries tagged as mosquitto
linux 64bit adobe air android arch Astrologie aur backup bash boot brother bug chrome cloud commandline convert courier cryptsetup cups debian debug dolphin dovecot download drive encryption flash flex fuse Gamma google grive grub Horoskop https icedove iceowl installation insync intel ipv6 kde kernel korganizer ksplash label leistungsaufnahme lightning live cd lm-sensors luks mail mailserver main board maya microsoft mint mouse mqtt msi network nvidia openhab owncloud pacman pagesize perl pflege phython porteus ppd precise pangolin printer python radvd ram sieve sixxs smarthome snapshot spacefun splash squeeze ssh ssl synchronisieren tasks theme thunderbird timemachine treiber tunnelbroker ubuntu unetbootin upgrade usb vbox verschlüsselung virtualbox vm vmware wait states watchdog webserver windows wxpython icinga iftop mysql nrpe webmin 3d 3d print arduino daemon dash ino java key cahin key card key holder mesh nodemcu raspberry rc522 rfid service stl systemd unit
TimeStamp in mosquitto.log
Monday, September 24. 2018
mosquitto gibt jedem Log-Eintrag einen TimeStamp im für Maschinen recht praktischen Aekunden-seit-Epoche - Format. Für menschliche augen ist diese Angabe eher sperrig.
Mit perl und ccze (macht's bunt) kann man die Ausgabe etwas aufhübschen:
tail -n2000 -f mosquitto/mosquitto.log | perl -pe 's/(\d+)/localtime($1)/e'| ccze -m ansi