Gavin Chou

Results 6 issues of Gavin Chou

I followed #409 to check why proxychains4 not working on monterey, however, the default switch `hookmethod=auto` does not work on my recently updated macos (12.4). The expected log `using Monterey...

Replace `include(FindProtobuf)` with "manual detection" of protobuffer because: 1. We can make the names of dependencies consistent in a form of `XXX_INCLUDE_PATH` and `XXX_LIB`. Before replacing, we may have to...

It's a pain that third-party cannot be built partially and incrementally. This commit adds several build options to kill the pain. to build specified dependencies ``` ./build-third-party.sh -d "curl lz4...

In the previous implementation, we have to download all third-party packages even if we build a specified third-party dependency, e.g. ``` sh build-third-party.sh brpc ``` it would also download all...

Use c++20 and unleash endian check to prevent misuse.

approved
reviewed

Usage: * Get all tablets {metrics} with descending order `curl beip:http_port/api/hotspot/tablet?metrics={metrics}` * Get top n tablets {metrics} with descending order `curl beip:http_port/api/hotspot/tablet?metrics={metrics}&topn={n}` "metrics" must be specified, which is one of...