Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tcsh set time equivalent
- X-seq: zsh-users 16457
- From: Renato Botelho <rbgarga@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: tcsh set time equivalent
- Date: Fri, 30 Sep 2011 18:58:21 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=2jqpkzJrAE9r07uzupGEWpmrnjrup+mpwsRcvM3Lsxo=; b=Qa7mPvim7ZxCmzvERo9nfcH4zvdTd1qOFhdUiDXj/NSoEybWBdi/XaObI0hbQBmKWF NmKgXTxJMTaSBqvpQ7Qoe6p8R0wnDut6S6GpIt9+LGm2rmtYA0fjMCId0+qSs+hZL2Qi 1eT6Yvl1W5EAIQIGYqx4wZNIkX7QHOLljkW7A=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I used to have a configuration on tcsh:
set time=(60 "\
Time spent in user mode (CPU seconds) : %Us\
Time spent in kernel mode (CPU seconds) : %Ss\
Total time : %Es\
CPU utilisation (percentage) : %P\
Times the process was swapped : %W\
Times of major page faults : %F\
Times of minor page faults : %R")
With this, if a command that took over 60s to be executed, this
summary was showed after.
Is there any equivalent function on zsh?
Regards
--
Renato Botelho
Messages sorted by:
Reverse Date,
Date,
Thread,
Author