I agree with Ian.
My 2 cents. This is a Golang-nuts mailer. Any book on the language may be
useful to users to read.
- Hemant
On Fri, Apr 12, 2019 at 6:59 PM Ian Lance Taylor wrote:
> On Fri, Apr 12, 2019 at 3:55 PM wrote:
> >
> > Bhagvan's disgrceful misuse of this forum to support his com
.00 bps You pressed ctrl + C. User interrupted
> infinite loop.[1 1 1 1 1 1
> 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...0]
>
>
> so, I think that others wrong in your code.
>
>
>
> 在 2019年2月16日星期六 UTC+8下午10:29:45,Hemant Singh写道:
>>
>&
of this discussion, and
> I'm sure you mostly meant it for illustrative purposes.
>
>
> - Dave
>
>
> > On Feb 16, 2019, at 9:29 AM, Hemant Singh > wrote:
> >
> > I have the following program. The program is processing network packets
> at 1 Gbps r
I have the following program. The program is processing network packets at
1 Gbps rate. I don't want to print the rate for every packet. Instead,
I'd like to save the rate in an array and dump the array on Ctrl-c of the
program. When I dump the array on Ctrl-c, the data is all zeroes. Pleas
Thanks all. I figured it out too, but using sprintf and strconv.Atoi.
Best.
Hemant
On Friday, February 15, 2019 at 3:19:38 PM UTC-5, Burak Serdar wrote:
>
> On Fri, Feb 15, 2019 at 1:15 PM Sam Whited > wrote:
> >
> > On Fri, Feb 15, 2019, at 20:00, Burak Serdar wrote:
> > > rate=1.0/double(d
This is an example of time.Duration I have: 5.671msec
I need to convert the duration to rate = 1.0/5.671 msec.
However, time.Duration and float in 1.0 do not mix. How do I get the rate?
thanks,
Hemant
--
You received this message because you are subscribed to the Google Groups
"golang-nuts"
oo!
>
> 2018. október 4., csütörtök 14:22:49 UTC+2 időpontban Hemant Singh a
> következőt írta:
>
>> Right. However, if a VM is using SR-IOV which connects the VM directly
>> to the NIC, the kernel is bypassed. Since sending my email, I also found a
>> packet filter
Right. However, if a VM is using SR-IOV which connects the VM directly to
the NIC, the kernel is bypassed. Since sending my email, I also found a
packet filter in golang:
https://godoc.org/golang.org/x/net/bpf
I have tested the above code yet.
Thanks,
Hemant
On Thursday, October 4, 2018
I know about EBPF which is a packet filter in the Linux kernel. However, I
think, a virtual machine (VM) using SR-IOV to a NIC bypasses the kernel.
Has any packet filter been developed in golang akin to EBPF? Does any Go
library have any packet filter or metering functionality? My eventual g
Hi Justin,
Got it - thanks much!
Hemant
On Saturday, September 29, 2018 at 11:58:30 PM UTC-4, Justin Israel wrote:
>
>
>
> On Sun, Sep 30, 2018 at 3:47 PM Hemant Singh > wrote:
>
>> I have a question. I have changed the open goping.go code to return
>> er
I have a question. I have changed the open goping.go code to return error
from functions.
The following function is implemented in a .goping.go file.
func ping(config *Config, address, name string, pattern *regexp.Regexp)
error { }
Another function shown below, in the same .go file, calls '
ember 25, 2018 at 11:29:08 PM UTC-4, Robert Engels wrote:
>
> You can do this via ssh.
>
> On Sep 25, 2018, at 7:01 PM, Hemant Singh > wrote:
>
> I have been able to run a command on a remote machine using Go. Is there
> a working example that shows how to capture the out
I have been able to run a command on a remote machine using Go. Is there a
working example that shows how to capture the output of the command back to
the client machine? Maybe an interactive shell...
My other choice is to run the command and save its output to a file and
copy the file fro
13 matches
Mail list logo