lsofer VS bash2048

Compare lsofer vs bash2048 and see what are their differences.

lsofer

script to match similar functionality to lsof -i, and then some. (by red-bin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
lsofer bash2048
2 1
10 4
- -
10.0 10.0
over 6 years ago almost 10 years ago
Shell Shell
- -
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.

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

bash2048

Posts with mentions or reviews of bash2048. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-31.

What are some alternatives?

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

hasura-ci-cd-action

bash-core - Core functions for any Bash program.

basalt - The rock-solid Bash package manager.

PPSS - Parallel Processing Shell Script

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

nsd - NGS Scripts Dumpster

ngs - Next Generation Shell (NGS)

ShellCheck - ShellCheck, a static analysis tool for shell scripts