lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 9 Oct 2014 09:21:43 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	Tuan Bui <tuan.d.bui@...com>
Cc:	linux-kernel@...r.kernel.org, dbueso@...e.de,
	a.p.zijlstra@...llo.nl, paulus@...ba.org, acme@...nel.org,
	artagnon@...il.com, jolsa@...hat.com, dvhart@...ux.intel.com,
	Aswin Chandramouleeswaran <aswin@...com>,
	Jason Low <jason.low2@...com>, akpm@...ux-foundation.org
Subject: Re: [RFC PATCH] Perf Bench: Locking Microbenchmark


* Tuan Bui <tuan.d.bui@...com> wrote:

> > > +static const struct option options[] = {
> > > +	OPT_UINTEGER('s', "start", &start_nr_threads, "Numbers of processes to start"),
> > > +	OPT_UINTEGER('e', "end", &end_nr_threads, "Numbers of process to end"),
> > > +	OPT_UINTEGER('i', "increment", &increment_threads_by, "Number of threads to increment)"),
> > > +	OPT_UINTEGER('r', "runtime", &bench_dur, "Specify benchmark runtime in seconds"),
> > > +	OPT_END()
> > > +};
> > 
> > Is this the kind of parameters that AIM7 takes as well?
> > 
> > In any case, this is a very nice benchmarking utility.
> 
> Yes these parameters are similar to what AIM7 take except for 
> the runtime parameter.  AIM7 does not have the option to 
> specify how long the benchmark will run.  Also in AIM7 you can 
> also specify numbers of jobs per run which i did not include 
> since i added a runtime parameter for the benchmark.

It might make sense to add that parameter - which would only be 
allowed if no runtime is specified, or so.

I.e. to make it as easy for people to use this new tool when they 
come with AIM7 benchmarking knowledge.

Thanks,

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ