Sponsored Content
Full Discussion: perfmon
Special Forums Windows & DOS: Issues & Discussions perfmon Post 43953 by sssow on Tuesday 25th of November 2003 07:39:10 PM
Old 11-25-2003
perfmon

Hi

I need to run perfmon repeatedly while running tests. Is there any i can configure the counters once and start and stop from command line.

Thanks
 

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

Perfmon on centos

Hello I search monitoring tool like perfmon in Windows and i found perfmon2: perfmon2 How to correctly install perfmon2 on Linux ( centos ) ? Can he work on new kernels or 2.6.29 only for which it is the kernel-patch ? perfmon2 - Browse Files at SourceForge.net It may be a package of... (2 Replies)
Discussion started by: PtaQ
2 Replies
FACTOR(6)							 BSD Games Manual							 FACTOR(6)

NAME
factor, primes -- factor a number, generate primes SYNOPSIS
factor [-h] [number ...] primes [-h] [start [stop]] DESCRIPTION
The factor utility will factor positive integers. When a number is factored, it is printed, followed by a ':', and the list of factors on a single line. Factors are listed in ascending order, and are preceded by a space. If a factor divides a value more than once, it will be printed more than once. When factor is invoked with one or more arguments, each argument will be factored. When factor is invoked with no arguments, factor reads numbers, one per line, from standard input, until end of file or error. Leading white-space and empty lines are ignored. Numbers may be preceded by a single '+'. Numbers are terminated by a non-digit character (such as a newline). After a number is read, it is factored. The primes utility prints primes in ascending order, one per line, starting at or above start and continuing until, but not including stop. The start value must be at least 0 and not greater than stop. The stop value must not be greater than the maximum. The default and maximum value of stop is 3825123056546413050. When the primes utility is invoked with no arguments, start is read from standard input and stop is taken to be the maximum. The start value may be preceded by a single '+'. The start value is terminated by a non-digit character (such as a newline). DIAGNOSTICS
negative numbers aren't permitted illegal numeric format start value must be less than stop value Result too large BUGS
factor cannot handle the ``10 most wanted'' factor list, primes will not get you a world record. primes is unable to list primes between 3825123056546413050 and 18446744073709551615 since it relies on strong pseudoprime tests after siev- ing, and nobody has proven how many strong pseudoprime tests are required to prove primality for integers larger than 3825123056546413050. BSD
October 10, 2002 BSD
All times are GMT -4. The time now is 12:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy