Re: [gentoo-user] OT: Can a linux vmware guest tell if its host is CPU constrained?

2020-07-26 Thread Ashley Dixon
On Mon, Jul 27, 2020 at 02:21:06PM +1000, Adam Carter wrote:
> On Mon, Jul 27, 2020 at 1:35 PM Ashley Dixon  wrote:
> > Do you mean that you want to monitor the host system from the guest? Can you
> > not just SSH into the host from the guest? You can also infer CPU usage from
> > the /proc/stat file on the host system, if you can share files over NFS or
> > some other file-sharing means.
> 
> I have ssh access (including root) to the guest but no access to the host.

Do you not even have non-privileged access to the host?  If you can't access the
host _at all_, and you can't petition the  host  owner  to  give  guest  systems
access to files like /proc/stat, there isn't really any method of monitoring it.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] OT: Can a linux vmware guest tell if its host is CPU constrained?

2020-07-26 Thread Adam Carter
On Mon, Jul 27, 2020 at 1:35 PM Ashley Dixon  wrote:

> On Mon, Jul 27, 2020 at 01:23:46PM +1000, Adam Carter wrote:
> > Having performance issues on a linux vmware guest that doesnt run vmtools
> > because its an 'appliance', but it does allow shell access. I assume CPU
> > utilisation shown by top etc is the utilisation of the vCPUs. Is there
> any
> > way to discover or infer host CPU issues?
>
> Do you mean that you want to monitor the host system from the guest? Can
> you not
> just SSH into the host from the guest?  You can also infer CPU  usage
> from  the
> /proc/stat file on the host system, if you can share  files  over  NFS
> or  some
> other file-sharing means.
>

I have ssh access (including root) to the guest but no access to the host.


Re: [gentoo-user] OT: Can a linux vmware guest tell if its host is CPU constrained?

2020-07-26 Thread Ashley Dixon
On Mon, Jul 27, 2020 at 01:23:46PM +1000, Adam Carter wrote:
> Having performance issues on a linux vmware guest that doesnt run vmtools
> because its an 'appliance', but it does allow shell access. I assume CPU
> utilisation shown by top etc is the utilisation of the vCPUs. Is there any
> way to discover or infer host CPU issues?

Do you mean that you want to monitor the host system from the guest? Can you not
just SSH into the host from the guest?  You can also infer CPU  usage  from  the
/proc/stat file on the host system, if you can share  files  over  NFS  or  some
other file-sharing means.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


[gentoo-user] OT: Can a linux vmware guest tell if its host is CPU constrained?

2020-07-26 Thread Adam Carter
Having performance issues on a linux vmware guest that doesnt run vmtools
because its an 'appliance', but it does allow shell access. I assume CPU
utilisation shown by top etc is the utilisation of the vCPUs. Is there any
way to discover or infer host CPU issues?


Re: [gentoo-user] problem getting wifi card to route to internet

2020-07-26 Thread Adam Carter
> > Have you set the default route and enabled ip forwarding?
> >
> > Also you don’t need to add a route for connected interfaces
> Thanks for your quick response.  Packet forwarding is enabled and I am
> using shorewall to have normal firewall settings.
>

Ok so can the WLAN clients ping the internet facing interface of your new
linux/wlan/internet router? If not, do they get a DHCP IP address? Do they
have a default route?