Sponsored Content
Full Discussion: find percentage - awk
Top Forums Shell Programming and Scripting find percentage - awk Post 302858087 by greycells on Saturday 28th of September 2013 02:28:07 PM
Old 09-28-2013
Thanks Bartus ..but i get this output

PHP Code:
/vol/test1 10G - - 9G -
/
vol/test2 1024M - - 921M -
/
vol/test3 200G - - 180G -
/
vol/test4 3G - - 2G 
3G was not converted to MB as 3 < 10

Thanks
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk percentage

how would you calculate percentage by per line? Given a column of 16 lines, grab each line and divide it by the sum of the entire column and multiply by 100? thanks ... (8 Replies)
Discussion started by: rockiefx
8 Replies

2. Shell Programming and Scripting

Need an AWK script to calculate the percentage

Hi I need a awk script to calculate percentage. I have to pass the pararmeters in to the awk script and calculate the percentage. Sum = 50 passed = 43 failed = 7 I need to pass these value in to the awk script and calculate the percentage. Please advice me. (8 Replies)
Discussion started by: bobprabhu
8 Replies

3. Shell Programming and Scripting

Need to find the percentage of the directory in the file system.

Hi All, I want to find the percentage occupied by the directory in the file system. Say, i have the file system /home/arun/work under this file system i have the directories /home/arun/work/yesterday /home/arun/work/today /home/arun/work/tomorrow The size of the file system is... (5 Replies)
Discussion started by: Arunprasad
5 Replies

4. Shell Programming and Scripting

awk script to count percentage from log file

Hi, I have a log like this : actually i want to get the log like this : where % can get from : 100 * pmTotNoRrcConnectReqSucc / pmTotNoRrcConnectReq Thanks in advance.. :) (8 Replies)
Discussion started by: justbow
8 Replies

5. Shell Programming and Scripting

awk or sed to determine battery percentage

So, I know this can be done but my awk and sed wizardry is not up to snuff for the job. Basically, I have tons and tons of Macbooks at my work and I am trying to grab the current percentage of the battery power on each client. If I use the system_profiler SPPowerDataType command it prints off... (4 Replies)
Discussion started by: tlarkin
4 Replies

6. Shell Programming and Scripting

awk/sed percentage calculation

Hi all i have a text file with columns delimited with , 2010-08-18,10,24,.09751,39,7,14872,26732 . . . i would to add a extra column in the end with percentage calculation of columns 5 and 8 ie (39/26732)*100 so the output must look like ... (6 Replies)
Discussion started by: posner
6 Replies

7. Programming

Shell script to find Percentage?

Hi all, I havea log of data.log bear,10000,white bear,5000,black chicken,2000,white chicken,4000,yellow chicken,3000,black lion,6000,yellow lion,1000,white How can we have shell script to get the percentage of each animals? Thanks. (8 Replies)
Discussion started by: sabercats
8 Replies

8. Shell Programming and Scripting

Percentage sign causing awk problems

looks like awk gets confused when there's a % next to a number. command im running: awk -F" " '/phxnaz001b/ && /vol/ && NF { if (($NF >= 80) && ($NF < 83)) { print ; print ; w++ } else if ($NF >= 83) { print ; c++ } } END { printf("%d:OK %d:WARNING %d:CRITICAL\n", o, w, c) }' /tmp/test.log ... (3 Replies)
Discussion started by: SkySmart
3 Replies

9. Shell Programming and Scripting

Help with awk percentage calculation from a file

i have a file say test with the below mentioned details Folder Name Total space Space used /test/test1 500.1GB 112.0 GB /test/test2 3.2 TB 5TB /test/test3 3TB 100GB i need to calculate percentage of each row based on total space and space used and copy... (9 Replies)
Discussion started by: venkitesh
9 Replies

10. HP-UX

Shell /awk script for Percentage

having two columns, A and B.. i need to add another column C in a file and calculate the percentage based on the column A and B. (COLUMN B/ COLUMN A *100) . "|" is delimiter separating the A and B.. need C column with the percentage value. Thanks for your help 100|50 |50% ... (6 Replies)
Discussion started by: kartikirans
6 Replies
clm vol(1)							  USER COMMANDS 							clm vol(1)

  NAME
      clm vol - compute volatile nodes from a set of clusterings

      clmvol  is  not  in actual fact a program. This manual page documents the behaviour and options of the clm program when invoked in mode vol.
      The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.

  SYNOPSIS
      clm vol [-fraction num (nff factor)] [-o fname (output file)] <cl file>+

  DESCRIPTION
      clm vol computes a score for each node, which at a minimum is equal to one.  The output is in the form of a matrix containing a single  col-
      umn.  The  score	correlates with what is deemed to be volatile behaviour. For all pairs of clusterings the set of all intersections is com-
      puted, and these are considered in turn.	An intersection is deemed to be volatile if the size of the intersection is  less  than  half  the
      size  of	the  smallest of the two clusters. In that case, for each node in the intersection its volatility score is incremented by one over
      the size of the intersection.  The size comparison can be made more stringent by increasing the -fraction <frac> option, which is by default
      set  to 0.5.  Volatility occurs if the size of the intersection is less than <frac> times the size of the smallest cluster. If the -fraction
      value is increased all the way up to 1.0, the implication is that an intersection is considered volatile unless one  of  the  two  clusteres
      considered is a subset of the other.

  AUTHOR
      Stijn van Dongen.

  OPTIONS
      -fraction num (nff factor)
	See the discussion at DESCRIPTION.

      -o fname (output file)

  SEE ALSO
      mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.

  clm vol 12-068						      8 Mar 2012							  clm vol(1)
All times are GMT -4. The time now is 01:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy