Sponsored Content
Top Forums Shell Programming and Scripting awk - sed :Help Getting next lines data . Post 302760791 by rveri on Thursday 24th of January 2013 03:18:53 PM
Old 01-24-2013
awk - sed :Help Getting next lines data .

Experts,
Can you please help how to get the output that are written just below "bad"

Code:
calls                   badcalls                nullrecv                
439486                  54                      0                       
badlen                  xdrcall                 dupchecks               
0                       54                      0                       
dupreqs                 
0                       

Client rpc:
Connection oriented:
calls                   badcalls                badxids                 
311459905               1473                    387                     
timeouts                newcreds                badverfs                
1423                    0                       0                       
timers                  cantconn                nomem                   
0                       0                       0                       
interrupts              
50                      
Connectionless oriented:
calls                   badcalls                retrans                 
985342                  0                       0                       
badxids                 timeouts                newcreds                
0                       0                       0                       
badverfs                timers                  nomem                   
0                       0                       0




The output should be like this:

Code:
badcalls 54 | badlen 0 | badcalls 1473 | badxids 387


Thanks a lot,
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk / shell - Fix broken lines and data

Gurus, I am struggling with a issue and thought I could use some of your expertise. Need Help with this I have a flat file that has millions of records 24|john|account ~ info |56| 25|kuo|account ~ journal |58| 27|kim|account ~ journal |59| 28|San|account ~ journal |60|... (3 Replies)
Discussion started by: rimss
3 Replies

2. Shell Programming and Scripting

Inserting Lines between data sets using SED?

Hello all and thanks in advance! What I'm looking to do is insert a blank line, anytime the first 9 characters of a given line don't match the first 9 characters of the previous line. i.e. Convert the data set 1 45 64 89 1 89 69 235 2 89 234 67 2 56 90... (1 Reply)
Discussion started by: selkirk
1 Replies

3. Shell Programming and Scripting

how to awk a data from seperate lines

Hi guys, i have a problem which im hoping you will be able to help me with. I have follwing output :- ------------------------------------------------------------------------------- NSTEP = 407000 TIME(PS) = 43059.000 TEMP(K) = 288.46 PRESS = 0.0 Etot = -2077.4322 ... (2 Replies)
Discussion started by: Mish_99
2 Replies

4. Shell Programming and Scripting

Manipulate lines with sed/awk

Hey All, I need to reorganize a file's text. Here is the source: host John_Doe filename "config.cfg"; hardware ethernet 98:10:3d:13:8f:98; fixed-address 10.10.10.29; } host Jane_Doe filename "config.cfg"; hardware ethernet 98:13:11:fd:5a:57; fixed-address 10.10.5.24; } host... (2 Replies)
Discussion started by: TheBigAmbulance
2 Replies

5. Shell Programming and Scripting

[AWK] handeling data spread on multiple lines

Hello all, first off great forum. Now for my little problem. Using RHEL 5.4 and awk. Been doing code since a few month. So just starting. My problem is handeling data on multiple lines. { if ($1 != LASTKEY && h ~ /.*\/s_fr_/) { checkgecos( h, h ) h="" ... (2 Replies)
Discussion started by: maverick72
2 Replies

6. Shell Programming and Scripting

Extracting specific lines of data from a file and related lines of data based on a grep value range?

Hi, I have one file, say file 1, that has data like below where 19900107 is the date, 19900107 12 144 129 0.7380047 19900108 12 168 129 0.3149017 19900109 12 192 129 3.2766666E-02 ... (3 Replies)
Discussion started by: Wynner
3 Replies

7. Shell Programming and Scripting

Removing repeating lines from a data frame (AWK)

Hey Guys! I have written a code which combines lots of files into one big file(.csv). However, each of the original files had headers on the first line, and now that I've combined the files the headers are interspersed throughout the new combined data frame. For example, throughout the data... (21 Replies)
Discussion started by: gd9629
21 Replies

8. Shell Programming and Scripting

Sed/awk to delete single lines that aren't touching other lines

Hello, I'm trying to figure out how to use sed or awk to delete single lines in a file. By single, I mean lines that are not touching any other lines (just one line with white space above and below). Example: one two three four five six seven eight I want it to look like: (6 Replies)
Discussion started by: slimjbe
6 Replies

9. Shell Programming and Scripting

Summing over specific lines and replacing the lines with the sum using sed, awk

Hi friends, This is sed & awk type question. I have a text file which has numbers spread all over the file. I want to sum the series of numbers whenever i find it and produce an output file with the sum. For example ###start of input text file #### abc def ghi 1 2 3 4 kjld random... (3 Replies)
Discussion started by: kaaliakahn
3 Replies

10. Shell Programming and Scripting

awk - mixed for and if to select particular lines in a data file

Hi all, I am new to AWK and I am trying to solve a problem that is probably easy for an expert. Suppose I have the following data file input.txt: 20 35 43 20 23 54 20 62 21 20.5 43 12 20.5 33 11 20.5 89 87 21 33 20 21 22 21 21 56 87 I want to select from all lines having the... (4 Replies)
Discussion started by: naska
4 Replies
nfsstat(1M)						  System Administration Commands					       nfsstat(1M)

NAME
nfsstat - NFS statistics SYNOPSIS
nfsstat [-cnrsza] [-v version] [interval [count]] nfsstat -m [pathname...] DESCRIPTION
nfsstat displays statistical information about the NFS and RPC (Remote Procedure Call), interfaces to the kernel. It can also be used to reinitialize this information. If no options are given the default is as follows: nfsstat -csnra The default displays everything, but reinitializes nothing. OPTIONS
-a Display NFS_ACL information. -c Display client information. Only the client side NFS, RPC, and NFS_ACL information is printed. Can be combined with the -n, -r, and -a options to print client side NFS, RPC, and NFS_ACL information only. -m [pathname...] Display statistics for each NFS mounted file system. If pathname is not specified, displays statistics for all NFS mounted file systems. If pathname is specified, displays statistics for the NFS mounted file systems indicated by pathname. This includes the server name and address, mount flags, current read and write sizes, the retransmission count, the attribute cache timeout values, failover information, and the timers used for dynamic retransmission. The dynamic retransmission timers are displayed only where dynamic retransmission is in use. By default, NFS mounts over the TCP protocols and NFS Version 3 mounts over either TCP or UDP do not use dynamic retransmission. If you specify the -m option, this is the only option that nfsstat uses. If you specify other options with -m, you receive an error message alerting that the -m flag cannot be combined with other options. -n Display NFS information. NFS information for both the client and server side are printed. Can be combined with the -c and -s options to print client or server NFS information only. -r Display RPC information. -s Display server information. -v version Specify which NFS version for which to print statistics. When followed by the optional version argument, (2|3|4), specifies statistics for that version. By default, prints statistics for all versions. -z Zero (reinitialize) statistics. This option is for use by the super user only, and can be combined with any of the above options to zero particular sets of statistics after printing them. OPERANDS
The following operands are supported: count Display only count reports interval Report once each interval seconds. pathname Specify the pathname of a file in an NFS mounted file system for which statistics are to be displayed. DISPLAYS
The server RPC display includes the following fields: calls The total number of RPC calls received. badcalls The total number of calls rejected by the RPC layer (the sum of badlen and xdrcall as defined below). nullrecv The number of times an RPC call was not available when it was thought to be received. badlen The number of RPC calls with a length shorter than a minimum-sized RPC call. xdrcall The number of RPC calls whose header could not be XDR decoded. dupchecks The number of RPC calls that looked up in the duplicate request cache. dupreqs The number of RPC calls that were found to be duplicates. The server NFS display shows the number of NFS calls received (calls) and rejected (badcalls), and the counts and percentages for the vari- ous calls that were made. The server NFS_ACL display shows the counts and percentages for the various calls that were made. The client RPC display includes the following fields: calls The total number of RPC calls made. badcalls The total number of calls rejected by the RPC layer. badxids The number of times a reply from a server was received which did not correspond to any outstanding call. timeouts The number of times a call timed out while waiting for a reply from the server. newcreds The number of times authentication information had to be refreshed. badverfs The number of times the call failed due to a bad verifier in the response. timers The number of times the calculated time-out value was greater than or equal to the minimum specified time-out value for a call. cantconn The number of times the call failed due to a failure to make a connection to the server. nomem The number of times the call failed due to a failure to allocate memory. interrupts The number of times the call was interrupted by a signal before completing. retrans The number of times a call had to be retransmitted due to a timeout while waiting for a reply from the server. Applicable only to RPC over connection-less transports. cantsend The number of times a client was unable to send an RPC request over a connectionless transport when it tried to do so. The client NFS display shows the number of calls sent and rejected, as well as the number of times a CLIENT handle was received (clgets), the number of times the CLIENT handle cache had no unused entries (cltoomany), as well as a count of the various calls and their respective percentages. The client NFS_ACL display shows the counts and percentages for the various calls that were made. The -m option includes information about mount flags set by mount options, mount flags internal to the system, and other mount information. See mount_nfs(1M). The following mount flags are set by mount options: sec sec has one of the following values: none No authentication. sys UNIX-style authentication (UID, GID). short Short hand UNIX-style authentication. dh des-style authentication (encrypted timestamps). krb5 kerberos v5-style authentication. krb5i kerberos v5-style authentication with integrity. krb5p kerberos v5-style authentication with privacy. hard Hard mount. soft Soft mount. intr Interrupts allowed on hard mount. nointr No interrupts allowed on hard mount. noac Client is not caching attributes. rsize Read buffer size in bytes. wsize Write buffer size in bytes. retrans NFS retransmissions. timeo Initial NFS timeout, in tenths of a second. nocto No close-to-open consistency. llock Local locking being used (no lock manager). grpid System V group id inheritance. rpctimesync RPC time sync. The following mount flags are internal to the system: printed "Not responding" message printed. down Server is down. dynamic Dynamic transfer size adjustment. link Server supports links. symlink Server supports symbolic links. readdir Use readdir instead of readdirplus. acl Server supports NFS_ACL. The following flags relate to additional mount information: vers NFS version. proto Protocol. The -m option also provides attribute cache timeout values. The following fields in -m ouput provide timeout values for attribute cache: acregmin Minimum seconds to hold cached file attributes. acregmax Maximum seconds to hold cached file attributes. acdirmin Minimum seconds to hold cached directory attributes. acdirmax Maximum seconds to hold cached directory attributes. The following fields in -m output provide failover information: noresponse How many times servers have failed to respond. failover How many times a new server has been selected. remap How many times files have been re-evaluated to the new server. currserver Which server is currently providing NFS service. See the System Administration Guide: IP Services for additional details. The fields in -m output shown below provide information on dynamic retransmissions. These items are displayed only where dynamic retrans- mission is in use. srtt The value for the smoothed round-trip time, in milliseconds. dev Estimated deviation, in milliseconds. cur Current backed-off retransmission value, in milliseconds. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnfscu | +-----------------------------+-----------------------------+ SEE ALSO
mount_nfs(1M), attributes(5) Solaris 10 Installation Guide: Basic Installations System Administration Guide: IP Services SunOS 5.10 25 Jul 2004 nfsstat(1M)
All times are GMT -4. The time now is 01:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy