Ask a Question related to AIX, Design and Development.
-
DT #1
Question about command "netstat" for AIX
When I try:
# netstat -I en0 1
It will not be stopped until I press ctrl-C to stop it.
How can I set the no. of counts for command "netstat" ?
Let say it will have 5 counts after interval set to 1 sec.
- DT
DT Guest
-
SMTP: "to" or/and "recipient" question.
Dear Experts, I am looking at codes somebody wrote long ago and found strange codes. As I know the "to" method is just a synonym for the... -
What is the difference between command "PS" and "PS -aux"
Hi, I am new to Unix. I hope this is the right group for me to learn about it. Question: when I run PS command, I only have a few current process.... -
"Weld" command in "Corel Draw"
Hi there: I'm new to Illustrator but have used Corel Draw in the past. In Corel Draw there was a "Weld" command. What this did was create a drawing... -
Question about "Public Sub" vs "Private Sub" vs "Sub"
In my INCLUDE.INC file I have noticed that I can create subs three ways... Public Sub Test1(x) response.write(x) End Sub Private Sub Test2(x)... -
copying value of DDL in a Datagrid "pre-edit command" to value in "post edit command"
Hi all! I have Datagrid. Within that datagrid I have a drop down list that I set up some values in (a "collection") I set up an edit command... -
Jason Mather #2
Re: Question about command "netstat" for AIX
DT wrote:
i=5; while [ $i != 0 ]; do netstat -I en0; sleep 1; let "i = i - 1"; done> When I try:
>
> # netstat -I en0 1
>
> It will not be stopped until I press ctrl-C to stop it.
>
> How can I set the no. of counts for command "netstat" ?
> Let say it will have 5 counts after interval set to 1 sec.
>
> - DT
>
>
>
-- Jason
Jason Mather Guest



Reply With Quote

