![]() |
AliRoot Core
d69033e (d69033e)
|
Make sys watch default plots. More...
#include "TMath.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TTree.h"
#include "TFile.h"
#include "TCut.h"
#include "TStyle.h"
#include "AliSysInfo.h"
Go to the source code of this file.
Functions | |
TCut | cutVM ("cutVM","deltaVM>10") |
TCut | cutDT ("cutDT","deltaT>2") |
Float_t | TopUsage (TTree *tree, const char *exp, const char *cut, Int_t order) |
void | TopVM () |
void | TopCPU () |
void | TopVMDetector () |
void | TopCPUDetector () |
void | PInit (const char *log="syswatch.log", const char *out="syswatch.root") |
void | MakePlots (const char *log="syswatch.log", const char *out="syswatch.root", Int_t top=10) |
Variables | |
TObject * | htemp |
TTree * | tree =0 |
TFile * | fout =0 |
Int_t | ctop =10 |
Make sys watch default plots.
Default histogram:
TOP violateors - CPU and Virtual memory usage Detector reports - CPU and Virtual memory usage per detector
Usage example:
Definition in file PlotSys.C.
TCut cutDT | ( | "cutDT" | , |
" | deltaT, | ||
2" | |||
) |
Referenced by TopCPU().
TCut cutVM | ( | "cutVM" | , |
" | deltaVM, | ||
10" | |||
) |
Referenced by TopVM().
void MakePlots | ( | const char * | log = "syswatch.log" , |
const char * | out = "syswatch.root" , |
||
Int_t | top = 10 |
||
) |
void PInit | ( | const char * | log = "syswatch.log" , |
const char * | out = "syswatch.root" |
||
) |
void TopCPU | ( | ) |
select top user of CPU MakeReport - ASCII and histogram
Definition at line 139 of file PlotSys.C.
Referenced by MakePlots().
void TopCPUDetector | ( | ) |
Float_t TopUsage | ( | TTree * | tree, |
const char * | exp, | ||
const char * | cut, | ||
Int_t | order | ||
) |
Find value for given order Used to select top violator
Definition at line 248 of file PlotSys.C.
Referenced by TopCPU(), TopCPUDetector(), TopVM(), and TopVMDetector().
void TopVM | ( | ) |
select top user of virtual Memory MakeReport - ASCII and histogram
Definition at line 90 of file PlotSys.C.
Referenced by MakePlots().
void TopVMDetector | ( | ) |
Int_t ctop =10 |
Definition at line 42 of file PlotSys.C.
Referenced by MakePlots(), TopCPU(), TopCPUDetector(), TopVM(), and TopVMDetector().
TFile* fout =0 |
Definition at line 39 of file PlotSys.C.
Referenced by AliTPCCompareTracks(), BPEVO(), AliXRDPROOFtoolkit::CacheFileList(), DecodeRecoCocktail(), fastMUONSim(), AliXRDPROOFtoolkit::JoinTreesIndex(), main(), MakePlots(), MergeMuonLight(), PInit(), and UnitTestAliTPCCalPadTree().
TObject* htemp |
Definition at line 37 of file PlotSys.C.
Referenced by dPhi(), AliTPCCalibViewer::DrawHisto1D(), DrawITSVD(), DrawLaserDrift(), DrawResoldEdx(), dTheta(), dY(), dZ(), FitKalman(), AliTPCCalibViewer::Integrate(), AliTPCCalibViewer::IntegrateOld(), LookupHisto(), AliTPCCorrection::MakeDistortionMapSector(), AliTPCCalibViewer::SigmaCut(), and AliTPCCalibViewer::SigmaCutNew().
TTree* tree =0 |
Definition at line 38 of file PlotSys.C.
Referenced by PInit(), TopCPU(), TopCPUDetector(), TopVM(), and TopVMDetector().