delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
825 stars 124 forks source link

Error on alpine #17

Open mkoppanen opened 7 years ago

mkoppanen commented 7 years ago
ps: unrecognized option: p
BusyBox v1.25.1 (2016-10-26 16:15:20 GMT) multi-call binary.

Usage: ps [-o COL1,COL2=HEADER]

Show list of processes

    -o COL1,COL2=HEADER Select columns for display
delano commented 6 years ago

I don't have access to alpine to test on, but there error is coming from the call to get memory usage:

https://github.com/delano/redis-dump/blob/master/lib/redis/dump.rb#L31-L33