@model BirdsiteLive.Models.StatisticsModels.Statistics
@{
ViewBag.Title = "Statistics";
}
Statistics
Instance
- Twitter Users: @Model.TwitterUserCount
- Followers: @Model.FollowersCount
Twitter API (Min, Avg, Max for the last 24h)
- Users Calls: @Model.TwitterStatistics.UserCallsCountMin ; @Model.TwitterStatistics.UserCallsCountAvg ; @Model.TwitterStatistics.UserCallsCountMax / @Model.TwitterStatistics.UserCallsMax
- Tweets Calls: @Model.TwitterStatistics.TweetCallsCountMin ; @Model.TwitterStatistics.TweetCallsCountAvg ; @Model.TwitterStatistics.TweetCallsCountMax / @Model.TwitterStatistics.TweetCallsMax
- Timeline Calls: @Model.TwitterStatistics.TimelineCallsCountMin ; @Model.TwitterStatistics.TimelineCallsCountAvg ; @Model.TwitterStatistics.TimelineCallsCountMax / @Model.TwitterStatistics.TimelineCallsMax
Mentions Extraction
- In descriptions (current day): @Model.ExtractionStatistics.MentionsInDescriptionsExtraction
- In statuses (current day): @Model.ExtractionStatistics.MentionsInStatusesExtraction
- In descriptions (last day): @Model.ExtractionStatistics.LastMentionsInDescriptionsExtraction
- In statuses (last day): @Model.ExtractionStatistics.LastMentionsInStatusesExtraction