Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed Jun 18, 2022
1 parent 6e33aa1 commit ff851d9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5,054 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sonic-gnmi (0.1) UNRELEASED; urgency=medium

* Initial release.

-- Jipan Yang <jipan.yang@alibaba-inc.com> Sat, 24 Mar 2018 12:48:22 -0700
-- Gang Lv <ganglv@microsoft.com> Sat, 18 Jun 2022 12:48:22 -0700
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Source: sonic-gnmi
Section: devel
Priority: optional
Maintainer: Jipan Yang <jipan.yang@alibaba-inc.com>
Maintainer: Gang Lv <ganglv@microsoft.com>
Build-Depends: debhelper (>= 8.0.0),
Standards-Version: 3.9.3
Standards-Version: 1.0.0
Homepage: https://github.com/sonic-net/sonic-gnmi
XS-Go-Import-Path: github.com/sonic-net/sonic-gnmi

Expand Down
9 changes: 9 additions & 0 deletions gnmi_dump/gnmi_dump.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
package main

import (
"flag"
"fmt"
"github.com/sonic-net/sonic-gnmi/common_utils"
)

const help = `
gnmi_dump is used to dump internal counters for debugging purpose, including GNMI request counter, GNOI request counter and DBUS request counter.
`

func main() {
flag.Usage = func() {
fmt.Print(help)
}
flag.Parse()
var counters [len(common_utils.CountersName)]uint64
err := common_utils.GetMemCounters(&counters)
if err != nil {
Expand Down
230 changes: 0 additions & 230 deletions proto/dial_out.pb.go

This file was deleted.

33 changes: 0 additions & 33 deletions proto/dial_out.proto

This file was deleted.

Loading

0 comments on commit ff851d9

Please sign in to comment.