|
Is there a desktop app (for Windows preferably) that will connect to a remote Linux server, and provide a realtime meter/history graph of the server load and other metrics on that remote server? Often times there is a server performance issue that I only...
Answer Snippets (Read the full thread at serverfault):
The open source Hyperic project is more than sufficient for monitoring a single server....
Http://howtoforge.com/server-monitoring performing maintenance at your monitoring server.
Here is an decent writeup on setting them up.
Open source.
|
|
I have two Server 2008 machines on a network (a virtual network; they are both VMs running in VMware Server). One server is a Full Server 2008 installation, and was the first DC I installed. The second server is running Server Core and is also a DC. (...
Started by johnnyb10 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Here is an article I found using a search that talks about enabling/disabling time....
The VMWare to not push the host time to your VM's? The default behavior of Virtual Services is to have the VM's get their time/date from the VM Host...
|
|
Problem . I need a way to find Starteam server time through Starteam Java SDK 8.0. Version of server is 8.0.172 so method Server.getCurrentTime() is not available since it was added only in server version 9.0.
Motivation . My application needs to use ...
Started by wheleph on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's the method I use to get server time time....
time rolled appropriately according to the server's timezone? </stab_in_the_dark>
After some the item's time of creation and compares it with local time.
|
Ask your Facebook Friends
|
We have some servers (Centos 5.3) that are behind a firewall without access to the Internet. We'd like all the logs to be synchronized, but NTP appears to want the authoritative server to be synchronized to a public NTP server. We've tried the -g option...
Started by John Whitlock on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The time on all those servers will be accurate enough depending on how often it....
You can setup one of the servers to be a NTP server and have all the other servers sync its time with the local NTP server.
|
|
For those of us who use standard shared hosting packages, such as GoDaddy or Network Solutions, how do you handle datetime conversions when your hosting server (PHP) and MySQL server are in different time zones?
Also, does anybody have some best practice...
Started by Kyle Noland on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Beginning with MySQL 4.1.3, the server maintains several time zoneStore everything....
Quoted from MySQL Server Time Zone Support page)
Before MySQL 4.1.3, the server operates only in the system time zone set at startup.
|
|
Hi, I have a dedicated linux server.
On plesk it shows the correct local time on the server. However, for all the emails on the server for some reason show the time + 1 hour in outlook.
See screenshot beow on outlook
How can I get this fixed so that 1...
Started by ServerDown on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Tools....
Make sure your Time Zone settings in Outlook match those of the PC.
Check to make sure both the server and client using the correct time zone, and that it's set to use that, beyond suggest that you look for "zoneinfo" updates.
|
|
Usually web projects start small, everything is on the one server. But if site becomes popular one server won't be enough.
So, since I don't have any experience in this, I'd like to get an idea of:
1. what kind of load means that I need to move my MySQL...
Started by sneg on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
It all depends what your business can of mysql threads, page... .
Got about 3 times your lead time for a new server before your current infrastructure runs out acceptable page load time, test that every 5-10 minutes, plot charts.
|
|
I have ASP.NET 2.0 site configured to perform Windows Integrated Security using Kerberos delegation. The servers including DC are running on Windows 2003 and the delegation is raised to Windows 2003 level.
BTW, all servers are set to EST
The authentication...
Started by G33kKahuna on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This article How Windows Time Service Works has an authoritative time server in Windows Server
Next, on the IIS Server, set it to sync with the ....
On the IIS server matches your Domain Controller's time.
|
|
I have a problem with time
My server is in the USA and I'm in Denmark (Europa) and I would like to have my site show the time in my local time. How can I do that?
I try this
Datetime localtime = DateTimeOffset.Now.ToOffset(new TimeSpan(1,0,0)).DateTime...
Started by Subnus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In my experience, .NET has trouble converting between ....
DateTime myTimeGMT = ServerTime.ToUniversalTime is the computer you are on must be set to the time zone you are converting to.
You can get the time off the server and do this.
|
|
I have a slow running query that I've been working on optimising.
When looking at the Client Statistics in Management Studio it was taking about 8 seconds wait time on server replies and about 1 second on Client processing time.
I have always thought ...
Started by Robin Day on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
2005
Display SQL Server database waits
INF: Client Effects on SQL Server Throughput
'Wait time on server replies' is the time between the last request packet left the client and the very first response packet returned....
|