Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
refactor: remove unused PegasusCli (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored Dec 4, 2020
1 parent befbf8b commit d17b81a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 369 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ or specify one test:
mvn clean package -Dtest=TestPing
```

## PegasusCli

PegasusCli is a tool to set/get/del data from pegasus.

This tool is also deployed to Nexus, from which you can download it.

Or you can build it from source as following:

```
mvn clean package -DskipTests
cd target/
tar xfz pegasus-client-${VERSION}-thrift-0.11.0-inlined-bin.tar.gz
cd pegasus-client-${VERSION}-thrift-0.11.0-inlined
./PegasusCli
```

## Configuration

Configure client by "pegasus.properties", for example:
Expand Down Expand Up @@ -92,7 +76,3 @@ Currently, metrics are integrated with open-falcon(http://open-falcon.com/),
which push counters to local http agent http://127.0.0.1:1988/push/v1.

If you'd like to integrate pegasus client with other monitor system, please let us know ASAP.

## Document

For Pegasus Java API document, please refer to: https://github.com/XiaoMi/pegasus/wiki/Java%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%96%87%E6%A1%A3
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@
<exclude>idl/*</exclude>
<exclude>configuration/*</exclude>
<exclude>dev-support/*</exclude>
<exclude>scripts/PegasusCli</exclude>
</excludes>

<mapping>
Expand Down
22 changes: 0 additions & 22 deletions scripts/PegasusCli

This file was deleted.

326 changes: 0 additions & 326 deletions src/main/java/com/xiaomi/infra/pegasus/client/PegasusCli.java

This file was deleted.

0 comments on commit d17b81a

Please sign in to comment.