File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ and has some build problems.
1111I wrote this is so that Apache Cassandra users can see if ssTables are being
1212cached. If $GOPATH/bin is in your PATH, this will get it installed:
1313
14- go get golang.org/x/sys/unix
15- go get github.com/tobert/pcstat/pcstat
14+ go install github.com/tobert/pcstat@latest
1615 pcstat /var/lib/cassandra/data/*/*/*-Data.db
1716
1817If you don't want to mess around with building the software, binaries are provided
@@ -170,7 +169,7 @@ atobey@brak ~/src/pcstat $ ./pcstat testfile
170169
171170## Requirements
172171
173- Go 1.4 or higher and golang.org/x/sys/unix .
172+ Go 1.17 or higher.
174173
175174From the mincore(2) man page:
176175
@@ -180,7 +179,7 @@ From the mincore(2) man page:
180179
181180## Author
182181
183- A. Tobey < tobert@gmail.com > @MissAmyTobey
182+ A. Tobey < tobert@gmail.com > @renice @hachyderm.io
184183
185184## License
186185
Original file line number Diff line number Diff line change 11module github.com/tobert/pcstat
22
3- go 1.13
3+ go 1.17
44
5- require golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
5+ require golang.org/x/sys v0.10.0
Original file line number Diff line number Diff line change 1- golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 h1:J27LZFQBFoihqXoegpscI10HpjZ7B5WQLLKL2FZXQKw =
2- golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1+ golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA =
2+ golang.org/x/sys v0.10.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments