#include <boost/uuid/uuid_io.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time_io.hpp>
#include <vnc_cfg_types.h>
#include <base/util.h>
#include <oper/agent_profile_types.h>
#include <cmn/agent_cmn.h>
#include <cfg/cfg_init.h>
#include <oper/operdb_init.h>
#include <oper/agent_profile.h>
#include <oper/interface_common.h>
#include <oper/vn.h>
#include <oper/vm.h>
#include <oper/vrf.h>
#include <filter/acl.h>
#include "db/db.h"
Go to the source code of this file.
|
string | GetProfileString (DBTable *table, const char *name) |
|
static void | DBStatsToSandesh (SandeshDBTableStats *stats, const string &table, const ProfileData::DBTableStats &db_stats) |
|
static void | GetDBTableStats (SandeshDBTableStatsInfo *stats, int index, ProfileData *data) |
|
static void | GetFlowStats (SandeshFlowStats *stats, int index, ProfileData *data) |
|
static void | GetTaskStats (TaskProfileStats *stats, int index, ProfileData *data) |
|
static void | GetOneQueueSummary (SandeshFlowQueueSummaryOneInfo *one, ProfileData::WorkQueueStats *stats) |
|
static void | GetQueueSummaryInfo (SandeshFlowQueueSummaryInfo *info, int index, ProfileData *data) |
|
static void DBStatsToSandesh |
( |
SandeshDBTableStats * |
stats, |
|
|
const string & |
table, |
|
|
const ProfileData::DBTableStats & |
db_stats |
|
) |
| |
|
static |
static void GetDBTableStats |
( |
SandeshDBTableStatsInfo * |
stats, |
|
|
int |
index, |
|
|
ProfileData * |
data |
|
) |
| |
|
static |
static void GetFlowStats |
( |
SandeshFlowStats * |
stats, |
|
|
int |
index, |
|
|
ProfileData * |
data |
|
) |
| |
|
static |
string GetProfileString |
( |
DBTable * |
table, |
|
|
const char * |
name |
|
) |
| |
static void GetQueueSummaryInfo |
( |
SandeshFlowQueueSummaryInfo * |
info, |
|
|
int |
index, |
|
|
ProfileData * |
data |
|
) |
| |
|
static |
static void GetTaskStats |
( |
TaskProfileStats * |
stats, |
|
|
int |
index, |
|
|
ProfileData * |
data |
|
) |
| |
|
static |