Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding quotas detail in asup #3020

Merged
merged 3 commits into from
Jul 2, 2024
Merged

feat: adding quotas detail in asup #3020

merged 3 commits into from
Jul 2, 2024

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Jun 28, 2024

No description provided.

@Hardikl
Copy link
Contributor Author

Hardikl commented Jun 28, 2024

For Zapi,

 "Quotas": {
  "Count": 7,
  "DataPoints": 57,
  "PollTime": 0,
  "APITime": 1543,
  "ParseTime": 1,
  "PluginTime": 0
 },
2024-06-28T19:21:11+05:30 INF qtree/qtree.go:235 > Collected Poller=u2 apiD=1.543s batchSize=500 metrics=57 numQuotas=7 object=Qtree parseD=1ms plugin=Zapi:Qtree
2024-06-28T19:21:11+05:30 INF collector/collector.go:602 > Collected Poller=u2 apiMs=2095 bytesRx=44549 calcMs=0 collector=Zapi:Qtree exportMs=1 instances=162 instancesExported=64 metrics=979 metricsExported=88 numCalls=2 parseMs=7 pluginApiD=1543 pluginMetrics=57 pluginMs=1545 pluginObjects=7 pluginParseD=1 pollMs=3649 zBegin=1719582667352

For Rest,

 "Quotas": {
  "Count": 44,
  "DataPoints": 484,
  "PollTime": 0,
  "APITime": 3568,
  "ParseTime": 4,
  "PluginTime": 0
 },
2024-06-28T19:54:20+05:30 INF qtree/qtree.go:208 > Collected Poller=sar apiD=3.568s metrics=484 numQuotas=44 object=Qtree parseD=4ms plugin=Rest:Qtree
2024-06-28T19:54:20+05:30 INF collector/collector.go:601 > Collected Poller=sar apiMs=2638 bytesRx=60447 calcMs=0 collector=Rest:Qtree exportMs=9 instances=44 instancesExported=528 metrics=352 metricsExported=598 numCalls=3 parseMs=1806 pluginApiD=3568 pluginMetrics=484 pluginMs=3572 pluginObjects=44 pluginParseD=4 pollMs=6213 zBegin=1719584654241

@Hardikl
Copy link
Contributor Author

Hardikl commented Jul 1, 2024

Payload from Zapi collector of u2 cluster:

"Nodes": {
  "Count": 2,
  "DataPoints": 37,
  "PollTime": 2994675,
  "APITime": 1343601,
  "ParseTime": 268,
  "PluginTime": 1646967,
  "PluginInstances": 0,
  "Ids": [
   {
    "serial-number": "721838000255",
    "system-id": "0538005910"
   },
   {
    "serial-number": "721838000256",
    "system-id": "0538006256"
   }
  ]
 },
 "Volumes": {
  "Count": 195,
  "DataPoints": 9734,
  "PollTime": 9774766,
  "APITime": 7545507,
  "ParseTime": 41069,
  "PluginTime": 2174878,
  "PluginInstances": 0
 },
 "Quotas": {
  "Count": 0,
  "DataPoints": 0,
  "PollTime": 0,
  "APITime": 0,
  "ParseTime": 0,
  "PluginTime": 0,
  "PluginInstances": 7
 },
 "Collectors": [
  {
   "Name": "Zapi",
   "Query": "aggr-object-store-config-get-iter",
   "BatchSize": "500",
   "ClientTimeout": "30s",
   "Schedules": [

Payload from Rest collector of sar cluster:

"Nodes": {
  "Count": 2,
  "DataPoints": 44,
  "PollTime": 1581560,
  "APITime": 1581400,
  "ParseTime": 370085,
  "PluginTime": 7,
  "PluginInstances": 0,
  "Ids": [
   {
    "serial-number": "721802000259",
    "system-id": "0537123843"
   },
   {
    "serial-number": "721802000260",
    "system-id": "0537124012"
   }
  ]
 },
 "Volumes": {
  "Count": 940,
  "DataPoints": 46018,
  "PollTime": 16362317,
  "APITime": 12643176,
  "ParseTime": 5811583,
  "PluginTime": 3652330,
  "PluginInstances": 0
 },
 "Quotas": {
  "Count": 0,
  "DataPoints": 0,
  "PollTime": 0,
  "APITime": 0,
  "ParseTime": 0,
  "PluginTime": 0,
  "PluginInstances": 44
 },
 "Collectors": [
  {
   "Name": "Rest",
   "Query": "api/private/cli/qos/policy-group",
   "ClientTimeout": "30s",
   "Schedules": [

@rahulguptajss rahulguptajss merged commit 8099c24 into main Jul 2, 2024
6 checks passed
@rahulguptajss rahulguptajss deleted the hl_asup_quota branch July 2, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Harvest should include number of Qtree quotas in auto-support
3 participants