root / src / man / bot_stats.Rd @ b412345d
Historique | Voir | Annoter | Télécharger (610 octet)
1 |
\name{bot_stats} |
---|---|
2 |
\alias{bot_stats} |
3 |
\title{# It compute and display statistique about a campain.} |
4 |
\description{This function browses bot_cache_dir directory and collects information about tasks. Next, it display gantt chart, tasks chart and how computing element are used. Finally it prints on outpout some stats about the campain.} |
5 |
\usage{bot_stats(bot_cache_dir = "cache", WHITH4NO = FALSE)} |
6 |
\arguments{ |
7 |
\item{bot_cache_dir}{the directory where task results are cached} |
8 |
\item{WHITH4NO}{TRUE if you want to include redundante submission in the stats.} |
9 |
} |
10 |
|
11 |
|
12 |
|
13 |
\author{Florent Chuffart} |
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|