Log File Viewer for the Terminal
lnav.org
Log File Viewer for the Terminal
1–10 of 60 posts
Re: Log File Viewer for the Terminal
#2Re: Log File Viewer for the Terminal
#3This resonates with my use of grep+less: https://github.com/tstack/lnav?tab=readme-ov-file#why-not-ju...
Re: Log File Viewer for the Terminal
#4First commit is from Sep 13, 2009: https://github.com/tstack/lnav/commit/b4ec432515e95e86ec9d71... . Woah! we’re old.
This is what the UX looked like back in the day: https://github.com/tstack/lnav/commit/bce2caa654160518ec11f6...
Re: Log File Viewer for the Terminal
#5This is almost the thing I want and need. What I need is some sort of TUI grafana - Json log splitter/organizer/finder
Re: Log File Viewer for the Terminal
#6This is almost the thing I want and need. What I need is some sort of TUI grafana - Json log splitter/organizer/finder
I use vnlog and feedgnuplot to massage and plot data on the console all the time. It's even less than a tui, but might be what you want.
Re: Log File Viewer for the Terminal
#7This is almost the thing I want and need. What I need is some sort of TUI grafana - Json log splitter/organizer/finder
Re: Log File Viewer for the Terminal
#8Re: Log File Viewer for the Terminal
#9The only breaking thing was a huge (almost bloated) memory consumption. At that time lnav basically just kept everything in memory. Does anyone did that change?
Re: Log File Viewer for the Terminal
#10I tried lnav about 7-8 years ago and as a terminal junkie I really liked the features. The only breaking thing was a huge (almost bloated) memory consumption. At that time lnav basically just kept everything in memory. Does anyone did that change?
At some point you need to keep quite a large context in memory to have both decent performance and useful features (that aren't unbearably slow to use). lnav seems to land at a reasonable middle ground.