basalt VS lsofer

Compare basalt vs lsofer and see what are their differences.

lsofer

script to match similar functionality to lsof -i, and then some. (by red-bin)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
basalt lsofer
2 2
65 10
- -
5.1 10.0
3 months ago over 6 years ago
Shell Shell
Mozilla Public License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

basalt

Posts with mentions or reviews of basalt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-26.

lsofer

Posts with mentions or reviews of lsofer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • Not knowing the /proc file system
    2 projects | news.ycombinator.com | 25 Oct 2023
    /proc is amazing once you get the hang of it and get a good understanding of what's all in there. Especially if you're doing low level performance tuning.

    It's particularly helpful in larger infrastructures where tool the variability means differences in available tooling, and their output plus cli options. I'm sure /proc iteration has its own issues of variability across large infrastructres, but I haven't seen it. It's a fairly consistent API. Or at least it was, since I haven't touched a large infrastructure in some time.

    When I got tired of `lsof` not being installed on hosts (or when its `-i` param isn't available) I ended up writing a script [1] that just iterates through /proc over ssh and grabs all inet sockets, environment variables, command line, etc from a set of hosts. Results in a null-delimited output that can then be fed into something like grafana to create network maps. Biggest problem with it is the use of pipes means all cores go to 100% for the few seconds it takes to run.

    [1] https://github.com/red-bin/lsofer

  • Bash functions are better than I thought
    23 projects | news.ycombinator.com | 31 Oct 2021
    Oh yeah, bash functions are great and absolutely abusable. Sometimes you need some grand hacks to get it to work well, but when it works well, it can do some magic. You can even export functions over ssh!

    I wrote this a few years back which ran on bunches of hosts and fed into a infrastructure network mapper based on each hosts' open network sockets to other known hosts. It wasn't really feasible to install a set of tools on random hosts.. but I still had root ssh access across the board. So I needed something tool agnostic, short, auditable, and effectively guaranteed to work:

    https://github.com/red-bin/lsofer/blob/master/lsofer.sh

What are some alternatives?

When comparing basalt and lsofer you can also consider the following projects:

pass-import - A pass extension for importing data from most existing password managers

hasura-ci-cd-action

mycmd - Tool for writing and running commands from a command directory

bash-core - Core functions for any Bash program.

nsd - NGS Scripts Dumpster

PPSS - Parallel Processing Shell Script

yew - Rust / Wasm framework for creating reliable and efficient web applications

ngs - Next Generation Shell (NGS)

scripts.sh - Handy Shell Scripts

KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.