{"id":251,"date":"2021-04-05T08:06:51","date_gmt":"2021-04-05T07:06:51","guid":{"rendered":"http:\/\/zimplicity.hopto.org\/?p=251"},"modified":"2021-04-05T09:53:25","modified_gmt":"2021-04-05T07:53:25","slug":"new-tool-logstalgia","status":"publish","type":"post","link":"https:\/\/zimplicity.hopto.org\/?p=251","title":{"rendered":"New tool&#8230; Logstalgia"},"content":{"rendered":"\n<p>Finally found the real time monitoring I was looking for&#8230;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">brew install <a href=\"https:\/\/formulae.brew.sh\/formula\/logstalgia\">logstalgia<\/a><\/pre>\n\n\n\n<p>Beautiful pong-styled view of access log in realtime when called as follows:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">tail -f \/usr\/local\/var\/log\/httpd\/access_log | logstalgia --sync&nbsp;<\/pre>\n\n\n\n<p>Ends up as a screen like this with pong balls that are the requests from the access log showing the files being accessed by category.  Brilliant!!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"656\" src=\"https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM-1024x656.png\" alt=\"\" class=\"wp-image-252\" srcset=\"https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM-1024x656.png 1024w, https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM-300x192.png 300w, https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM-768x492.png 768w, https:\/\/zimplicity.hopto.org\/wp-content\/uploads\/2021\/04\/Screen-Shot-2021-04-05-at-9.03.26-AM.png 1050w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Logstalia window<\/figcaption><\/figure>\n\n\n\n<p>Further, with a sequence of commands, you can push the monitor into the background and exit terminal as follows:<\/p>\n\n\n\n<pre id=\"block-eb060387-4436-44b2-8ff1-fe6e296cb66d\" class=\"wp-block-preformatted\">$ tail -f \/usr\/local\/var\/log\/httpd\/access_log | logstalgia --sync&nbsp;&amp;\n$ disown\n$ exit<\/pre>\n\n\n\n<p>This leaves logstalgia running in a window that you can place on a desktop for easy access and monitoring. Before disown, you can run &#8220;jobs&#8221; command to see the process before disown-ing it.  After, it is now missing from &#8220;jobs&#8221; list.<\/p>\n\n\n\n<p>New add &#8211; would love sound with this. <\/p>\n\n\n\n<p>Cool tool!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Finally found the real time monitoring I was looking for&#8230; brew install logstalgia Beautiful pong-styled view of access log in realtime when called as follows: tail -f \/usr\/local\/var\/log\/httpd\/access_log | logstalgia &#8211;sync&nbsp; Ends up as a screen like this with pong balls that are the requests from the access log showing the files being accessed by &hellip; <a href=\"https:\/\/zimplicity.hopto.org\/?p=251\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">New tool&#8230; Logstalgia<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-251","post","type-post","status-publish","format-standard","hentry","category-techproj"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p81R5K-43","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=\/wp\/v2\/posts\/251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=251"}],"version-history":[{"count":0,"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=\/wp\/v2\/posts\/251\/revisions"}],"wp:attachment":[{"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zimplicity.hopto.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}