[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Performance on NFS
From: |
Roel Janssen |
Subject: |
Re: Performance on NFS |
Date: |
Wed, 07 Jun 2017 15:06:07 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Ludovic Courtès writes:
> How does:
>
> time guix environment --ad-hoc coreutils --pure -- true
>
> compare to:
>
> time guix environment --ad-hoc -e '(@ (gnu packages base) coreutils)'
> --pure -- true
>
> ? That would give us an estimate of how much the cache I describe would
> help.
>
> Thanks,
> Ludo’.
You should know that we have 'submit' nodes that use the guixr wrapper
script to connect to the guix-daemon that runs on the 'hpcguix' node.
Both have a /gnu mounted by a storage subsystem.
I couldn't run the second command on a 'submit' node. But I could run
it in the 'hpcguix' node.
The first command:
------------------
address@hidden ~]$ time guixr environment --ad-hoc coreutils --pure -- true
real 0m38.415s
user 0m6.075s
sys 0m0.611s
address@hidden ~]$ time guix environment --ad-hoc coreutils --pure -- true
real 0m27.054s
user 0m4.254s
sys 0m0.383s
The second command:
-------------------
address@hidden ~]$ time guix environment --ad-hoc -e '(@ (gnu packages base)
coreutils)' --pure --no-substitutes --no-grafts -- true
The following derivations will be built:
/gnu/store/9wczighnyz1bz43j4wawf09z180g3ywv-profile.drv
/gnu/store/ffsyhajbdcp1lcq6x65czghya1iydly8-info-dir.drv
/gnu/store/5gyl3l23ps6f8dgay4awybwq7n9j9pzk-fonts-dir.drv
/gnu/store/l2mwj2q4vnq2v5raxz64ra7jyphd2jyd-manual-database.drv
Creating manual page database for 1 packages... done in 5.524 s
real 1m6.812s
user 0m2.969s
sys 0m0.325s
address@hidden ~]$ time guix environment --ad-hoc -e '(@ (gnu packages base)
coreutils)' --pure --no-substitutes --no-grafts -- true
real 0m23.357s
user 0m2.802s
sys 0m0.340s
I suspect that the difference between the two commands is that one only
looks for one module, while the other looks in all modules. Looking at
the second run, I suppose the difference is quite small.
Kind regards,
Roel Janssen
- Re: Combining Guix, direnv and Emacs for environment customisation, Roel Janssen, 2017/06/01
- Re: Combining Guix, direnv and Emacs for environment customisation, Ludovic Courtès, 2017/06/03
- Re: Combining Guix, direnv and Emacs for environment customisation, Roel Janssen, 2017/06/03
- Re: Combining Guix, direnv and Emacs for environment customisation, Ludovic Courtès, 2017/06/04
- Re: Combining Guix, direnv and Emacs for environment customisation, Roel Janssen, 2017/06/05
- Performance on NFS, Ludovic Courtès, 2017/06/07
- Re: Performance on NFS,
Roel Janssen <=
- Re: Performance on NFS, Ludovic Courtès, 2017/06/09
- Re: Performance on NFS, Roel Janssen, 2017/06/12
- Re: Performance on NFS, Ludovic Courtès, 2017/06/12
- Performance on NFS, Ludovic Courtès, 2017/06/16
- Re: Performance on NFS, Roel Janssen, 2017/06/17
- Re: Performance on NFS, Ludovic Courtès, 2017/06/17
- Re: Performance on NFS, Roel Janssen, 2017/06/17
- Re: Performance on NFS, Ricardo Wurmus, 2017/06/18
- RPC performance, Ludovic Courtès, 2017/06/19
- Re: RPC performance, Ludovic Courtès, 2017/06/19