Time (unix)
time Unix işletim sistemine ait bir komuttur. Herhangi bir komutun sistem üzerindeki çalışma süresini ölçümlemek için kullanılır.
Kullanım
time komutu işletim sisteminde çalıştırılan komutun önüne eklenir.
Örnekler
time ls
$ time host wikipedia.org
wikipedia.org has address 207.142.131.235
0.000u 0.000s 0:00.17 0.0% 0+0k 0+0io 0pf+0w
$
Ayrıca bakınız
| Unix komut satırı programları |
|---|
| | Dosya dizgesi |
cat · cd · chmod · chown · chgrp · cksum · cmp · cp · du · df · fsck · fuser · ln · ls · lsattr · lsof · mkdir · mount · mv · pwd · rm · rmdir · split · touch · umask | | | Prosesler |
at · chroot · cron · exit · kill · killall · nice · pgrep · pidof · pkill · ps · pstree · sleep · time · top · wait | | | Kullanıcı ortamı |
env · finger · id · logname · mesg · passwd · su · sudo · uptime · w · wall · who · whoami · write | | | Metin işleme |
awk · comm · cut · ed · ex · fmt · head · iconv · join · less · more · paste · sed · sort · strings · talk · tac · tail · tr · uniq · vi · wc · xargs | | | Kabuk programlama |
alias · basename · dirname · echo · expr · false · printf · test · true · unset | | | Ağ | | | | Arama |
find · grep · locate · whereis · which | | | Diğer |
apropos · banner · bc · cal · clear · date · dd · file · help · info · size · lp · man · history · tee · tput · type · yes · uname · whatis |
|