Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-10 Thread Magnus Skjegstad
On Thu, 10 Dec 2015, at 19:28, Richard Mortier wrote: > On 7 December 2015 at 18:07, Anil Madhavapeddy wrote: > > > > I'm aware of: > > > > - individual apps for papers (like Jitsu/NSDI, ASPLOS) which are captured > > in their respective repositories but frozen to that version. > > FWIW I belie

Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-10 Thread Richard Mortier
On 7 December 2015 at 18:07, Anil Madhavapeddy wrote: > On 3 Dec 2015, at 14:01, Filipe Manco wrote: >> >> Hi Anil >> >> I'm looking for benchmarking utilities implemented on top of unikernels, for >> some benchmarking work we're doing here at NEC. We're looking for something >> that is able to

Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-10 Thread Filipe Manco
Hi Anil Good point. I'll look into that, thanks. Filipe On 10-12-2015 11:24, Anil Madhavapeddy wrote: Hi Filipe, If it's an existing tool, it might be worth trying to compile it as a unikernel via rumprun as well... Anil On 10 Dec 2015, at 10:16, Filipe Manco wrote: Hi Thank you for th

Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-10 Thread Anil Madhavapeddy
Hi Filipe, If it's an existing tool, it might be worth trying to compile it as a unikernel via rumprun as well... Anil > On 10 Dec 2015, at 10:16, Filipe Manco wrote: > > Hi > > Thank you for the pointers. > > I was looking for something like a port of the stress tool (or similar) to an >

Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-10 Thread Filipe Manco
Hi Thank you for the pointers. I was looking for something like a port of the stress tool (or similar) to an unikernel. I'll take a look at this stuff and figure if we can reuse some of it, otherwise we might just port some tool to minios ourselves. Best Filipe On 07-12-2015 19:07, Anil Ma

Re: [MirageOS-devel] Benchmarking tools on Mirage

2015-12-07 Thread Anil Madhavapeddy
On 3 Dec 2015, at 14:01, Filipe Manco wrote: > > Hi Anil > > I'm looking for benchmarking utilities implemented on top of unikernels, for > some benchmarking work we're doing here at NEC. We're looking for something > that is able to do network and block IO, CPU and memory utilization tests,