Content host page very slow

Hi, all,

I am currently using a brand new installed Katello 2.2/Foreman 1.8 to
manage around 83 hosts, and more hosts is going to be added in, one of the
problem was when I open up content hosts page, it loaded very slow, I
firebug it and found that it took around 10s to load
"https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC",
it also takes another 10s to load page 2 and page 3, I tried to list the
content hosts in hammer, it was also slow, I suspect it to be a DB query
issue, maybe the ID column in the content hosts table need an index or
something like that, sorry, I don't know, but it is really slow.

Also, when I login to hammer shell, it prompt a warning:
[sxin@foreman ODW] $ hammer shell
Warning: An error occured while loading module hammer_cli_import, is it
something we can do to fix it?

Thanks
Sinux

Well, I don't believe that no one can help on this.

··· On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: > > Hi, all, > > I am currently using a brand new installed Katello 2.2/Foreman 1.8 to > manage around 83 hosts, and more hosts is going to be added in, one of the > problem was when I open up content hosts page, it loaded very slow, I > firebug it and found that it took around 10s to load " > https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", > it also takes another 10s to load page 2 and page 3, I tried to list the > content hosts in hammer, it was also slow, I suspect it to be a DB query > issue, maybe the ID column in the content hosts table need an index or > something like that, sorry, I don't know, but it is really slow. > > Also, when I login to hammer shell, it prompt a warning: > [sxin@foreman ODW] $ hammer shell > Warning: An error occured while loading module hammer_cli_import, is it > something we can do to fix it? > > Thanks > Sinux >

Are you using 2.2.1? There was a reported content host slowness issue filed
and addressed (Bug #10152: The Content Hosts page is loading very slowly on Satellite 6 - Katello - Foreman). If you feel
that your issue is different, please file a new issue with as much detail
as possible.

For the hammer_cli_import, I thought we had fixed this with the latest
2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import)
what version you have present?

··· On Sun, Jun 14, 2015 at 5:44 AM, sinux shen wrote:

Well, I don’t believe that no one can help on this.

On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote:

Hi, all,

I am currently using a brand new installed Katello 2.2/Foreman 1.8 to
manage around 83 hosts, and more hosts is going to be added in, one of the
problem was when I open up content hosts page, it loaded very slow, I
firebug it and found that it took around 10s to load “
https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC”,
it also takes another 10s to load page 2 and page 3, I tried to list the
content hosts in hammer, it was also slow, I suspect it to be a DB query
issue, maybe the ID column in the content hosts table need an index or
something like that, sorry, I don’t know, but it is really slow.

Also, when I login to hammer shell, it prompt a warning:
[sxin@foreman ODW] $ hammer shell
Warning: An error occured while loading module hammer_cli_import, is it
something we can do to fix it?

Thanks
Sinux


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University

Hi, Eric,

I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import
version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to
Katello 2.2.1?

··· On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote: > > Are you using 2.2.1? There was a reported content host slowness issue > filed and addressed (http://projects.theforeman.org/issues/10152). If you > feel that your issue is different, please file a new issue with as much > detail as possible. > > For the hammer_cli_import, I thought we had fixed this with the latest > 2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import) > what version you have present? > > > On Sun, Jun 14, 2015 at 5:44 AM, sinux shen > wrote: > >> Well, I don't believe that no one can help on this. >> >> On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: >>> >>> Hi, all, >>> >>> I am currently using a brand new installed Katello 2.2/Foreman 1.8 to >>> manage around 83 hosts, and more hosts is going to be added in, one of the >>> problem was when I open up content hosts page, it loaded very slow, I >>> firebug it and found that it took around 10s to load " >>> https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", >>> it also takes another 10s to load page 2 and page 3, I tried to list the >>> content hosts in hammer, it was also slow, I suspect it to be a DB query >>> issue, maybe the ID column in the content hosts table need an index or >>> something like that, sorry, I don't know, but it is really slow. >>> >>> Also, when I login to hammer shell, it prompt a warning: >>> [sxin@foreman ODW] $ hammer shell >>> Warning: An error occured while loading module hammer_cli_import, is it >>> something we can do to fix it? >>> >>> Thanks >>> Sinux >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Eric D. Helms > Red Hat Engineering > Ph.D. Student - North Carolina State University >

And if I want to upgrade from 2.2.0 to 2.2.1, as this is just a minor
version upgrade, will yum update just work or katello-install --upgrade
need to be run?

··· On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote: > > Hi, Eric, > > I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import > version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to > Katello 2.2.1? > > On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote: >> >> Are you using 2.2.1? There was a reported content host slowness issue >> filed and addressed (http://projects.theforeman.org/issues/10152). If >> you feel that your issue is different, please file a new issue with as much >> detail as possible. >> >> For the hammer_cli_import, I thought we had fixed this with the latest >> 2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import) >> what version you have present? >> >> >> On Sun, Jun 14, 2015 at 5:44 AM, sinux shen wrote: >> >>> Well, I don't believe that no one can help on this. >>> >>> On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: >>>> >>>> Hi, all, >>>> >>>> I am currently using a brand new installed Katello 2.2/Foreman 1.8 to >>>> manage around 83 hosts, and more hosts is going to be added in, one of the >>>> problem was when I open up content hosts page, it loaded very slow, I >>>> firebug it and found that it took around 10s to load " >>>> https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", >>>> it also takes another 10s to load page 2 and page 3, I tried to list the >>>> content hosts in hammer, it was also slow, I suspect it to be a DB query >>>> issue, maybe the ID column in the content hosts table need an index or >>>> something like that, sorry, I don't know, but it is really slow. >>>> >>>> Also, when I login to hammer shell, it prompt a warning: >>>> [sxin@foreman ODW] $ hammer shell >>>> Warning: An error occured while loading module hammer_cli_import, is it >>>> something we can do to fix it? >>>> >>>> Thanks >>>> Sinux >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Eric D. Helms >> Red Hat Engineering >> Ph.D. Student - North Carolina State University >> >

Sorry, hammer_cli_import version is
rubygem-hammer_cli_import-0.10.10-1.el6.noarch

··· On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote: > > Hi, Eric, > > I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import > version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to > Katello 2.2.1? > > On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote: >> >> Are you using 2.2.1? There was a reported content host slowness issue >> filed and addressed (http://projects.theforeman.org/issues/10152). If >> you feel that your issue is different, please file a new issue with as much >> detail as possible. >> >> For the hammer_cli_import, I thought we had fixed this with the latest >> 2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import) >> what version you have present? >> >> >> On Sun, Jun 14, 2015 at 5:44 AM, sinux shen wrote: >> >>> Well, I don't believe that no one can help on this. >>> >>> On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: >>>> >>>> Hi, all, >>>> >>>> I am currently using a brand new installed Katello 2.2/Foreman 1.8 to >>>> manage around 83 hosts, and more hosts is going to be added in, one of the >>>> problem was when I open up content hosts page, it loaded very slow, I >>>> firebug it and found that it took around 10s to load " >>>> https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", >>>> it also takes another 10s to load page 2 and page 3, I tried to list the >>>> content hosts in hammer, it was also slow, I suspect it to be a DB query >>>> issue, maybe the ID column in the content hosts table need an index or >>>> something like that, sorry, I don't know, but it is really slow. >>>> >>>> Also, when I login to hammer shell, it prompt a warning: >>>> [sxin@foreman ODW] $ hammer shell >>>> Warning: An error occured while loading module hammer_cli_import, is it >>>> something we can do to fix it? >>>> >>>> Thanks >>>> Sinux >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Eric D. Helms >> Red Hat Engineering >> Ph.D. Student - North Carolina State University >> >

The 2.2 repositories contain an updated version of import that accounts for
this error; updating to the latest version should fix the issue.

··· On Mon, Jun 15, 2015 at 4:13 AM, sinux shen wrote:

Sorry, hammer_cli_import version is
rubygem-hammer_cli_import-0.10.10-1.el6.noarch

On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote:

Hi, Eric,

I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import
version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to
Katello 2.2.1?

On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote:

Are you using 2.2.1? There was a reported content host slowness issue
filed and addressed (Bug #10152: The Content Hosts page is loading very slowly on Satellite 6 - Katello - Foreman). If
you feel that your issue is different, please file a new issue with as much
detail as possible.

For the hammer_cli_import, I thought we had fixed this with the latest
2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import)
what version you have present?

On Sun, Jun 14, 2015 at 5:44 AM, sinux shen sinux...@gmail.com wrote:

Well, I don’t believe that no one can help on this.

On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote:

Hi, all,

I am currently using a brand new installed Katello 2.2/Foreman 1.8 to
manage around 83 hosts, and more hosts is going to be added in, one of the
problem was when I open up content hosts page, it loaded very slow, I
firebug it and found that it took around 10s to load “
https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC”,
it also takes another 10s to load page 2 and page 3, I tried to list the
content hosts in hammer, it was also slow, I suspect it to be a DB query
issue, maybe the ID column in the content hosts table need an index or
something like that, sorry, I don’t know, but it is really slow.

Also, when I login to hammer shell, it prompt a warning:
[sxin@foreman ODW] $ hammer shell
Warning: An error occured while loading module hammer_cli_import, is
it something we can do to fix it?

Thanks
Sinux


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-user...@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University

I've upgraded from 2.2.0 -> 2.2.1 and followed the steps outlined here :
http://www.katello.org/docs/2.2/upgrade/index.html . I ran katello-install
–upgrade without a problem.

··· On Monday, June 15, 2015 at 2:54:28 AM UTC-5, sinux shen wrote: > > And if I want to upgrade from 2.2.0 to 2.2.1, as this is just a minor > version upgrade, will yum update just work or katello-install --upgrade > need to be run? > >

Thanks Eric,

Do I really need to run katello-install --upgrade to upgrade this minor
version?

··· On Monday, June 15, 2015 at 8:58:58 PM UTC+8, Eric Helms wrote: > > The 2.2 repositories contain an updated version of import that accounts > for this error; updating to the latest version should fix the issue. > > > On Mon, Jun 15, 2015 at 4:13 AM, sinux shen > wrote: > >> Sorry, hammer_cli_import version is >> rubygem-hammer_cli_import-0.10.10-1.el6.noarch >> >> >> On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote: >>> >>> Hi, Eric, >>> >>> I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import >>> version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to >>> Katello 2.2.1? >>> >>> On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote: >>>> >>>> Are you using 2.2.1? There was a reported content host slowness issue >>>> filed and addressed (http://projects.theforeman.org/issues/10152). If >>>> you feel that your issue is different, please file a new issue with as much >>>> detail as possible. >>>> >>>> For the hammer_cli_import, I thought we had fixed this with the latest >>>> 2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import) >>>> what version you have present? >>>> >>>> >>>> On Sun, Jun 14, 2015 at 5:44 AM, sinux shen wrote: >>>> >>>>> Well, I don't believe that no one can help on this. >>>>> >>>>> On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: >>>>>> >>>>>> Hi, all, >>>>>> >>>>>> I am currently using a brand new installed Katello 2.2/Foreman 1.8 to >>>>>> manage around 83 hosts, and more hosts is going to be added in, one of the >>>>>> problem was when I open up content hosts page, it loaded very slow, I >>>>>> firebug it and found that it took around 10s to load " >>>>>> https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", >>>>>> it also takes another 10s to load page 2 and page 3, I tried to list the >>>>>> content hosts in hammer, it was also slow, I suspect it to be a DB query >>>>>> issue, maybe the ID column in the content hosts table need an index or >>>>>> something like that, sorry, I don't know, but it is really slow. >>>>>> >>>>>> Also, when I login to hammer shell, it prompt a warning: >>>>>> [sxin@foreman ODW] $ hammer shell >>>>>> Warning: An error occured while loading module hammer_cli_import, is >>>>>> it something we can do to fix it? >>>>>> >>>>>> Thanks >>>>>> Sinux >>>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Foreman users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to foreman-user...@googlegroups.com. >>>>> To post to this group, send email to forema...@googlegroups.com. >>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> >>>> -- >>>> Eric D. Helms >>>> Red Hat Engineering >>>> Ph.D. Student - North Carolina State University >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Eric D. Helms > Red Hat Engineering > Ph.D. Student - North Carolina State University >

Any way, I upgraded to 2.2.1, but it seems still slow to show content hosts.

··· On Tuesday, June 16, 2015 at 10:04:56 AM UTC+8, sinux shen wrote: > > Thanks Eric, > > Do I really need to run katello-install --upgrade to upgrade this minor > version? > > On Monday, June 15, 2015 at 8:58:58 PM UTC+8, Eric Helms wrote: >> >> The 2.2 repositories contain an updated version of import that accounts >> for this error; updating to the latest version should fix the issue. >> >> >> On Mon, Jun 15, 2015 at 4:13 AM, sinux shen wrote: >> >>> Sorry, hammer_cli_import version is >>> rubygem-hammer_cli_import-0.10.10-1.el6.noarch >>> >>> >>> On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote: >>>> >>>> Hi, Eric, >>>> >>>> I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import >>>> version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to >>>> Katello 2.2.1? >>>> >>>> On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote: >>>>> >>>>> Are you using 2.2.1? There was a reported content host slowness issue >>>>> filed and addressed (http://projects.theforeman.org/issues/10152). If >>>>> you feel that your issue is different, please file a new issue with as much >>>>> detail as possible. >>>>> >>>>> For the hammer_cli_import, I thought we had fixed this with the latest >>>>> 2.2.1 package updates. Can you tell me (rpm -q rubygem-hammer_cli_import) >>>>> what version you have present? >>>>> >>>>> >>>>> On Sun, Jun 14, 2015 at 5:44 AM, sinux shen >>>>> wrote: >>>>> >>>>>> Well, I don't believe that no one can help on this. >>>>>> >>>>>> On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote: >>>>>>> >>>>>>> Hi, all, >>>>>>> >>>>>>> I am currently using a brand new installed Katello 2.2/Foreman 1.8 >>>>>>> to manage around 83 hosts, and more hosts is going to be added in, one of >>>>>>> the problem was when I open up content hosts page, it loaded very slow, I >>>>>>> firebug it and found that it took around 10s to load " >>>>>>> https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC", >>>>>>> it also takes another 10s to load page 2 and page 3, I tried to list the >>>>>>> content hosts in hammer, it was also slow, I suspect it to be a DB query >>>>>>> issue, maybe the ID column in the content hosts table need an index or >>>>>>> something like that, sorry, I don't know, but it is really slow. >>>>>>> >>>>>>> Also, when I login to hammer shell, it prompt a warning: >>>>>>> [sxin@foreman ODW] $ hammer shell >>>>>>> Warning: An error occured while loading module hammer_cli_import, is >>>>>>> it something we can do to fix it? >>>>>>> >>>>>>> Thanks >>>>>>> Sinux >>>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Foreman users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to foreman-user...@googlegroups.com. >>>>>> To post to this group, send email to forema...@googlegroups.com. >>>>>> Visit this group at http://groups.google.com/group/foreman-users. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Eric D. Helms >>>>> Red Hat Engineering >>>>> Ph.D. Student - North Carolina State University >>>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> Visit this group at http://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Eric D. Helms >> Red Hat Engineering >> Ph.D. Student - North Carolina State University >> >

Any metrics you can provide would go a long way to help us identify any
root causes of slowness.

··· On Mon, Jun 15, 2015 at 10:44 PM, sinux shen wrote:

Any way, I upgraded to 2.2.1, but it seems still slow to show content
hosts.

On Tuesday, June 16, 2015 at 10:04:56 AM UTC+8, sinux shen wrote:

Thanks Eric,

Do I really need to run katello-install --upgrade to upgrade this minor
version?

On Monday, June 15, 2015 at 8:58:58 PM UTC+8, Eric Helms wrote:

The 2.2 repositories contain an updated version of import that accounts
for this error; updating to the latest version should fix the issue.

On Mon, Jun 15, 2015 at 4:13 AM, sinux shen sinux...@gmail.com wrote:

Sorry, hammer_cli_import version is
rubygem-hammer_cli_import-0.10.10-1.el6.noarch

On Monday, June 15, 2015 at 1:35:40 PM UTC+8, sinux shen wrote:

Hi, Eric,

I am using Katello 2.2.0 with foreman 1.8.1, and the hammer_cli_import
version is katello-2.2.0-5.el6.noarch, it seems I need to upgrade to
Katello 2.2.1?

On Sunday, June 14, 2015 at 11:06:52 PM UTC+8, Eric Helms wrote:

Are you using 2.2.1? There was a reported content host slowness issue
filed and addressed (Bug #10152: The Content Hosts page is loading very slowly on Satellite 6 - Katello - Foreman).
If you feel that your issue is different, please file a new issue with as
much detail as possible.

For the hammer_cli_import, I thought we had fixed this with the
latest 2.2.1 package updates. Can you tell me (rpm -q
rubygem-hammer_cli_import) what version you have present?

On Sun, Jun 14, 2015 at 5:44 AM, sinux shen sinux...@gmail.com >>>>>> wrote:

Well, I don’t believe that no one can help on this.

On Thursday, June 11, 2015 at 12:50:03 PM UTC+8, sinux shen wrote:

Hi, all,

I am currently using a brand new installed Katello 2.2/Foreman 1.8
to manage around 83 hosts, and more hosts is going to be added in, one of
the problem was when I open up content hosts page, it loaded very slow, I
firebug it and found that it took around 10s to load “
https://foreman.example.com/katello/api/v2/systems?organization_id=3&page=1&search=&sort_by=name&sort_order=ASC”,
it also takes another 10s to load page 2 and page 3, I tried to list the
content hosts in hammer, it was also slow, I suspect it to be a DB query
issue, maybe the ID column in the content hosts table need an index or
something like that, sorry, I don’t know, but it is really slow.

Also, when I login to hammer shell, it prompt a warning:
[sxin@foreman ODW] $ hammer shell
Warning: An error occured while loading module hammer_cli_import,
is it something we can do to fix it?

Thanks
Sinux


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it,
send an email to foreman-user...@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-user...@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.