Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

polygraph-pop-test(1) [debian man page]

POLYGRAPH-POP-TEST(1)						   User Commands					     POLYGRAPH-POP-TEST(1)

NAME
polygraph-pop-test - predicts cache hit ratios for a given workload SYNOPSIS
pop-test [--option ...] OPTIONS
--help list of options --version package version info --out <file> redirect console output --cachable <%> portion of cachable replies --public_interest <%> portion of URLs shared among all robots --recurrence <%> probability of a re-visit to a URL --work_set_size <size> working set size --cache_size <size> cache size --obj_size <size> average object size --robots <int> total number of robots to simulate --pop_model <str> popularity model --sim_length <int> total number of request to simulate COPYRIGHT
Copyright (C) 2003-2006 The Measurement Factory, Inc. SEE ALSO
polygraph(7) - general information and a list of programs http://www.web-polygraph.org/ - project web site polygraph-pop-test - Web Polygraph February 2010 POLYGRAPH-POP-TEST(1)

Check Out this Related Man Page

POLYGRAPH-PGL2LDIF(1)						   User Commands					     POLYGRAPH-PGL2LDIF(1)

NAME
polygraph-pgl2ldif - LDIF (and other text-based) configuration generator SYNOPSIS
pgl2ldif [--option ...] DESCRIPTION
Generates LDIF (and other text-based) configuration files from PGL code. LDIF is the configuration format used by LDAP servers. To generate a configuration file, one needs to create a template. Polygraph substitutes well-known keywords in the template file with credentials and other authentication-related information. OPTIONS
--help list of options --version package version info --template <filename> LDIF template --config <filename> PGL configuration --cfg_dirs <dirs> directories for PGL #includes --avoid_duplicates <yes|no> [slowly] avoid duplicate LDIF records --global_rng_seed <int> per-test r.n.g. seed COPYRIGHT
Copyright (C) 2003-2006 The Measurement Factory, Inc. SEE ALSO
polygraph(7) - general information and a list of programs http://www.web-polygraph.org/ - project web site polygraph-pgl2ldif - Web Polygraph February 2010 POLYGRAPH-PGL2LDIF(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Empty directories having different size

$ls -lrt mydir total 12 drwxrwxrwx 2 nobody nobody 512 Aug 8 11:51 tmp drwxrwxrwx 2 nobody nobody 4608 Jan 19 12:20 web.cache $ ls -lrt mydir/web.cache/ total 0 $ ls -lrt mydir/tmp/ total 0 Can anyone explain me the above results? I know the o/p of ls, but this... (3 Replies)
Discussion started by: rahulrathod
3 Replies

2. UNIX for Dummies Questions & Answers

How to test for a specific file size

Hello, In my shell program, I need to test for a specific size of a text file before it can be imported into an oracle table. If the size is less than that number, my program should stop processing. What is the correct command to do this test? Thanks! (1 Reply)
Discussion started by: GEBRAUN
1 Replies

3. Shell Programming and Scripting

Deleting the empty file

Hi, I have a TEST.dat file. As a clean up process, I have to delete the TEST.dat file if it is empty. Basically, I don't want to delete TEST.dat if it contains anything in it but want to delete TEST.dat if it contains any spaces or nothing in it. Is there a command to check if the file... (2 Replies)
Discussion started by: rkumar28
2 Replies

4. IP Networking

How can i simulate network problems between unix machines ?

Hello all i need to simulate method invocations between 2 machine ( using corba ) now i like to test the method invoke timeout from machine1 to machine2 for that i need to simulate network being busy , can it be done some how ? (2 Replies)
Discussion started by: umen
2 Replies

5. IP Networking

Simulate 'try again' case

Hi, I was searching thro the topic and could not find a thread which zeroes in on the case i'm trying to simulate. Basically I have a need to simulate DNS Try again cases, without bringing the dns_sever down (by manipulating the entries in /etc/resolv.conf under 'nameserver' tag). I am so... (5 Replies)
Discussion started by: srinivasan_85
5 Replies

6. UNIX for Dummies Questions & Answers

What's wrong with this line: if ${TEST:?} ; then echo empty; fi

I want to print "empty" if $TEST is empty. TEST= if ${TEST:?} ; then echo empty; fi But it doesn't work. What's wrong? (2 Replies)
Discussion started by: meili100
2 Replies

7. Shell Programming and Scripting

replace nth instance of string

Hi all, I have file with following content ........................... ..........TEST.......... ..........TEST.......... ..................... .....TEST.......... ..................... ..................... .....TEST.......... I want to replace nth "TEST" with "OK" using... (4 Replies)
Discussion started by: uttamhoode
4 Replies

8. Shell Programming and Scripting

TEST command

I have been looking into searching various files to display output. The search criteria will be a month and year to output various numbers in the files. is there any way to do this with the TEST function or would it have to be another way? (4 Replies)
Discussion started by: amatuer_lee_3
4 Replies

9. Shell Programming and Scripting

Place a comma on lines

Is it possible to place a comma in the desired places, like 10spaces after or 15 spaces after, irrespective of the contents??? Ex:File: TEST TEST: vimalthomaswants to place a comma can he do it in the desired places? as per the above file, i need to place a comma after 10th space... (4 Replies)
Discussion started by: vj8436
4 Replies

10. Shell Programming and Scripting

bin/sh eval variable assignment

Why can't I do this? eval "TEST=5;echo $TEST;"; THIS WORKS!! TEST=5;echo $TEST; (2 Replies)
Discussion started by: blasto333
2 Replies

11. Web Development

robots.txt usage

Dear all, I want to use robots.txt to control the "spider". can i specify a IP address to ALLOW the website can be accessed by the "spider"?? thank you. Rick (4 Replies)
Discussion started by: rickhlwong
4 Replies

12. Shell Programming and Scripting

Looping requirement

Hi all, I have little working knowledge in unix shell scripting. I have a requirement where i need to pull out some data in between the strings in the file. Input: TEST a a c f d TEST f e g g TEST Output: (7 Replies)
Discussion started by: satyasrin82
7 Replies

13. UNIX for Dummies Questions & Answers

awk help

I have a file which contains: DEV1/TEST/ xyz.dat " hello" DEV1/TEST/ ya1.dat echo "test 1" DEV2/TEST/ b2a.dat echo "hello2" and I want to delete/strip the leading spaces for column3. DEV1/TEST/ xyz.dat " hello"... (1 Reply)
Discussion started by: budz26
1 Replies

14. UNIX for Dummies Questions & Answers

perl filter unique and concatenate

Hi experts, I have some input like below, TEST A function W TEST A function X TEST B function Y TEST C function Z TEST C function ZY i would like to have below output, TEST A function W&X TEST B function Y TEST C function Z&ZY Please kindly help on this, i am cracking my head... (2 Replies)
Discussion started by: mingfatty
2 Replies

15. Shell Programming and Scripting

Insert text using sed

sed 's/$/TEST/g' will insert TEST at the end of each line. i want to insert TEST at column 64 (7 Replies)
Discussion started by: lawsongeek
7 Replies